← Index

ZebPay MCP Server

io.github.ZebpayRajesh/zebpay-mcp-server·v1.0.2·Other
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_KEY
requiredsecret

Your ZebPay API key from the developer portal

ZEBPAY_API_SECRET
requiredsecret

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