kukapay/binance-alpha-mcp
An MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation.
Platform-specific configuration:
{
"mcpServers": {
"binance-alpha-mcp": {
"command": "npx",
"args": [
"-y",
"binance-alpha-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation.
[](https://opensource.org/licenses/MIT) [](https://nodejs.org/)
get_top_tokens: Returns a markdown table of top tokens by USD trading volume, including symbol, USD volume, name, and address.get_trade_stats: Provides statistics on trade USD values (min, max, median) and a distribution table.WS_ENDPOINT) and HTTP (RPC_ENDPOINT) endpoints for event listening and token queries. git clone https://github.com/kukapay/binance-alpha-mcp.git
cd binance-alpha-mcp npm installTo use this server with an MCP client like Claude Desktop, add the following to your config file (or equivalent):
{
"mcpServers": {
"binance-alpha-mcp": {
"command": "node",
"args": ["/absolute/path/to/binance-alpha-mcp/index.js"],
"env": {
"WS_ENDPOINT": "your_ws_endpoint_url",
Loading reviews...