binance-alpha-mcp
币安 Alpha MCP
用于跟踪币安 Alpha 交易的 MCP 服务器,帮助 AI 代理优化 alpha 点积累。
特征
实时交易监控:通过订阅链上事件来跟踪币安 Alpha 代币的买方活动。
基于美元的指标:使用 CryptoCompare 的实时价格计算美元交易价值。
数据持久性:在内存中维护交易数据,并自动清理超过 1 小时的记录。
MCP 工具:
get_top_tokens:返回按美元交易量排名的顶级代币的降价表,包括符号、美元交易量、名称和地址。get_trade_stats:提供贸易美元价值(最小值、最大值、中位数)的统计数据和分布表。
可配置端点:使用单独的 WebSocket(
WS_ENDPOINT)和 HTTP(RPC_ENDPOINT)端点进行事件监听和令牌查询。
Related MCP server: crypto-projects-mcp
先决条件
Node.js :版本 18 或更高版本。
npm :用于依赖管理。
BSC 节点访问:用于事件监听的 WebSocket 端点和用于令牌查询的 HTTP RPC 端点,可从 Infura 或 QuikNode 等服务获取。
安装
克隆存储库:
git clone https://github.com/kukapay/binance-alpha-mcp.git cd binance-alpha-mcp安装依赖项:
npm install配置 MCP 客户端:要将此服务器与 Claude Desktop 等 MCP 客户端一起使用,请将以下内容添加到您的配置文件(或等效文件)中:
{ "mcpServers": { "binance-alpha-mcp": { "command": "node", "args": ["/absolute/path/to/binance-alpha-mcp/index.js"], "env": { "WS_ENDPOINT": "your_ws_endpoint_url", "RPC_ENDPOINT": "your_rpc_endpoint_url" } } } }将
/absolute/path/to/binance-alpha-mcp替换为您的实际安装路径,并将WS_ENDPOINT和PRC_ENDPOINT更新为您自己的端点 URL。
用法
该服务器公开了两个 MCP 工具:
获取顶级令牌
描述:返回按美元交易量排名靠前的代币的降价表。
输入:
{ limit: number }(可选,默认为 10)。指定输出中包含的标记数量。输出示例:
period: last 23 minutes | Symbol | USD Volume | Name | Address | |--------|------------|------|---------| | ZK | $72516.34 | Polyhedra Network | 0xc71b5f631354be6853efe9c3ab6b9590f8302e81 | | B2 | $22893.72 | BSquared Token | 0x783c3f003f172c6ac5ac700218a357d2d66ee2a2 | | AIOT | $5249.05 | OKZOO | 0x55ad16bd573b3365f43a9daeb0cc66a73821b4a5 | | gorilla | $3263.95 | gorilla | 0xcf640fdf9b3d9e45cbd69fda91d7e22579c14444 | | BOOP | $2046.32 | BOOP | 0x9a70815dfb644a24b57358e1041f8d0324c8f6e1 | | BANK | $1305.38 | Lorenzo Governance Token | 0x3aee7602b612de36088f3ffed8c8f10e86ebf2bf | | SKYAI | $1015.69 | SKYAI | 0x92aa03137385f18539301349dcfc9ebc923ffb10 | | KOGE | $672.59 | BNB48 Club Token | 0xe6df05ce8c8301223373cf5b969afcb1498c5528 | | MYX | $477.85 | MYX | 0xd82544bf0dfe8385ef8fa34d67e6e4940cc63e16 | | Drama | $108.37 | Drama | 0xf922fb5f88c19f363cb018e8f7c98c10ed294444 |
获取交易统计数据
描述:返回有关交易美元价值的统计数据,包括最小值、最大值、中位数和分布。
输入:
{ buckets: number }(可选,默认为 10)。指定按美元价值划分交易分配的 bucket 数量。输出示例:
period: last 1 minutes min: $0.30, max: $2469.14, median: $653.41 | range | count | |-------|-------| | 0.30~247.19 | 26 | | 247.19~494.07 | 22 | | 494.07~740.95 | 39 | | 740.95~987.84 | 6 | | 987.84~1234.72 | 16 | | 1234.72~1481.61 | 9 | | 1481.61~1728.49 | 1 | | 1728.49~1975.38 | 6 | | 1975.38~2222.26 | 10 | | 2222.26~2469.14 | 2 |
执照
本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
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
AlicenseBqualityBmaintenanceA MCP server for BNB Chain that supports BSC, opBNB, Greenfield, and other popular EVM-compatible networks.267360MIT- AlicenseBqualityFmaintenanceAn MCP server that provides cryptocurrency project data to AI agents11MIT
- AlicenseAqualityDmaintenanceAn MCP server that analyzes order book depth and imbalance across major crypto exchanges.217MIT
- MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
HiveCapital MCP Server — autonomous investment layer for AI agents
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
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/kukapay/binance-alpha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server