Bookmap-MCP-Claude

autopilotaitech/Bookmap-MCP-Claude
★ 1 stars Python Code/Dev Tools Updated 13d ago
Bookmap MCP bridge add-on (Java) + Python MCP server. Exposes Bookmap orderbook/trades/momentum/VP/dynamics to Claude over MCP. v2.
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": {
    "bookmap-mcp-claude": {
      "command": "uvx",
      "args": [
        "bookmap-mcp-claude"
      ]
    }
  }
}

Or install with pip: pip install bookmap-mcp-claude

README Excerpt

Lets Claude (Desktop, Code, or Cowork) read live state out of your running Bookmap instance through the Model Context Protocol, plus a live trading dashboard you can keep open while you trade. Two pieces: 1. **Java add-on** (`src/main/java/com/bookmapmcp/`) — loads inside Bookmap, runs a localhost-only HTTP server (port 8765) protected by a shared secret. Captures depth, trades, orders, fills, position; session-anchored VWAP with ±1σ/±2σ/±3σ extension bands; per-listener event counters for diagn