Odel
f1verse

f1verse

Local
@jinsimPythonApache-2.0Updated 6 days ago

Formula 1 race data with the domain rules applied: stints, tyre wear, publish-safety. Zero deps.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIf1versev0.14.0

Run

uvx f1verse

MCP client config

{
  "mcpServers": {
    "f1verse": {
      "command": "uvx",
      "args": [
        "f1verse"
      ]
    }
  }
}