← Back to Plugins
MCP Server MCP

io.github.praneethravuri/pitstop

github By github 👁 1 views ▲ 0 votes

F1 MCP server: live timing, telemetry, standings, news, and a queryable 1950-present database.

Homepage Verified source GitHub

Install

uvx pitstop-f1

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "pitstop-f1",
      "version": "0.5.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Transport mode; must be 'stdio' when run via an MCP client.",
          "isRequired": true,
          "default": "stdio",
          "name": "PITSTOP_TRANSPORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...