bitkub-trading-mcp is a Model Context Protocol server that exposes the Bitkub cryptocurrency exchange API to AI assistants. Once installed, your AI can:
- Fetch real-time prices for any THB trading pair
- Check account balances and open orders
- Place market and limit orders (with confirmation)
- Pull historical OHLC and ticker data
- Read deposit/withdrawal history
Built on the official @modelcontextprotocol/sdk, distributed as a single npm package. Works with Claude Desktop, Cursor, Cline, Continue, and any other MCP-compatible client.
Bitkub is Thailand's largest licensed cryptocurrency exchange.
服务器配置
{
"mcpServers": {
"bitkub-trading-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bitkub-trading-mcp"
],
"env": {
"BITKUB_API_KEY": "your_real_key_here",
"BITKUB_API_SECRET": "your_real_secret_here"
}
}
}
}