Provides tools to query token information, prices, liquidity, and generate swap quotes for the BNB Chain via the Bitget Wallet ToB API.
Enables access to Ethereum token data, market statistics, security audits, and transaction calldata for swaps via the Bitget Wallet ToB API.
Provides capabilities to analyze Optimism network tokens, prices, and liquidity pools through the Bitget Wallet ToB API.
Offers integration for Solana token metadata, transaction statistics, and cross-chain swap quotes via the Bitget Wallet ToB API.
Facilitates retrieval of Sui blockchain token prices, K-line data, and contract security checks via the Bitget Wallet ToB API.
Supports querying TON blockchain token info, rankings, and liquidity pool information through the Bitget Wallet ToB API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bitget Wallet MCP ServerWhat are the top gaining tokens on Solana right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bitget Wallet MCP Server
An MCP (Model Context Protocol) server that exposes Bitget Wallet ToB API as tools for AI agents.
Features
Token Info — price, market cap, holders, social links
Batch Price Query — multi-token lookup in one call
K-line Data — candlestick data across multiple timeframes
Transaction Stats — buy/sell volume and trader counts
Rankings — top gainers and top losers
Liquidity Pools — LP pool information
Security Audit — honeypot detection, permission checks, blacklist analysis
Swap Quote — best-route quotes for same-chain and cross-chain swaps
Swap Calldata — generate unsigned transaction data for wallet signing
Order Quote — cross-chain + gasless aware price quotes
Order Create — create orders with unsigned tx/signature data
Order Submit — submit signed transactions for an order
Order Status — track order lifecycle (init → processing → success)
✨ Order Mode — Gasless & Cross-Chain Swaps
Gasless Transactions (EIP-7702) — swap with zero native token balance; gas is deducted from the input token
One-Step Cross-Chain — swap tokens across chains in a single order, no manual bridging
Supported on all EVM chains: Ethereum, Base, BNB Chain, Arbitrum, Polygon, Morph
Supported Chains
Ethereum · Solana · BNB Chain · Base · Arbitrum · Tron · TON · Sui · Optimism · Polygon · Morph
Quick Start
Install
pip install -e .Run
python server.pyOr via MCP CLI:
mcp run server.pyConfigure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bitget-wallet": {
"command": "python",
"args": ["/path/to/bitget-wallet-mcp/server.py"]
}
}
}Configure in Cursor / Windsurf
Add to your MCP settings:
{
"bitget-wallet": {
"command": "python",
"args": ["/path/to/bitget-wallet-mcp/server.py"]
}
}Tools
Tool | Description |
| Detailed token information (price, market cap, supply, holders) |
| Quick price lookup |
| Multi-token info in one call |
| Candlestick data (1s to 1w periods) |
| Transaction volume and trader statistics |
| Top gainers / top losers |
| Liquidity pool information |
| Contract security checks |
| Best-route swap quotes |
| Batch transaction statistics for multiple tokens |
| Discover new tokens by timestamp |
| Broadcast signed transactions (MEV-protected) |
| Generate unsigned swap transaction data |
⚠️ Swap amounts are human-readable — pass
"0.1"for 0.1 USDT, NOT"100000000000000000". ResponsetoAmountis also human-readable.
Environment Variables
Variable | Default | Description |
| Built-in demo key | Bitget Wallet ToB API appId |
| Built-in demo secret | Bitget Wallet ToB API apiSecret |
|
| Partner code for swap endpoints |
Note: The built-in demo keys are for testing purposes and may change over time. If they stop working, please update to get the latest keys.
Related Projects
bitget-wallet-skill — OpenClaw AI Agent skill (with platform compatibility guide)
bitget-wallet-cli — CLI tool for terminal users
Security
Security
Only communicates with
https://bopenapi.bgwapi.io— no other external endpointsNo
eval()/exec()or dynamic code executionNo file system access outside the project directory
Built-in API keys are public demo credentials (safe to commit)
No data collection, telemetry, or analytics
No access to sensitive files (SSH keys, credentials, wallet files, etc.)
Swap calldata only generates unsigned transaction data — actual execution requires wallet signing
Dependencies:
requests,mcp(stdlib:hmac,hashlib,json,base64)We recommend auditing the source yourself before installation
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.