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
[project]
name = "bitget-wallet-mcp"
version = "1.0.0"
description = "MCP Server for Bitget Wallet ToB API — on-chain data, security audits, and swap quotes"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mcp[cli]>=1.0.0",
"requests>=2.28.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
bitget-wallet-mcp = "server:mcp.run"