kukapay/binance-alpha-mcp
by Various
An MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation.
MCP
kukapay/binance-alpha-mcp
Added 1 June 2026
Overview
A Binance Alpha trade tracker built as an MCP server. It exposes buy and sell signals to AI agents so they can programmatically accumulate alpha points on the platform.
Best for
Best for
Developers experimenting with agent-driven crypto trading on Binance Alpha
Use cases
- Automating Binance Alpha trade execution through an AI agent
- Building a custom dashboard for monitoring alpha point accumulation
- Integrating alpha trade signals into existing trading bots
How to use
Install
npm install Tools exposed
get_top_tokensget_trade_stats
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "binance-alpha-mcp": {\n "command": "node",\n "args": ["/absolute/path/to/binance-alpha-mcp/index.js"],\n "env": {\n "WS_ENDPOINT": "your_ws_endpoint_url",\n "RPC_ENDPOINT": "your_rpc_endpoint_url"\n }\n }\n }\n} Notes
A Binance Alpha trade tracker built as an MCP server. It exposes buy and sell signals to AI agents so they can programmatically accumulate alpha points on the platform.
8 stars on GitHub. Last updated 2025-05-14. Licensed MIT.
Use cases
- Automating Binance Alpha trade execution through an AI agent
- Building a custom dashboard for monitoring alpha point accumulation
- Integrating alpha trade signals into existing trading bots
Pros
- Tiny footprint (8 GitHub stars, all JavaScript, no dependencies beyond MCP)
- Direct access to Binance Alpha signals without scraping
- Simple API design for quick agent integration
Cons
- Very early stage with minimal community adoption
- No documentation beyond the README
- Unclear reliability for production trading
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Tiny footprint (8 GitHub stars, all JavaScript, no dependencies beyond MCP)
- Direct access to Binance Alpha signals without scraping
- Simple API design for quick agent integration
Cons
- Very early stage with minimal community adoption
- No documentation beyond the README
- Unclear reliability for production trading
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.