get_drivers
Pack: openf1 · Endpoint: https://gateway.pipeworx.io/openf1/mcp
List F1 drivers entered in a session (live race data): number, full name, 3-letter acronym, team, team colour, country, headshot. session_key=“latest” for the most recent / ongoing session.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
session_key | number,string | no | Session key, or ‘latest’ for the most recent session. Default ‘latest’. |
driver_number | number | no | Restrict to a single driver, e.g. 1, 44. |
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_drivers","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.