MCP.so
Sign In
Servers
F

FLOX MCP Server

@FLOX-Foundation

MCP server for the FLOX trading framework. About 30 tools to run backtests, scaffold strategies, validate for lookahead bias, compute indicators, place orders, and query PnL from Claude/Cursor.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "flox": {
      "command": "flox-mcp",
      "args": []
    }
  }
}

More from Developer Tools