
ZebPay MCP Server
Let Claude or Cursor read ZebPay market prices, wallet balances, and place or manage crypto orders from natural language without hand-rolling REST calls.
Overview
ZebPay MCP Server is a Build-phase MCP server that connects AI coding assistants to ZebPay for crypto prices, balances, and order management.
What is this MCP server?
- stdio npm package @zebpay_rajesh/zebpay-mcp-server (server schema v1.0.2)
- Fetch live crypto prices and account balances from ZebPay
- Create and manage exchange orders via MCP tools
- Requires ZEBPAY_API_KEY and ZEBPAY_API_SECRET from the ZebPay developer portal
- Source on GitHub at zebpay/zebpay-mcp-server
- Server schema version 1.0.2; published npm package version 1.0.1
- 2 required secret environment variables: ZEBPAY_API_KEY, ZEBPAY_API_SECRET
- stdio transport via registry identifier @zebpay_rajesh/zebpay-mcp-server
Community signal: 1 GitHub stars.
What problem does it solve?
Building or operating a ZebPay-connected agent means repeatedly implementing authenticated REST calls and order endpoints outside the chat loop.
Who is it for?
Solo builders in India or regions using ZebPay who want an agent-assisted trading or portfolio workflow on a real exchange API.
Skip if: Teams that need multi-exchange aggregation, DeFi on-chain execution, or production trading without human confirmation on every order.
What do I get? / Deliverables
After you configure ZEBPAY_API_KEY and ZEBPAY_API_SECRET, your agent can query ZebPay markets and balances and manage orders through MCP tools.
- Agent-callable ZebPay price and balance queries
- Order management flows exposed as MCP tools
- Documented env-based auth for local agent sessions
Recommended MCP Servers
Journey fit
Exchange connectivity is built when you wire the product or agent stack to live trading and portfolio data, not during pure ideation. integrations is the canonical shelf for third-party API MCP bridges such as stdio npm servers with API key env vars.
How it compares
ZebPay-specific exchange MCP integration, not a general-purpose crypto market data or wallet skill.
Common Questions / FAQ
Who is ZebPay MCP Server for?
Indie developers and agent builders who already use ZebPay and want Claude, Cursor, or Codex to read prices, balances, and orders via MCP instead of custom scripts.
When should I use ZebPay MCP Server?
Use it during Build when wiring integrations for trading assistants, balance monitors, or order tools that must talk to ZebPay’s authenticated API.
How do I add ZebPay MCP Server to my agent?
Install the npm package @zebpay_rajesh/zebpay-mcp-server, set ZEBPAY_API_KEY and ZEBPAY_API_SECRET in your MCP config for stdio transport, then restart the agent and verify with a read-only balance or price call first.