🔥BTC/USDT
Agent Trade Kit

Smart Agents,
Trade with Words.

Trade with natural language in AI tools like OpenClaw, Claude Code, and Codex—from market discovery to strategy execution. Fully open-source, runs locally, and your keys never leave your device.

$npm i -g toobit-trade-mcp toobit-trade-cli

Two ways to use

MCP Server

Enable Claude, ChatGPT, and other AI large models to interact through conversations, and the AI can create bots for you and execute trades.

  • AI-native
  • Claude/GPT
  • Market data

CLI command line

The command line covers all Toobit APIs, enabling you to complete trades directly in the terminal, with comprehensive support for scheduled tasks and scripts automation.

  • Terminal
  • Scripts/Automation
  • Scheduled tasks

Agent Skills

Each Skill is an independent module that can be flexibly combined into the AI Agent you need

$npx skills add toobit-docs/agent-skills

Market data

Guide 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.

PUBLICREAL-TIMENO AUTH

Trading operations

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.

SPOTFUTURESTP/SL

Assets portfolio

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.

BALANCEPOSITIONSFEESP&L

Get started

toobit — zsh
# Install CLI
$ npm i -g toobit-trade-mcp toobit-trade-cli
✓ installed successfully
# Configure API credentials
$ vim ~/.toobit/config.toml
Create an API Key on the Toobit official website and enter it into the configuration file. No configuration is required when only querying markets.
# Connect to AI client
$ npx toobit-trade-mcp --modules all
✓ MCP server running on stdio
Configure the MCP Server in AI clients such as Claude Desktop and Cursor to start trading via chat.
$ _

Security mechanism

Run locally

All signatures are completed locally. Your API key never leaves the device, and the AI can't access your credentials.

Read-only mode

Use read-only to restrict the AI to queries only and prevent write operations such as placing orders.

Audit log

Each tool call is recorded in a local log, supporting tracking and traceability

Module filtering

Precisely control the feature modules available to the AI via the modules parameter

Permission awareness

Automatically registers available tools based on API key permissions; tools without permission will not be exposed to the AI

Fully open source

Open-sourced under the MIT License, with auditable code and no reliance on third-party closed-source services.

FAQs

What can the Agent Trade Kit do?

Which AI clients are supported?

Is this tool free?

Is my API key secure?

Will I lose money if the AI makes a mistake?

What is the symbol format for Spot and Futures?

What is the minimum order amount?

What are Agent Skills?