Binance
Rank #86,198smithery/node2flow/binance
MCP server for Binance Global — the world's largest cryptocurrency exchange. 23 tools for market data, trading, orders, and account management. Features: • 11 public market data tools (no API key needed) — ping, server time, exchange info, order book, recent trades, aggregate trades, klines/candlesticks, average price, 24hr ticker, price ticker, book ticker • 7 trading tools — place order, test order (dry run), query order, cancel order, cancel all orders, open orders, all orders history • 2 account tools — account info with balances, trade execution history • 3 user data stream tools — create, keepalive, close WebSocket listen keys • Test order endpoint (bn_test_order) — validate order parameters without using real funds • HMAC SHA-256 authentication — same signing pattern as official Binance API • Supports LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT, LIMIT_MAKER order types • Symbol format: BTCUSDT, ETHUSDT, BNBBTC (uppercase, no separator) Transports: stdio (npx), Streamable HTTP (--http flag), Cloudflare Worker
Binance is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #86,198 of 115,460 servers tracked on MCP Toplist. Binance is listed across 2 registries — Smithery and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 13, 2026.
Ranks ahead of 29,262 of 115,460 servers on MCP Toplist.
Use Binance
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http binance https://server.smithery.ai/node2flow/binance/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.binance]
url = "https://server.smithery.ai/node2flow/binance/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/binance/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"binance": {
"url": "https://server.smithery.ai/node2flow/binance/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"binance": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/binance/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"binance": {
"serverUrl": "https://server.smithery.ai/node2flow/binance/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"binance": {
"url": "https://server.smithery.ai/node2flow/binance/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fnode2flow%2Fbinance)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Fbinance"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Fbinance.svg" alt="MCP Toplist: #86,198 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
node2flow-th
Other servers by node2flow-th
- Notion#52,444
- Airtable#86,197
- Binance TH#86,199
- Bitkub#86,200
- Gemini File Search#86,201
- Gmail#86,202
- Google Calendar#86,203
- Google Docs#86,204
- Google Drive#86,205
- Google Sheets#86,206
- Line-bot#86,208
- n8n-Management#86,209
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Binance?
- Binance is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Binance listed on the Official MCP Registry?
- Binance is not on the Official MCP Registry. It is listed on Smithery and Glama.
- How many versions does Binance have?
- Binance ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Binance?
- The source code for Binance is hosted at github.com/node2flow-th/binance-mcp-community.