Back to MCP Servers

Binance Alpha

An MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation.

finance-fintechaiagent

Installation

npx -y binance-alpha-mcp

Configuration

{
  "mcpServers": {
    "binance-alpha-mcp": {
      "command": "npx",
      "args": ["-y", "binance-alpha-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub