Odel
RaceHooks

RaceHooks

Local
@racehooks1TypeScriptMITUpdated 1mo ago

F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations.

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).

npmracehooks-mcpv0.3.1

Run

npx -y racehooks-mcp

MCP client config

{
  "mcpServers": {
    "racehooks": {
      "command": "npx",
      "args": [
        "-y",
        "racehooks-mcp"
      ]
    }
  }
}