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).
Run
npx -y racehooks-mcp
MCP client config
{
"mcpServers": {
"racehooks": {
"command": "npx",
"args": [
"-y",
"racehooks-mcp"
]
}
}
}