Agent Tools
Back to MCP servers
● healthy

MCP server for Bitkub — Thailand's leading cryptocurrency exchange. ## Features - Real-time market data: ticker, order book, trades, depth, TradingView OHLCV - Place and manage buy/sell orders (limit and market) - Test endpoints for safe order validation (dry run, no real money) - Crypto wallet: withdraw, internal transfer, deposit address generation - Account info: balances, trading credits, deposit/withdrawal limits ## 28 Tools **Market Data (10)**: Server time, status, symbols, ticker, trades, bids, asks, order book, depth, TradingView history **Account (4)**: Wallet, balances, trading credits, user limits **Orders (8)**: Place bid/ask, test bid/ask (dry run), cancel, open orders, order history, order info **Crypto/Wallet (6)**: List addresses, withdraw, internal withdraw, deposit history, withdraw history, generate address ## Configuration - `BITKUB_API_KEY` — Get one at https://www.bitkub.com/settings/api - `BITKUB_SECRET_KEY` — Secret key for HMAC signing Market data tools (10) work without API keys.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/node2flow/bitkub/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/node2flow/bitkub/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/node2flow-th/bitkub-mcp-community
Listed at (smithery)
https://github.com/node2flow-th/bitkub-mcp-community