Connect Claude, ChatGPT, and other models to Toobit through natural conversation. Let your AI agent build bots and manage trades on your terms.
Access every Toobit API directly from your terminal. Manage automated scripts and scheduled tasks without needing to open a browser.
From checking market sentiment to managing your portfolio, equip your AI agent with skills to handle your Toobit workflow.
npx skills add toobit-docs/agent-skillsProvide your agent with market vision. It accesses public data like depth and price history to inform strategies without requiring a sign-in.
Let your agent handle the heavy lifting. From order placement to risk control, it manages your spot and futures positions based on your strategy.
Your agent keeps an eye on the numbers so you don't have to. Track your balance, P&L, and transaction history across all accounts with a single request.
npm i -g toobit-trade-mcp toobit-trade-clivim ~/.toobit/config.tomlnpx toobit-trade-mcp --modules allAll signatures stay on your machine. Your API key never leaves your device, keeping credentials private.
Restrict your agent to market data only. A simple way to prevent write operations and order placement.
Every tool call is recorded in a local log. Maintain a clear, auditable history of all agent actions.
Select exactly which features are available to your agent. Use the modules parameter to toggle specific trading tools.
Tools register automatically based on your API key permissions. Unauthorized tools are never exposed to the agent.
Distributed under the MIT License with auditable code. No reliance on third-party services or hidden dependencies.