← Back to Plugins
MCP Server MCP

RaceHooks

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "racehooks-mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your RaceHooks client ID. Get yours at racehooks.io.",
          "isRequired": true,
          "name": "RACEHOOKS_CLIENT_ID"
        },
        {
          "description": "Your RaceHooks client secret.",
          "isRequired": true,
          "isSecret": true,
          "name": "RACEHOOKS_CLIENT_SECRET"
        },
        {
          "description": "API base URL. Defaults to https://api.racehooks.io.",
          "default": "https://api.racehooks.io",
          "name": "RACEHOOKS_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...