tokenbot
The TokenBot MCP server lets AI assistants interact with the TokenBot platform — exchanges, strategies, copiers, trades, and user context — as MCP tools, plus read-only resources and guided prompts.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
set_user_context— Set the acting user for subsequent operations (userId or tb_ API key).get_user_context— Get the current user context.list_exchanges— List all exchange accounts.get_exchange— Get one exchange account by id.exchange_test— Validate exchange API credentials before saving.exchange_add— Add a new exchange account.exchange_remove— Remove an exchange account by id.list_supported_exchanges— List exchanges the platform supports.list_strategies— List all strategies.get_strategy— Get one strategy by id.strategy_create— Create a strategy.strategy_update— Update strategy settings.strategy_delete— Delete a strategy by id.strategy_link_copiers— Attach copiers to a strategy.list_copiers— List all copiers.get_copier— Get one copier by id.copier_create— Create a copier.copier_update— Update copier settings.copier_start— Start (activate) a copier.copier_stop— Stop (pause) a copier.copier_delete— Delete a copier by id.list_trades— List trades (filters strategyId, exchangeAccountId, status, side, limit, offset).get_trade— Get one trade by id.get_trade_analytics— Aggregated trade performance metrics (optional strategyId).trade_cancel— Cancel a trade by id.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.