Binance Th Mcp Community — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Binance Th Mcp Community (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server for Binance Thailand (Gulf Binance) API. Market data, trading, orders, wallet, and account management through 27 tools.
Works with Claude Desktop, Cursor, VS Code, and any MCP client.
WARNING: This package interacts with a real cryptocurrency exchange. There is no testnet. All trading and withdrawal operations use real money. Use with caution.
Add to claude_desktop_config.json:
{
"mcpServers": {
"binance-th": {
"command": "npx",
"args": ["-y", "@node2flow/binance-th-mcp"],
"env": {
"BINANCE_TH_API_KEY": "your-api-key",
"BINANCE_TH_SECRET_KEY": "your-secret-key"
}
}
}
}Add to MCP settings:
{
"mcpServers": {
"binance-th": {
"command": "npx",
"args": ["-y", "@node2flow/binance-th-mcp"],
"env": {
"BINANCE_TH_API_KEY": "your-api-key",
"BINANCE_TH_SECRET_KEY": "your-secret-key"
}
}
}
}Market data tools (10 tools) work without API keys:
{
"mcpServers": {
"binance-th": {
"command": "npx",
"args": ["-y", "@node2flow/binance-th-mcp"]
}
}
}BINANCE_TH_API_KEY=xxx BINANCE_TH_SECRET_KEY=xxx npx @node2flow/binance-th-mcp --httpServer starts on port 3000 (configurable via PORT env var). MCP endpoint: http://localhost:3000/mcp
| Environment Variable | Required | Description |
|---|---|---|
BINANCE_TH_API_KEY | For trading | API key from Binance TH |
BINANCE_TH_SECRET_KEY | For trading | Secret key for HMAC signing |
PORT | No | Port for HTTP server (default: 3000, only with --http) |
| Tool | Description |
|---|---|
bth_server_time | Get server time (for timestamp sync) |
bth_exchange_info | Get trading rules, symbols, and filters |
bth_symbol_type | Check GLOBAL vs SITE (Thailand) symbols |
| Tool | Description |
|---|---|
bth_order_book | Get order book (bids/asks) depth |
bth_recent_trades | Get recent trades for a symbol |
bth_aggregate_trades | Get compressed aggregate trades |
bth_klines | Get candlestick/OHLCV data |
bth_ticker_24hr | Get 24-hour price statistics |
bth_ticker_price | Get latest price (single or all) |
bth_book_ticker | Get best bid/ask price |
| Tool | Description |
|---|---|
bth_account_info | Get balances and account permissions |
bth_trade_list | Get trade history for a symbol |
bth_trade_fee | Get maker/taker fee rates |
| Tool | Description |
|---|---|
bth_new_order | Place a new order (LIMIT, MARKET, etc.) |
bth_query_order | Query order status by ID |
bth_cancel_order | Cancel a specific order |
bth_open_orders | Get all open/pending orders |
bth_all_orders | Get full order history |
bth_cancel_all_orders | Cancel all open orders for a symbol |
| Tool | Description |
|---|---|
bth_withdraw | Withdraw crypto (IRREVERSIBLE) |
bth_deposit_address | Get deposit address for a coin |
bth_deposit_history | Get deposit history |
bth_withdraw_history | Get withdrawal history |
| Tool | Description |
|---|---|
bth_sub_account_transfer | Transfer assets between sub-accounts |
| Tool | Description |
|---|---|
bth_create_listen_key | Create WebSocket listen key |
bth_keepalive_listen_key | Extend listen key (every 60 min) |
bth_close_listen_key | Close/invalidate listen key |
git clone https://github.com/node2flow-th/binance-th-mcp-community.git
cd binance-th-mcp-community
npm install
npm run build
# Run in stdio mode (market data only)
npm start
# Run with full access
BINANCE_TH_API_KEY=xxx BINANCE_TH_SECRET_KEY=xxx npm start
# Run in HTTP mode
BINANCE_TH_API_KEY=xxx BINANCE_TH_SECRET_KEY=xxx npm start -- --httpMIT License - see LICENSE
Copyright (c) 2026 Node2Flow
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.