ZebPay MCP Server
Quality Score
89
/100
MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"zebpay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@zebpay_rajesh/zebpay-mcp-server"
],
"env": {
"ZEBPAY_API_KEY": "<your-zebpay_api_key>",
"ZEBPAY_API_SECRET": "<your-zebpay_api_secret>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"zebpay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@zebpay_rajesh/zebpay-mcp-server"
],
"env": {
"ZEBPAY_API_KEY": "<your-zebpay_api_key>",
"ZEBPAY_API_SECRET": "<your-zebpay_api_secret>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @zebpay_rajesh/zebpay-mcp-server§02 Environment variables
ZEBPAY_API_KEYrequiredsecret
Your ZebPay API key from the developer portal
ZEBPAY_API_SECRETrequiredsecret
Your ZebPay API secret from the developer portal
§03 MCP Quality Score · methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.