Loading MCP server directory, please wait...
MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders
npx @getmcp/cli add io.github.ZebpayRajesh/zebpay-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
ZEBPAY_API_KEYYour ZebPay API key from the developer portal
ZEBPAY_API_SECRETYour ZebPay API secret from the developer portal
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ZebpayRajesh/zebpay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@zebpay_rajesh/zebpay-mcp-server"
],
"env": {
"ZEBPAY_API_KEY": "",
"ZEBPAY_API_SECRET": ""
}
}
}
}