get_meetings

Pack: openf1 · Endpoint: https://gateway.pipeworx.io/openf1/mcp

List Formula 1 meetings (Grand Prix weekends). Live race data source. Filter by year and/or country. Returns meeting_key, official name, country, circuit, location, date.

Parameters

NameTypeRequiredDescription
yearnumbernoSeason year, e.g. 2024.
country_namestringnoHost country, e.g. “Bahrain”, “Italy”.

Example call

curl -X POST https://gateway.pipeworx.io/openf1/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_meetings","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "openf1": {
      "url": "https://gateway.pipeworx.io/openf1/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 6, 2026