fix-mcp-server

henryurlo/fix-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
MCP server that gives AI agents trading operations intelligence via FIX protocol — 15 tools, 13 scenarios, algo suite, REST API, dashboard
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fix-mcp-server": {
      "command": "uvx",
      "args": [
        "fix-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install fix-mcp-server