Binance TH
Rank #86,199smithery/node2flow/binance-th-mcp
MCP server for Binance Thailand (Gulf Binance) API — trade crypto, monitor markets, and manage your account. ## Features - Real-time market data: prices, order books, candlesticks, 24hr stats (no API key needed) - Place and manage orders: LIMIT, MARKET, STOP_LOSS, TAKE_PROFIT, and more - Account management: balances, trade history, fee rates - Wallet operations: deposits, withdrawals, address management - Sub-account transfers and user data stream management - HMAC SHA256 signed requests for secure trading ## 27 Tools **General (3)**: server time, exchange info, symbol types (GLOBAL vs SITE/Thailand) **Market Data (7)**: order book, recent trades, aggregate trades, klines/candlesticks, 24hr ticker, price ticker, book ticker **Account (3)**: account info/balances, trade history, trade fees **Orders (6)**: place order, query order, cancel order, open orders, all orders, cancel all orders **Wallet (4)**: withdraw, deposit address, deposit history, withdraw history **SubAccount (1)**: transfer between sub-accounts **User Data Stream (3)**: create, keepalive, close listen key ## Configuration - BINANCE_TH_API_KEY — API key from https://www.binance.th (API Management) - BINANCE_TH_SECRET_KEY — Secret key for HMAC signing ⚠️ WARNING: No testnet. All trading and withdrawals use real money.
Binance TH is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #86,199 of 115,460 servers tracked on MCP Toplist. Binance TH 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,261 of 115,460 servers on MCP Toplist.
Use Binance TH
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http binance-th-mcp https://server.smithery.ai/node2flow/binance-th-mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.binance-th-mcp]
url = "https://server.smithery.ai/node2flow/binance-th-mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/binance-th-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"binance-th-mcp": {
"url": "https://server.smithery.ai/node2flow/binance-th-mcp/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-th-mcp": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/binance-th-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"binance-th-mcp": {
"serverUrl": "https://server.smithery.ai/node2flow/binance-th-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"binance-th-mcp": {
"url": "https://server.smithery.ai/node2flow/binance-th-mcp/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-th-mcp)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Fbinance-th-mcp"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Fbinance-th-mcp.svg" alt="MCP Toplist: #86,199 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
node2flow-th
Other servers by node2flow-th
- Notion#52,444
- Airtable#86,197
- Binance#86,198
- 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 TH?
- Binance TH is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Binance TH listed on the Official MCP Registry?
- Binance TH is not on the Official MCP Registry. It is listed on Smithery and Glama.
- How many versions does Binance TH have?
- Binance TH ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Binance TH?
- The source code for Binance TH is hosted at github.com/node2flow-th/binance-th-mcp-community.