← Back to Plugins
MCP Server MCP

ZebPay MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...