Official Bitget MCP Server for the Unified Trading Account (UTA v3) API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Connect Claude Desktop, Cursor, Continue, Windsurf & ChatGPT to Bitget via the Model Context Protocol β trade crypto with natural language.
Quick Start Β· Capabilities Β· How It Works Β· Installation Β· Configuration Β· Security Β· Troubleshooting Β· FAQ
bitget-agent-mcp is the official Model Context Protocol (MCP) server for Bitget, enabling desktop AI agents like Claude Desktop, Cursor, Continue, Windsurf, and ChatGPT Desktop to operate your Bitget account through natural-language commands.
It is built on the Bitget Unified Trading Account (UTA / v3) API and covers 89 trading operations across market data, spot, futures, account & funds management, sub-accounts, loans, and tax. Crucially, it does not flood your model with one tool per endpoint. Instead it exposes a small, progressively-discoverable intent surface of 14 curated intent verbs (the default profile loads 12 verbs + discover + raw = 14 tools) so AI hosts get full capability without the context bloat and tool-selection errors that plague endpoint-per-tool servers.
Part of Bitget Agent Hub β the official open-source AI ecosystem for Bitget, including the CLI, SDK, installer, and market-analysis skills.
Paste this prompt into your AI agent (Claude Desktop / Cursor / etc.):
The agent will detect your tool, add the npx server entry, wire up credentials, and verify the connection.
Prefer to edit config files yourself? Jump to Configuration for per-tool JSON snippets. The command is always:
Once configured, your AI gains native access to Bitget's trading stack through natural language. A few examples (every one maps to a real operation in the surface):
| Ask your AI | What happens | Credentials |
|---|---|---|
| "What's the current BTC price?" | Live ticker via the market verb | β No |
| "Pull the 4h BTC candles" | OHLCV / K-line history via market | β No |
| "What's the BTC perp funding rate?" | Funding rate via market | β No |
| "Show my USDT balance across accounts" | Account overview via account_overview | β Yes |
| "Buy 0.1 BTC at market" | Spot market order via order | β Yes |
| "Set leverage to 10x and open a BTC long" | account_config + order / position | β Yes |
| "List my open orders" | order (open) | β Yes |
| "Transfer 500 USDT from spot to futures" | Internal transfer via transfer_funds | β Yes |
| "Cancel all my open orders" | order (cancelAll) β high-risk, asks to confirm | β Yes |
| "Borrow USDT against my collateral" | Crypto loan via loan | β Yes |
Market data (the market verb) is public and works without API credentials; everything that touches your account requires keys.
--read-only β Blocks every write operation for the session. The verbs stay visible, but any order, transfer, cancellation, or withdrawal is rejected before it reaches Bitget. Ideal for safe exploration. (Mutually exclusive with --paper-trading.)--paper-trading β Routes signed requests to Bitget's Demo Trading environment (adds the paptrading: 1 header). Requires a separate Demo API Key. Perfect for rehearsing strategies risk-free.--modules <list> β Load only the modules you need. Default: account,trade,market. On-demand: strategy, cryptoloans, tax.--surface <intent|full> β intent (default) exposes the curated verbs. full additionally emits one tool per underlying v3 endpoint.The intent surface is progressively discoverable. Rather than reading every schema up front, the agent follows discover β drill down β execute:
If the prompt already implies the verb and arguments, the agent skips discovery and calls directly. discover({ search: "funding" }) keyword-searches the whole surface when the domain is unknown. The two meta-tools are always present:
discover β progressive introspection of the surface.raw β an escape hatch that reaches any v3 operation by operationId for the long tail. (In practice every operation is also covered by a verb, so raw is rarely needed.)cancelAll, withdraw) return { confirmationRequired: true } unless you pass confirm: true.dryRun: true to preview the would-send request without sending it.MCP tool annotations are derived from the SDK's riskLevel (read / write / high), so hosts can flag destructive operations before the model invokes them.
How it works:
npx over stdio β no network listener, no proxy.All the "smarts" β discovery, intent routing, the write-safety gate, signing, and response shaping β live in @bitget-ai/bitget-agent-sdk. This package is a thin stdio adapter on top of it.
| AI Host | Status | Notes |
|---|---|---|
| Claude Desktop | β | First-class, via claude_desktop_config.json |
| Cursor | β | Default profile fits the 40-tool cap with room to spare |
| Continue | β | VS Code / JetBrains extension |
| ChatGPT Desktop | β | OpenAI's desktop client |
| Windsurf | β | Codeium's AI IDE |
| Any MCP client | β | Anything that speaks MCP over stdio |
API Key, Secret Key, Passphraseβ οΈ Security note: store these securely. Never share them or commit them to version control.
Use the one-step prompt, or add the server to your host's MCP config manually (see Configuration).
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bitget-agent-mcp)<a href="https://allmcps.com/mcp/bitget-agent-mcp"><img src="https://allmcps.com/api/badge/bitget-agent-mcp?style=directory" alt="Bitget Agent MCP on AllMCPs" /></a>