loading…
Search for a command to run...
loading…
Exposes Bitget Wallet's ToB API to AI agents for querying multi-chain token data, security audits, and market statistics. It allows users to retrieve real-time
Exposes Bitget Wallet's ToB API to AI agents for querying multi-chain token data, security audits, and market statistics. It allows users to retrieve real-time prices, liquidity pool information, and generate unsigned swap transaction data across various blockchains.
An MCP (Model Context Protocol) server that exposes Bitget Wallet on-chain API as tools for AI agents.
requestIdEthereum · Solana · BNB Chain · Base · Arbitrum · Tron · TON · Sui · Optimism · Polygon · Morph
pip install -e .
python server.py
Or via MCP CLI:
mcp run server.py
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bitget-wallet": {
"command": "python",
"args": ["/path/to/bitget-wallet-mcp/server.py"]
}
}
}
Add to your MCP settings:
{
"bitget-wallet": {
"command": "python",
"args": ["/path/to/bitget-wallet-mcp/server.py"]
}
}
| Tool | Description |
|---|---|
token_info |
Detailed token info (price, market cap, supply, holders) |
token_price |
Quick price lookup |
batch_token_info |
Multi-token info in one call |
search_tokens |
v3 token search with ordering |
search_tokens_v2 |
v2 broader search (DEX tokens) |
coin_market_info |
Market info + pool list + narratives |
coin_dev |
Developer history and rug rate |
kline |
Candlestick data (1s to 1w periods) |
simple_kline |
K-line with smart money/KOL/developer overlays |
tx_info |
Transaction volume and trader stats |
batch_tx_info |
Batch transaction stats |
trading_dynamics |
Buy/sell pressure across time windows |
transaction_list |
Recent trades with tag filtering |
holders_info |
Holder distribution and top holders |
profit_address_analysis |
Profitable vs losing address stats |
top_profit |
Top profitable addresses per token |
rankings |
Top gainers / losers / hot picks |
liquidity |
Liquidity pool info |
launchpad_tokens |
Launchpad scanning with filters |
historical_coins |
Discover tokens by creation time |
security_audit |
Contract security checks |
| Tool | Description |
|---|---|
smart_money_addresses |
KOL/smart money address discovery with filters |
| Tool | Description |
|---|---|
rwa_ticker_list |
Available RWA stocks |
rwa_config |
Trading config (stablecoins, limits) |
rwa_stock_info |
Stock info and market status |
rwa_order_price |
Pre-trade buy/sell price |
rwa_kline |
Stock K-line charts |
rwa_my_holdings |
User's RWA portfolio |
| Tool | Description |
|---|---|
swap_quote |
Multi-market swap quotes |
swap_confirm |
Confirm with MEV protection |
swap_make_order |
Create order (unsigned txs) |
swap_send |
Submit signed transactions |
swap_get_order_details |
Track order status |
check_swap_token |
Pre-trade risk check |
get_token_list |
Popular tokens per chain |
| Tool | Description |
|---|---|
transfer_make_order |
Create transfer order (unsigned tx data, supports gasless) |
transfer_submit |
Submit signed transfer transaction |
transfer_get_order |
Poll transfer order status |
| Tool | Description |
|---|---|
balance |
Batch balance + USD values |
⚠️ Amounts are human-readable — pass
"0.1"for 0.1 USDT, NOT wei/lamports.
| Variable | Default | Description |
|---|---|---|
BGW_WALLET_ID |
(empty) | Wallet ID for Social Login Wallet users (optional) |
No API key required — uses SHA256 hash signing (BKHmacAuth).
https://copenapi.bgwapi.io — no other external endpointseval() / exec() or dynamic code executionrequests, mcp onlyMIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"bitget-wallet-mcp-server": {
"command": "npx",
"args": []
}
}
}