binance-mcp-chainvector

C0inFlips/binance-mcp-chainvector
★ 0 stars TypeScript AI/LLM Updated 8d ago
Binance execution + ChainVector market intelligence in one MCP server: live signals, regime detection, probability engine and selectable strategy templates for AI trading agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "binance-mcp-chainvec": {
      "command": "npx",
      "args": [
        "-y",
        "C0inFlips/binance-mcp-chainvector"
      ]
    }
  }
}