MCP server for ZebPay crypto exchange β fetch prices, balances, and manage orders
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Production-ready TypeScript MCP (Model Context Protocol) server for Zebpay spot and futures APIs, using stdio transport only. Model Context Protocol (MCP) is a standard way for AI assistants to securely call tools and data sources. It is designed for MCP clients like Cursor, Claude Desktop, and MCP Inspector that connect through local process execution. The server provides both market-data and trading workflows with strict validation, safe error handling, and developer-friendly observability.
zebpay_public_getTickerzebpay_public_getOrderBookzebpay_spot_placeMarketOrderzebpay_spot_placeLimitOrderzebpay_spot_getBalancezebpay_futures_public_getMarketszebpay_futures_public_getOrderBookzebpay_futures_placeOrderzebpay_futures_getWalletBalancezebpay_futures_getPositions@modelcontextprotocol/sdkundicizodhttps://api.zebpay.com/Use the steps below to generate API credentials for this MCP server:
https://api.zebpay.com/zebpay-mcp-local)Then add them to your local .env file:
Security notes:
Update .env (all values are read from environment; there are no fallback defaults in code):
Optional logging to file:
Example MCP client config:
Also see: mcp-config.json.example.
| Variable | Required | Description | Example value |
|---|---|---|---|
ZEBPAY_API_KEY | Yes | Zebpay API key (required for private tools) | YOUR_API_KEY_HERE |
ZEBPAY_API_SECRET | Yes | Zebpay API secret (required for private tools) | YOUR_API_SECRET_HERE |
MCP_TRANSPORTS | Yes | Must be stdio | stdio |
ZEBPAY_SPOT_BASE_URL | Yes | Spot API base URL | https://www.zebapi.com/api/v2 |
ZEBPAY_FUTURES_BASE_URL | Yes | Futures API base URL | https://futures-api.zebpay.com/api/v1 |
ZEBPAY_MARKET_BASE_URL | Yes | Market API base URL | https://www.zebapi.com/api/v1/market |
LOG_LEVEL | Yes | debug, info, warn, error | info |
LOG_FILE | No | File path for logs | logs/mcp-server.log |
HTTP_TIMEOUT_MS | Yes | Outbound request timeout (ms) | 15000 |
HTTP_RETRY_COUNT | Yes | Retry count for outbound requests | 2 |
scripts/README.mddocs/LOGGING.mdlogs/ is ignored)Found a bug or want to request a feature?
<your-org> and <your-repo>:
https://github.com/<your-org>/<your-repo>/issues/new?template=bug_report.mdhttps://github.com/<your-org>/<your-repo>/issues/new?template=feature_request.mdMIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/zebpay-mcp-server-2)<a href="https://allmcps.com/mcp/zebpay-mcp-server-2"><img src="https://allmcps.com/api/badge/zebpay-mcp-server-2?style=directory" alt="ZebPay MCP Server on AllMCPs" /></a>