Bitget Wallet MCP Server
Bitget Wallet MCP Server
一个 MCP (Model Context Protocol) 服务器,将 Bitget Wallet 的链上 API 作为工具公开给 AI 智能体使用。
功能特性
📊 市场数据 (21 个工具)
代币搜索 — 带排序的 v3 关键词搜索 + v2 更广泛的 DEX 搜索
代币信息 — 价格、市值、持有人、社交链接(单项 + 批量)
市场信息 — 价格、市值、FDV、流动性、持有人、叙事、资金池列表
K 线 — K 线数据 + 带有聪明钱/KOL 标记的简化 K 线
交易统计 — 买入/卖出量、交易者数量(单项 + 批量)
交易动态 — 不同时间窗口的买入/卖出压力
交易列表 — 带有标签过滤(KOL、聪明钱)的近期交易
持有人分析 — 分布、顶级持有人、特殊持有人过滤器
盈利分析 — 盈利与亏损地址对比、各代币的顶级获利者
开发者分析 — 开发历史、Rug 风险率、项目迁移状态
排行榜 — 涨幅榜、跌幅榜、热门精选
流动性池 — 每个代币的 LP 池信息
Launchpad 扫描 — 带有过滤器的 pump.fun 等平台新代币
历史代币 — 按创建时间戳发现代币
安全审计 — 蜜罐检测、权限检查、税费分析
🔍 聪明钱 (1 个工具)
地址发现 — 通过 PnL、胜率、交易次数过滤器查找 KOL 和聪明钱钱包
📈 RWA 股票交易 (6 个工具)
股票列表 — BNB/ETH 上可用的 RWA 股票(NVDA、TSLA、AAPL 等)
股票信息 — 市场状态、交易限制、描述
订单价格 — 交易前买入/卖出价格显示
K 线 — 股票价格图表
交易配置 — 稳定币、滑点、金额限制、Gas 信息
投资组合 — 用户的 RWA 持仓
💱 兑换 (7 个工具)
报价 — 带有
requestId的多市场报价确认 — 带有 MEV 保护、Gas 功能的二次报价
下单 — 创建订单,获取未签名交易
发送 — 提交已签名交易
订单详情 — 追踪订单状态(初始化 → 处理中 → 成功/失败)
代币检查 — 交易前风险检查
代币列表 — 各链的热门代币
🔁 代币转账 (3 个工具)
创建转账订单 — 创建转账订单,获取未签名交易数据(支持免 Gas)
提交转账 — 提交已签名转账交易
获取转账订单 — 轮询转账订单状态(待处理 → 处理中 → 成功/失败)
💰 余额 (1 个工具)
批量余额 — 带有美元价值的多链代币余额
支持的链
Ethereum · Solana · BNB Chain · Base · Arbitrum · Tron · TON · Sui · Optimism · Polygon · Morph
Related MCP server: Binance Cryptocurrency MCP
快速开始
安装
pip install -e .运行
python server.py或通过 MCP CLI:
mcp run server.py在 Claude Desktop 中配置
添加到你的 claude_desktop_config.json:
{
"mcpServers": {
"bitget-wallet": {
"command": "python",
"args": ["/path/to/bitget-wallet-mcp/server.py"]
}
}
}在 Cursor / Windsurf 中配置
添加到你的 MCP 设置中:
{
"bitget-wallet": {
"command": "python",
"args": ["/path/to/bitget-wallet-mcp/server.py"]
}
}工具 (39)
市场数据
工具 | 描述 |
| 详细代币信息(价格、市值、供应量、持有人) |
| 快速价格查询 |
| 一次调用获取多个代币信息 |
| 带排序的 v3 代币搜索 |
| v2 更广泛的搜索(DEX 代币) |
| 市场信息 + 资金池列表 + 叙事 |
| 开发者历史和 Rug 风险率 |
| K 线数据(1秒至1周周期) |
| 带有聪明钱/KOL/开发者标记的 K 线 |
| 交易量和交易者统计 |
| 批量交易统计 |
| 不同时间窗口的买入/卖出压力 |
| 带有标签过滤的近期交易 |
| 持有人分布和顶级持有人 |
| 盈利与亏损地址统计 |
| 每个代币的顶级盈利地址 |
| 涨幅榜 / 跌幅榜 / 热门精选 |
| 流动性池信息 |
| 带过滤器的 Launchpad 扫描 |
| 按创建时间发现代币 |
| 合约安全检查 |
聪明钱
工具 | 描述 |
| 带过滤器的 KOL/聪明钱地址发现 |
RWA 股票交易
工具 | 描述 |
| 可用的 RWA 股票 |
| 交易配置(稳定币、限制) |
| 股票信息和市场状态 |
| 交易前买入/卖出价格 |
| 股票 K 线图表 |
| 用户的 RWA 投资组合 |
兑换
工具 | 描述 |
| 多市场兑换报价 |
| 带 MEV 保护的确认 |
| 创建订单(未签名交易) |
| 提交已签名交易 |
| 追踪订单状态 |
| 交易前风险检查 |
| 各链热门代币 |
代币转账
工具 | 描述 |
| 创建转账订单(未签名交易数据,支持免 Gas) |
| 提交已签名转账交易 |
| 轮询转账订单状态 |
余额
工具 | 描述 |
| 批量余额 + 美元价值 |
⚠️ 金额为人类可读格式 — 0.1 USDT 请传入
"0.1",不要传入 wei/lamports。
环境变量
变量 | 默认值 | 描述 |
| (空) | 社交登录钱包用户的钱包 ID(可选) |
无需 API 密钥 — 使用 SHA256 哈希签名 (BKHmacAuth)。
安全性
仅与
https://copenapi.bgwapi.io通信 — 无其他外部端点无 API 密钥或机密信息 — 使用 SHA256 哈希签名,无需凭据
无
eval()/exec()或动态代码执行项目目录外无文件系统访问权限
无数据收集、遥测或分析
无法访问敏感文件(SSH 密钥、凭据、钱包文件等)
依赖项:仅
requests和mcpSlowMist 安全审查:🟢 低风险
我们建议在安装前自行审计源代码
相关项目
bitget-wallet-skill — OpenClaw AI 智能体技能
bitget-wallet-cli — 终端用户的 CLI 工具
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Bitget cryptocurrency exchange for spot and futures trading. Supports real-time market data, order management, account balances, leverage control, and position tracking with demo trading capabilities.175MIT
- AlicenseDqualityDmaintenanceEnables AI agents to access real-time Binance cryptocurrency market data including prices, order books, candlestick charts, trading history, and 24-hour statistics through natural language queries.12Apache 2.0

Bink MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform blockchain operations like wallet management, token info, DeFi swaps, cross-chain bridging, and price checking across Ethereum, BNB Chain, and Solana.
Monorail MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to fetch real-time quotes, token information, and trade transaction data from Monorail's aggregation of 11 exchanges and 7000+ tokens.2MIT
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
52 paid x402 API endpoints for AI agents — crypto, data, DeFi, market intelligence.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitget-wallet-ai-lab/bitget-wallet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server