mcpbeat Sign in

ZebPay MCP Server

by zebpayrajesh Your server? Claim it
local only

ZebPay MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 17 Mar 2026.

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

Installs per day peak 10 · avg 3 · +71% w/w
a month agotoday
21
Installs / week
npm · @zebpay_rajesh/zebpay-mcp-server
1
Stars
0 open issues
17 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check ZebPay MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zebpay-mcp-server -- npx -y @zebpay_rajesh/zebpay-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zebpay-mcp-server": {
      "args": [
        "-y",
        "@zebpay_rajesh/zebpay-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zebpay-mcp-server]
command = "npx"
args = ["-y", "@zebpay_rajesh/zebpay-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "zebpay-mcp-server": {
      "args": [
        "-y",
        "@zebpay_rajesh/zebpay-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zebpay-mcp-server": {
      "args": [
        "-y",
        "@zebpay_rajesh/zebpay-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZEBPAY_API_KEY (Your ZebPay API key from the developer portal), ZEBPAY_API_SECRET (Your ZebPay API secret from the developer portal). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ZebPay MCP Server

same job, measured the same way
MCP Market Data
by cryptoapis-io

MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs

63 installs/wk local only
CoinMarketCap
by coinmarketcap

Official CoinMarketCap MCP server: real-time crypto prices, market cap, rankings and exchange data.

answering
MCP Hd Wallet
by cryptoapis-io

MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs

102 installs/wk local only
MCP Ebanx
by codespar

MCP server for EBANX — cross-border payments, payouts, exchange rates

24 installs/wk local only
Arzbin MCP Server
by arzbin

Live Iran exchange rates, gold, crypto, and Toman market data for AI agents.

6 tools answering
MCP Foxbit
by codespar

MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional

23 installs/wk local only
Autumn
by usefulapi

MCP server for Autumn — read customers, plans, balances & invoices; track usage and attach plans.

18 tools answering
Rubin Exchange
by rubin

Rubin: self-custody DEX for crypto perpetuals & spot - trade, read positions, orders, balances.

33 tools answering

ZebPay MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for ZebPay MCP Server?
ZebPay MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @zebpay_rajesh/zebpay-mcp-server was installed 21 times last week.
How do I connect ZebPay MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @zebpay_rajesh/zebpay-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use ZebPay MCP Server?
The npm package @zebpay_rajesh/zebpay-mcp-server was installed 21 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ZebPay MCP Server open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.