Skip to main content
Glama

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)

市场数据

工具

描述

token_info

详细代币信息(价格、市值、供应量、持有人)

token_price

快速价格查询

batch_token_info

一次调用获取多个代币信息

search_tokens

带排序的 v3 代币搜索

search_tokens_v2

v2 更广泛的搜索(DEX 代币)

coin_market_info

市场信息 + 资金池列表 + 叙事

coin_dev

开发者历史和 Rug 风险率

kline

K 线数据(1秒至1周周期)

simple_kline

带有聪明钱/KOL/开发者标记的 K 线

tx_info

交易量和交易者统计

batch_tx_info

批量交易统计

trading_dynamics

不同时间窗口的买入/卖出压力

transaction_list

带有标签过滤的近期交易

holders_info

持有人分布和顶级持有人

profit_address_analysis

盈利与亏损地址统计

top_profit

每个代币的顶级盈利地址

rankings

涨幅榜 / 跌幅榜 / 热门精选

liquidity

流动性池信息

launchpad_tokens

带过滤器的 Launchpad 扫描

historical_coins

按创建时间发现代币

security_audit

合约安全检查

聪明钱

工具

描述

smart_money_addresses

带过滤器的 KOL/聪明钱地址发现

RWA 股票交易

工具

描述

rwa_ticker_list

可用的 RWA 股票

rwa_config

交易配置(稳定币、限制)

rwa_stock_info

股票信息和市场状态

rwa_order_price

交易前买入/卖出价格

rwa_kline

股票 K 线图表

rwa_my_holdings

用户的 RWA 投资组合

兑换

工具

描述

swap_quote

多市场兑换报价

swap_confirm

带 MEV 保护的确认

swap_make_order

创建订单(未签名交易)

swap_send

提交已签名交易

swap_get_order_details

追踪订单状态

check_swap_token

交易前风险检查

get_token_list

各链热门代币

代币转账

工具

描述

transfer_make_order

创建转账订单(未签名交易数据,支持免 Gas)

transfer_submit

提交已签名转账交易

transfer_get_order

轮询转账订单状态

余额

工具

描述

balance

批量余额 + 美元价值

⚠️ 金额为人类可读格式 — 0.1 USDT 请传入 "0.1",不要传入 wei/lamports。

环境变量

变量

默认值

描述

BGW_WALLET_ID

(空)

社交登录钱包用户的钱包 ID(可选)

无需 API 密钥 — 使用 SHA256 哈希签名 (BKHmacAuth)。

安全性

  • 仅与 https://copenapi.bgwapi.io 通信 — 无其他外部端点

  • 无 API 密钥或机密信息 — 使用 SHA256 哈希签名,无需凭据

  • eval() / exec() 或动态代码执行

  • 项目目录外无文件系统访问权限

  • 无数据收集、遥测或分析

  • 无法访问敏感文件(SSH 密钥、凭据、钱包文件等)

  • 依赖项:仅 requestsmcp

  • SlowMist 安全审查:🟢 低风险

  • 我们建议在安装前自行审计源代码

相关项目

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    17
    5
    MIT
  • A
    license
    D
    quality
    D
    maintenance
    Enables 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.
    12
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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