OpenF1 Live Data & Telemetry Connector for AI agents.
15 live capabilities
Get live Formula 1 telemetry and race strategy data in real time.
Waiting for input…
Why people use OpenF1 Live Data & Telemetry
Stop Tab-Hopping for OpenF1 Live Data & Telemetry Analysis
This Connector puts all that data into one place for your AI agent. You can just ask for the current gaps or the last pit stop duration and get the answer immediately. It turns a chaotic research process into a simple conversation.
What Vinkius changes
You get a direct line to live F1 data without having to manually browse multiple websites.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Explaining a sudden drop in speed
A journalist uses get_car_telemetry to see if a driver hit a specific RPM limit or had a DRS issue during a slow sector.
- Real-world use case 02
Analyzing a pit stop decision
A fan uses list_tyre_stints and list_pit_stops to see why a team chose a specific compound and how long the stop took.
- Real-world use case 03
Finding a viral radio moment
A content creator uses get_team_radio to find the recording links for a specific incident between a driver and their engineer.
Complete set · 15capabilities
The complete OpenF1 Live Data & Telemetry capability set.
These are the exact actions your AI can choose when you ask it to work with OpenF1 Live Data & Telemetry.
01—04
4 capabilities in this set.
Part of 15 available through OpenF1 Live Data & Telemetry.
- 01 Capability
Get driver intervals
See the gaps and intervals between drivers. This helps you see how much of a lead the frontrunners have.
- 02 Capability
Get lap times
Get specific lap and sector times. Use this to see exactly where a driver is gaining or losing time.
- 03 Capability
List overtakes
Get a list of all overtakes during a race. This helps you see the most aggressive moves on the track.
- 04 Capability
List pit stops
See all pit stop durations for a session. Use this to check how quickly the teams are getting cars back out.
05—08
4 capabilities in this set.
Part of 15 available through OpenF1 Live Data & Telemetry.
- 05 Capability
Get race control messages
Pull official FIA race control updates. This keeps you informed about penalties and safety messages.
- 06 Capability
Get driver standings
Get the current championship standings for drivers. This keeps you updated on the overall season points.
- 07 Capability
Get team standings
Get the current championship standings for teams. Use this to track the constructors' championship.
- 08 Capability
List tyre stints
View tire strategy and stints for the field. This is perfect for analyzing how teams are managing their rubber.
09—12
4 capabilities in this set.
Part of 15 available through OpenF1 Live Data & Telemetry.
- 09 Capability
Get car telemetry
Get technical telemetry for a specific car. This provides high-frequency data like RPM and speed.
- 10 Capability
Get weather data
Get track and air weather data. Use this to see how conditions are affecting the grip levels.
- 11 Capability
List drivers
See the list of drivers for a specific session. This helps you identify who is currently on the grid.
- 12 Capability
Get starting grid
Get the initial race starting grid. Use this to see the order of the cars before the lights go out.
13—15
3 capabilities in this set.
Part of 15 available through OpenF1 Live Data & Telemetry.
- 13 Capability
Get team radio
Get links to team radio recordings. You can listen to the direct communication between drivers and engineers.
- 14 Capability
Get session results
Retrieve the final classification for a session. Use this to see the final order of the cars.
- 15 Capability
List sessions
See a list of all F1 sessions for a given year. This helps you find specific past events.
Set up in minutes
One URL. Then ask OpenF1 Live Data & Telemetry to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use OpenF1 Live Data & Telemetry from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XG1pwE9OVdDoHaX7ISl3QsfVyUtAjszpvNFUWbOn/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it OpenF1 Live Data & Telemetry, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable OpenF1 Live Data & Telemetry for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XG1pwE9OVdDoHaX7ISl3QsfVyUtAjszpvNFUWbOn/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the OpenF1 Live Data & Telemetry URL.
- Step 03
Save and start
Save the connection and enable OpenF1 Live Data & Telemetry in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"openf1-live-data-telemetry": {
"url": "https://edge.vinkius.com/vk_preview_XG1pwE9OVdDoHaX7ISl3QsfVyUtAjszpvNFUWbOn/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using OpenF1 Live Data & Telemetry
Open Agent mode in chat and ask: "Using OpenF1 Live Data & Telemetry, help me...". 15 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"openf1-live-data-telemetry": {
"url": "https://edge.vinkius.com/vk_preview_XG1pwE9OVdDoHaX7ISl3QsfVyUtAjszpvNFUWbOn/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using OpenF1 Live Data & Telemetry
Ask Copilot: "Using OpenF1 Live Data & Telemetry, help me...". 15 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"openf1-live-data-telemetry": {
"url": "https://edge.vinkius.com/vk_preview_XG1pwE9OVdDoHaX7ISl3QsfVyUtAjszpvNFUWbOn/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using OpenF1 Live Data & Telemetry
Open Cascade and ask: "Using OpenF1 Live Data & Telemetry, help me...". 15 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"openf1-live-data-telemetry": {
"url": "https://edge.vinkius.com/vk_preview_XG1pwE9OVdDoHaX7ISl3QsfVyUtAjszpvNFUWbOn/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using OpenF1 Live Data & Telemetry
Ask Cline: "Using OpenF1 Live Data & Telemetry, help me...". 15 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add openf1-live-data-telemetry --transport http "https://edge.vinkius.com/vk_preview_XG1pwE9OVdDoHaX7ISl3QsfVyUtAjszpvNFUWbOn/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using OpenF1 Live Data & Telemetry
Ask Claude: "Using OpenF1 Live Data & Telemetry, show me...". 15 tools are ready
Where the request belongs
Work OpenF1 can move forward.
This is for the die-hard F1 fan who wants to see the why behind every overtake, the data journalist needing facts fast, and the strategy nerd who lives for tire wear analysis.
F1 Data Journalist
Quickly pulls telemetry and race control updates to write technical reports and race breakdowns.
Strategy Analyst
Audits tire stints and pit durations to predict race flow and team movements.
Content Creator
Grabs team radio links and live updates to create engaging social media content for fans.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHyprace F1 Data
Query Formula 1 race results, driver standings, constructor rankings, and historical data since 1950 from any AI agent.
Cartrack
Manage fleet operations via Cartrack. track vehicle locations, monitor fuel, and analyze trip history directly from any AI agent.
Geotab
Automate fleet management via Geotab. manage devices, track trips, and monitor vehicle diagnostics directly from any AI agent.
Tesla Fleet API
Physical actuator proxy mapping explicitly native commands evaluating telemetry tracking active Tesla vehicles cleanly.
Running Race Predictor
Predict race performance and generate segmented pacing strategies using the Riegel model.
Volvo Cars Connected
Monitor and manage your connected Volvo vehicle. check fuel levels, battery status, door locks, and trip statistics directly via AI.
Bring your own AI
Change the model, client or framework. Keep OpenF1 connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about OpenF1.
The practical details behind the request, access and result.
Can I use OpenF1 Live Data & Telemetry MCP to see real-time car stats?
Yes, it pulls high-frequency data like speed, RPM, and DRS usage. This allows you to see exactly how a driver is performing on the track in real-time.
Does the OpenF1 Live Data & Telemetry MCP include team radio?
It provides links to the team radio recordings. This lets you hear the direct communication between drivers and engineers during the session.
Can I use this to check the current F1 standings?
Yes, it can pull both the driver and team championship standings instantly. It's a great way to keep track of the points throughout the season.
Is the OpenF1 Live Data & Telemetry MCP good for analyzing tire wear?
It's perfect for that because it tracks tire stints and compounds across the field. You can see exactly what strategy teams are using.
Can I get official FIA messages with this Connector?
Yes, it pulls the official race control updates directly from the FIA. This keeps you informed about penalties, safety messages, and track incidents.
How do I see the starting grid for a specific race?
You can simply ask your agent to pull the initial starting grid for any session. It will give you the order of the cars before the race begins.
Can my AI automatically analyze technical performance gaps between two specific drivers in a session?
Yes! By using capabilities like get_lap_times and get_car_telemetry, your agent can compare sector-by-sector data, top speeds, and braking points to identify exactly where one driver is gaining or losing time compared to another.
How do I easily listen to or read the team radio communications during a race weekend?
Simply ask the agent to run the get_team_radio capability for a specific session and driver. It will retrieve direct URLs to the official audio recordings, allowing you to hear the narrative between drivers and engineers.
Does the integration permit tracking official FIA race control decisions in real-time?
Yes. The get_race_control_messages action allows your agent to fetch all official updates, including yellow flags, steward investigations, and track limit warnings, mapped to specific lap numbers.
One connection away
Give your agent a direct line to OpenF1.
Connect OpenF1 once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available