If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/node2flow/bitkub
REMOTE

Bitkub

node2flow/bitkub

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.

28 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (7mo)
28toolsRemote/ HTTP7moindexed
100% uptime · 275ms avgChecked Sep 16, 2026
Quality Score
65/95
Deep
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure14.7/20
215 days indexed
Capability19.5/25
Tools: 7.5/13 (28 tools)
Description: 5/5
Endpoint: 7/7
Adoption5.8/25
Use count: 5.8/20 (28 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (49/49 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
28 tools. Nothing caught our attention.
First indexed Feb 13, 2026
Server Profile
Tools catalogued
28
28 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 275ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://bitkub--node2flow.run.tools
Tools (28)
btk_server_time
Get Bitkub server time (millisecond timestamp). Use to check connectivity and sync timestamps for signed requests.
btk_server_status
Get Bitkub API server status. Returns status for both non-secure and secure endpoints.
btk_symbols
List all trading symbols on Bitkub with details: base/quote asset, price scale, min order size, status, market segment. The "source" field indicates "exchange" (regular) or "broker" (broker coins).
btk_ticker
Get 24-hour ticker data: last price, bid/ask, percent change, volume, high/low. Returns all symbols if no sym specified.
btk_recent_trades
Get recent trades for a symbol. Each trade includes timestamp, price, amount, and side (BUY/SELL).
btk_bids
Get buy-side order book (bids) for a symbol. Each entry: [price, volume, timestamp].
Show all 28 tools ↓
btk_asks
Get sell-side order book (asks) for a symbol. Each entry: [price, volume, timestamp].
btk_books
Get complete order book (both bids and asks) for a symbol.
btk_depth
Get market depth for a symbol. Similar to order book but without timestamps — just [price, volume] pairs.
btk_tradingview_history
Get TradingView-compatible OHLCV candlestick data. Returns arrays of open, high, low, close, volume for charting.
btk_wallet
Get available balances for all currencies. Shows only available balance (not reserved). For full balance info, use btk_balances.
btk_balances
Get complete balances for all currencies including both available and reserved amounts.
btk_trading_credits
Get trading credit balance. Trading credits can be used to offset trading fees.
btk_user_limits
Get user deposit/withdrawal limits and current usage for both crypto and fiat currencies.
btk_place_bid
Place a buy order. For limit orders specify rate. For market orders, rate is ignored. WARNING: Uses real money.
btk_place_ask
Place a sell order. For limit orders specify rate. For market orders, rate is ignored. WARNING: Uses real money.
btk_place_bid_test
Test (dry run) a buy order. Validates parameters without placing an actual order. Safe to use — no real money involved.
btk_place_ask_test
Test (dry run) a sell order. Validates parameters without placing an actual order. Safe to use — no real money involved.
btk_cancel_order
Cancel an open order. Requires symbol, order ID, and side (buy/sell).
btk_my_open_orders
Get all open (pending) orders for a symbol.
btk_my_order_history
Get order history for a symbol. Supports pagination and date range filtering. History older than 90 days is archived.
btk_order_info
Get detailed information about a specific order including fill history, status, and remaining amount.
btk_crypto_addresses
List all crypto deposit addresses for your account. Shows currency, address, tag/memo, and network.
btk_crypto_withdraw
Withdraw crypto to an external address. WARNING: IRREVERSIBLE — double-check address, network, and amount before executing.
btk_crypto_internal_withdraw
Transfer crypto to another Bitkub user by email or phone number. Faster and cheaper than blockchain withdrawal. WARNING: IRREVERSIBLE.
btk_crypto_deposit_history
Get crypto deposit history with status, confirmations, and transaction details.
btk_crypto_withdraw_history
Get crypto withdrawal history with status, fees, and transaction details.
btk_crypto_generate_address
Generate a new crypto deposit address for a specific currency.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from node2flow
SQLite
Local MCP server for SQLite databases — query, manage schema, tables, indexes, and transactions through 15 tools. Install locally via npx only — each user gets their own database. Features: - Execute SQL queries and statements with parameter binding - Full schema management (tables, columns, indexes, foreign keys) - Database analysis (size, table stats, integrity check) - WAL mode enabled for better concurrency Install (Claude Desktop / Cursor): npx -y @node2flow/sqlite-mcp Tool categories: - Query (3): execute_query, execute_run, execute_many - Schema (4): list_tables, describe_table, list_indexes, list_foreign_keys - Table (3): create_table, alter_table, drop_table - Index (2): create_index, drop_index - Database (3): get_info, vacuum, integrity_check Configuration: - SQLITE_DB_PATH (required) — Path to your local SQLite database file - SQLITE_TIMEOUT (optional) — Busy timeout in milliseconds (default: 5000) Note: This is a local-only tool. Install via npx to use your own database files.
n8n-Management
MCP server for n8n workflow automation — manage workflows, executions, credentials, tags, and users. Features - Full workflow lifecycle (create, activate, execute, deactivate, delete) - Execution monitoring and debugging (list, inspect, retry, cleanup) - Credential management (create, update, rotate, schema lookup) - Tag-based workflow organization - User management with role control (owner permissions required) 27 Tools Workflows: list, get, create, update, delete, activate, deactivate, execute, get tags, update tags Executions: list, get, delete, retry Credentials: create, update, delete, get schema Tags: list, get, create, update, delete Users: list, get, delete, update role Configuration - N8N_URL — Your n8n instance URL (e.g. https://your-n8n.example.com) - N8N_API_KEY — API key from n8n Settings → API → Create API Key
Airtable
MCP server for Airtable API — manage records, bases, tables, fields, and webhooks. ## Features - Full CRUD for records with filtering, sorting, and pagination - Upsert records (update-or-create by matching fields) - Base and table schema management (create tables, add fields) - Webhook lifecycle (create, list, refresh, payloads, delete) - Batch operations (up to 10 records per request) ## 18 Tools **Records**: list, get, create, update, delete, upsert **Bases & Schema**: list bases, get schema, create base, create table, update table, create field, update field **Webhooks**: create, list, refresh, list payloads, delete ## Configuration - AIRTABLE_PAT — Personal Access Token from https://airtable.com/create/tokens
Gmail
Manage your Gmail inbox � send and read emails, organize with labels, manage drafts and threads, handle attachments, and configure vacation auto-reply through 28 MCP tools. ## Features - Send, read, and search emails with Gmail search syntax - Manage drafts (create, update, send) - Organize with labels (create, update, apply to messages) - Thread-based conversation management - Batch operations for bulk label changes and deletions - Attachment retrieval - Vacation auto-reply settings - Full OAuth 2.0 authentication with refresh tokens ## 28 Tools **Messages (10)**: List, get, send, delete, trash, untrash, modify labels, batch delete, batch modify, get attachment **Drafts (6)**: List, get, create, update, delete, send **Labels (5)**: List, get, create, update, delete **Threads (5)**: List, get, modify labels, trash, untrash **Settings (2)**: Get profile, update vacation auto-reply ## Configuration - `GOOGLE_CLIENT_ID` � OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` � OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` � Refresh token with Gmail scope
Binance TH
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
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
Similar servers
NodeAPI
Machine-native GIS processing API for AI agents and developers. Convert, reproject, validate, repair, buffer, clip, dissolve, and tile vector geodata across 25 endpoints. Pay-per-use USDC on Solana Mainnet ($0.01/op). No accounts, no API keys. Remote MCP SSE.
astllm-mcp
An MCP server for efficient code indexing and symbol retrieval using tree-sitter AST parsing to fetch specific functions or classes without loading entire files. It significantly reduces AI token costs by providing O(1) byte-offset access to code components across multiple programming languages.
Openterms-mcp
Cryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.
Aegis-ZK
On-chain trust verification for AI agent tools. Agents query skill attestations, audit levels, and risk scores before running third-party MCP servers, so you know what's safe before you execute.
Satoshidata Wallet Intelligence
Bitcoin wallet intelligence for AI agents: labels, risk signals, transactions, fees, and mempool.
HiveAgent — The Agentzon
498 MCP tools across 12 industry verticals. Marketplace, escrow, DeFi, legal, healthcare, insurance, construction, and trades. USDC payments on Base L2.
Indexed from Smithery · Updates nightlyView on Smithery →