MCP Server
MCP
ZebPay MCP Server
MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders
Install
npx -y @zebpay_rajesh/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@zebpay_rajesh/zebpay-mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ZebPay API key from the developer portal",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ZEBPAY_API_KEY"
},
{
"description": "Your ZebPay API secret from the developer portal",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ZEBPAY_API_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment