🔥BTC/USDT
Agent Trade Kit

Start vibe trading with AI agents

Access markets and manage crypto assets with a single prompt from AI tools like OpenClaw, Claude Code, and Codex

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

Choose your interface

MCP server

Connect Claude, ChatGPT, and other models to Toobit through natural conversation. Let your AI agent build bots and manage trades on your terms.

  • AI-native
  • Claude/GPT
  • Market data

CLI

Access every Toobit API directly from your terminal. Manage automated scripts and scheduled tasks without needing to open a browser.

  • Terminal
  • Scripts/Automation
  • Scheduled tasks

Let AI handle it

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?