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.
Each Skill is an independent module that can be flexibly combined into the AI Agent you need
npx skills add toobit-docs/agent-skillsGuide AI to access public data such as real-time markets, depth, and candlestick charts, providing comprehensive market intelligence for analysis and decision-making without authentication.
Grant AI full trade execution capabilities, covering order placement, risk control, and position management for Spot and Futures, completing every operation accurately and efficiently. Perfectly adapted for bot trading, such as OpenClaw quantitative and Trading bot.
Allow AI to fully take control of the full account overview. From balance inquiries to transaction history, sub-account, and security audits, gain insights into your assets with just one sentence.
npm i -g toobit-trade-mcp toobit-trade-clivim ~/.toobit/config.tomlnpx toobit-trade-mcp --modules allAll signatures are completed locally. Your API key never leaves the device, and the AI can't access your credentials.
Use read-only to restrict the AI to queries only and prevent write operations such as placing orders.
Each tool call is recorded in a local log, supporting tracking and traceability
Precisely control the feature modules available to the AI via the modules parameter
Automatically registers available tools based on API key permissions; tools without permission will not be exposed to the AI
Open-sourced under the MIT License, with auditable code and no reliance on third-party closed-source services.