io.github.darshjoshi/pitwall
Pitwall is an F1 data MCP server that acts as an F1 race engineer, providing access to real-time and historical Formula 1 data without requiring API keys.
Historical Data: Access race results and championship standings from 1950 to present, and list available seasons (2018–present).
Session & Calendar: Retrieve full race calendars, session details, and available data feeds for any race weekend.
Race Results: Get full race classification with positions, gaps, best laps, pit stops, and retirements. Retrieve lap-by-lap times for drivers, filterable by lap range.
Car Telemetry: Access detailed telemetry (speed, RPM, throttle, brake, gear, DRS) for specific laps at ~4Hz.
Strategy & Pit Stops: Analyze tyre strategies (compound, stint lengths, new/used) and pit stop details (fastest stops).
Race Control & Weather: View race control messages (flags, penalties, safety cars, investigations) and weather conditions (temperature, rain, wind, humidity). Also get speed trap readings at multiple track points per driver.
Driver Comparison: Compare two drivers head-to-head on position, pace, strategy, and pit stops.
Live Timing (No Auth Required): During live sessions, access session status, live running order with gaps, lap and sector times, tyre and stint info, race control messages, weather, speed trap rankings, mini-sector statuses, and more.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.darshjoshi/pitwallWho won the 2025 Australian GP?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Quick Start
Claude Code — one command, all 79 tools:
claude mcp add pitwall -- uvx --from "f1pitwall[full]" f1pitwallThen ask Claude: "Who won the 2025 Australian GP?"
Needs uv (
curl -LsSf https://astral.sh/uv/install.sh | sh). No pip, no virtualenv, no "which python3" — and you always get the latest release.First launch downloads the FastF1 stack (~540 MB) and takes about 25 seconds. Every launch after that is under a second. If the very first start times out, just restart Claude Code — the download is already cached.
Want the plugin instead, so you get the f1 skill along with the server? See Install as a Claude Code plugin.
Skips pandas/numpy/matplotlib/FastF1. Still includes all 16 live-timing tools.
claude mcp add pitwall -- uvx --from f1pitwall f1pitwallpip install "f1pitwall[full]" # or just f1pitwall for lite
claude mcp add pitwall -- f1pitwallgit clone https://github.com/darshjoshi/pitwall.git && cd pitwall
pip install -r requirements.txt # lite (incl. live timing)
pip install -r requirements-full.txt # full
claude mcp add pitwall -- python3 $(pwd)/pitwall.pyInstall as a Claude Code plugin
The plugin ships the MCP server and the f1 skill together — the skill teaches Claude which of the 79 tools to reach for and how to explain F1 to someone who's never watched a race.
/plugin marketplace add darshjoshi/pitwall
/plugin install pitwall@pitwallClaude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"pitwall": {
"command": "uvx",
"args": ["--from", "f1pitwall[full]", "f1pitwall"]
}
}
}Related MCP server: MCP Server F1Data
Why Pitwall?
Claude knows F1 from training data — but it can't look up last week's race. It can't show you Verstappen's throttle trace through Turn 1. It doesn't know who pitted first or when the safety car came out.
Pitwall connects Claude to real F1 data:
Real data, not hallucinations — actual timing feeds from formula1.com
Lap-level telemetry — speed, RPM, throttle, brake, gear, DRS at 4Hz per car
Visual plots — speed trace comparisons, gear shift maps returned as images
75 years of history — every race result and championship since 1950
Fresh after every session — full telemetry and timing published ~30 min after each session ends, back to 2018
Zero API keys — all core data is free, no account needed
What You Can Ask
"Who won the 2025 Australian GP?" → Race results and classification
"Verstappen's speed on lap 25 at Monaco" → Lap telemetry at 4Hz
"Plot Hamilton vs Norris speed trace" → Visual speed comparison chart
"Compare Ferrari's tyre strategy" → Stint-by-stint breakdown
"Who won the 1994 championship?" → 75 years of history
"When was the safety car at Silverstone?" → Race control messages and flagsQuestion | Tool Used |
"Who won the Chinese GP?" |
|
"What was Verstappen's speed on lap 25?" |
|
"Compare Hamilton vs Leclerc" |
|
"What tyres did everyone use?" |
|
"Fastest pit stop at Australia 2025?" |
|
"When was the safety car?" |
|
"Was it raining during the race?" |
|
"Top speeds at Monza 2024?" |
|
"Norris's lap times in the race" |
|
"Who won the 2005 championship?" |
|
"Plot Verstappen vs Hamilton speed trace" |
|
"Show me the gear shift map at Monaco" |
|
"Who gained the most positions?" |
|
"Overtakes in the race" |
|
"Compare Verstappen lap 5 vs lap 50" |
|
"Ferrari head-to-head in qualifying" |
|
"Deleted laps in qualifying" |
|
"Gap to leader throughout the race" |
|
Features
79 tools across two modes. Pitwall auto-detects what's installed — no config changes needed.
Lite Mode (30 tools)
pip install f1pitwall — light deps only (mcp, requests, plus websockets/aiohttp for live timing); no pandas/numpy/FastF1.
Race results, lap times, telemetry, tyre strategy, pit stops, weather, race control, speed traps, driver comparison, and historical data back to 1950. Plus 16 live-timing tools (running order, gaps, lap/sector times, tyres, weather, race control, speed traps, mini-sectors, …) that read F1's real-time SignalR feed during a session — no auth needed. (Live car telemetry + GPS are auth-gated and live in Full mode.) Uses F1's free static archive and the Jolpica API.
Full Mode (79 tools)
pip install -r requirements-full.txt — adds FastF1.
Everything in Lite, plus:
Category | What You Get |
Visual Plots | Speed trace comparisons, gear shift maps, multi-lap telemetry overlays |
Deep Telemetry | Brake point analysis, RPM patterns, DRS usage, throttle traces |
Advanced Strategy | Stint degradation, compound comparisons, tire age performance |
Race Intelligence | Overtake detection, gap tracking, position changes, qualifying progression |
Lite Tools (always available)
Tool | Description |
| Available seasons (2018-present) |
| Full season calendar with dates |
| Session details and available data feeds |
| Race classification — positions, gaps, best laps, pits |
| Lap-by-lap times, filterable by driver and lap range |
| Speed, RPM, throttle, brake, gear, DRS for a specific lap |
| Compound, stint length, new/used for every driver |
| All pit stops sorted by fastest |
| Flags, penalties, safety cars, investigations |
| Air/track temp, rain, humidity, wind |
| Speed at 4 measurement points per driver |
| Head-to-head: position, pace, strategy, pit stops |
| Race results from 1950 to present |
| Driver/constructor championships from 1950+ |
Live Timing (lite — no auth, reads F1's real-time SignalR feed during a session)
Tool | Description |
| Session name, flag/track status, lap count |
| Live running order with gap + interval |
| Last + best lap per driver |
| Sector times + speed trap for one driver |
| Gap to leader + interval to car ahead (mode-aware) |
| Personal-best sectors + best lap, ranked |
| Speed-trap (ST) ranking across the field |
| Best speed at I1/I2/FL/ST per driver |
| Compound, age (laps), stint number per driver |
| Full compound sequence per driver |
| Pit count + in-pit / out-lap flags |
| Air/track temp, humidity, wind, rain |
| Flags, penalties, track-limit deletions, SC/VSC |
| Time remaining in the session |
| Chronological track/session status log |
| Mini-sector status (green/purple/yellow) per driver |
FastF1 Tools (requires FastF1)
Category | Tools |
Visual Plots |
|
Telemetry Analysis |
|
Lap Analysis |
|
Strategy |
|
Race Analysis |
|
Pit Stops |
|
Driver & Team |
|
Track & Safety |
|
Speed & Position |
|
History |
|
Live (auth-gated) |
|
Session |
|
Setup
Claude Code:
claude mcp add pitwall -- python3 /absolute/path/to/pitwall.pyClaude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"pitwall": {
"command": "python3",
"args": ["/absolute/path/to/pitwall.py"]
}
}
}1. Find your Python path:
where pythonThis will return something like C:\Users\YourName\AppData\Local\Programs\Python\Python313\python.exe or C:\Python313\python.exe.
2. Note where you cloned Pitwall:
For example: C:\Users\YourName\Projects\pitwall\pitwall.py
Claude Code (PowerShell):
claude mcp add pitwall -- python C:\Users\YourName\Projects\pitwall\pitwall.pyClaude Desktop — add to %APPDATA%\Claude\claude_desktop_config.json:
To open this folder, press
Win + R, type%APPDATA%\Claude, and hit Enter. If theClaudefolder orclaude_desktop_config.jsondoesn't exist, create them.
{
"mcpServers": {
"pitwall": {
"command": "python",
"args": ["C:\\Users\\YourName\\Projects\\pitwall\\pitwall.py"]
}
}
}Note: Use double backslashes (
\\) in the JSON path, or forward slashes (/) — both work. The command ispython(notpython3) on Windows.
Claude Code:
claude mcp add pitwall -- python3 /absolute/path/to/pitwall.pyClaude Desktop — add to ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"pitwall": {
"command": "python3",
"args": ["/absolute/path/to/pitwall.py"]
}
}
}Restart Claude Code or Claude Desktop after setup. Works with any MCP-compatible client.
Optional: Beginner-Friendly Skill (Claude Desktop)
Upload SKILL.md as a skill in Claude Desktop (Settings → Skills → Upload). Claude will explain F1 jargon inline — DRS, undercut, compound, safety car, etc.
Data Sources
All core data is free and requires no API keys.
Source | Coverage | What it provides |
2018-present | Telemetry, timing, strategy, pit stops, weather, race control | |
1950-present | Historical results and championships | |
FastF1 (optional) | 2018-present | Enhanced telemetry analysis and visual plots |
F1 SignalR Core (optional) | Live only | Real-time race data during active sessions |
How It Works
Pitwall reads from F1's publicly available static timing archive — the same data that powers the official F1 app. After each session ends (~30 minutes), F1 publishes 33 data feeds per session including full car telemetry (speed, RPM, throttle, brake, gear, DRS at ~4Hz per car), GPS positions, tyre data, pit stops, and race control messages.
The telemetry tool (get_telemetry) correlates the timing stream with the car data stream to extract telemetry for a specific driver on a specific lap — something no other F1 MCP server does.
Architecture
Claude ──MCP──> Pitwall ──HTTP──> livetiming.formula1.com/static/ (free)
──HTTP──> api.jolpi.ca/ergast/f1/ (free)
──lib──> FastF1 (optional, local)
──WS───> SignalR Core (optional, live races)Running the Server
python3 pitwall.py # MCP stdio (Claude Code / Claude Desktop)
python3 pitwall.py --http # MCP HTTP (remote / self-hosted)
python3 pitwall.py --http --port 3000Live Race Data
Pitwall includes a raw SignalR Core WebSocket client for real-time data during active F1 sessions. Most data is free — car telemetry and GPS require an F1 TV Pro or Premium subscription.
Note: The
get_live_*MCP tools read this client's live SignalR feed directly. 16 timing tools (running order, gaps, lap/sector times, tyres, weather, race control, speed traps, mini-sectors, …) work in the lite install with no auth; live car telemetry and GPS (get_live_telemetry,get_live_gps_positions) need an F1 TV token and ship in the full install. Post-session data — telemetry, timing, strategy — also remains available through the main tools after each session ends.
Data | Free | F1 TV |
Race positions, gaps, lap times | Yes | Yes |
Race control, flags, penalties | Yes | Yes |
Weather, track status | Yes | Yes |
Tyre compounds, stint info | Yes | Yes |
Team radio URLs | Yes | Yes |
Car telemetry (speed, RPM, throttle, brake) | No | Yes |
GPS positions (X/Y/Z coordinates) | No | Yes |
All data (including telemetry and GPS) becomes free in the static archive ~30 minutes after a session ends.
python3 auth_setup.pyThis opens a browser for F1 TV login. The token is saved locally:
<project_dir>/.f1token~/Library/Application Support/fastf1/f1auth.json(macOS)
Token expires every ~4 days. Re-run to refresh. Never uploaded anywhere.
import asyncio
from signalr_client import F1LiveClient
async def main():
# Free mode — timing, weather, race control (no auth needed)
client = F1LiveClient(no_auth=True)
@client.on("TimingData")
def on_timing(data, timestamp):
for num, info in data.get("Lines", {}).items():
print(f"P{info.get('Position','?')} #{num} Gap: {info.get('GapToLeader','')}")
@client.on("RaceControlMessages")
def on_rc(data, timestamp):
for msg in data.get("Messages", {}).values():
print(f"[{msg.get('Flag', '')}] {msg.get('Message', '')}")
await client.connect()
asyncio.run(main())For full telemetry (speed, RPM, throttle, brake, GPS):
from auth_setup import load_token
client = F1LiveClient(no_auth=False, auth_token=load_token())
@client.on("CarData.z")
def on_telemetry(data, timestamp):
# Speed, RPM, throttle, brake, gear, DRS at ~4Hz per car
...
@client.on("Position.z")
def on_position(data, timestamp):
# GPS X/Y/Z coordinates at ~4Hz per car
...Reference
Race Names
Race names are fuzzy-matched. All of these work:
"china", "chinese", "shanghai" → Chinese Grand Prix
"australia", "melbourne", "aus" → Australian Grand Prix
"monaco", "monte carlo" → Monaco Grand Prix
"silverstone", "great britain", "british" → British Grand PrixDriver Codes
VER = Verstappen HAM = Hamilton NOR = Norris LEC = Leclerc
ANT = Antonelli RUS = Russell PIA = Piastri BEA = Bearman
GAS = Gasly LAW = Lawson HAD = Hadjar SAI = Sainz
ALO = Alonso STR = Stroll OCO = Ocon BOT = Bottas
ALB = Albon HUL = Hulkenberg COL = Colapinto LIN = LindbladProject Files
File | Purpose |
| MCP server — 79 tools, auto-degrades to 30 without FastF1 |
| Raw SignalR Core WebSocket client for live race data |
| Zlib decompression for CarData.z / Position.z |
| Keyframe + delta state management for F1's incremental format |
| All 20 SignalR topics with auth/compression metadata |
| F1 TV token setup — browser-based OAuth flow |
Contributing
Found a bug? Want to add a tool? Contributions are welcome.
Fork the repo
Create a feature branch
Make your changes
Run the test suite:
python3 tests/pitwall_tool_validation.pyOpen a pull request
Credits
FastF1 by @theOehrly — the gold standard F1 Python library
Jolpica-F1 — the Ergast API successor
drivenrajat/f1 — inspiration for FastF1 tool patterns
Built by
Darsh Joshi — AI Engineer
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceProvides advanced Formula 1 analytics including real-time telemetry processing, tire degradation modeling, weather impact analysis, and Monte Carlo race strategy simulation for comprehensive F1 data analysis.135
- Alicense-qualityDmaintenanceEnables interaction with Formula 1 data through LLM interfaces like Claude. Provides access to F1 information including circuits, constructors, drivers, grand prix, manufacturers, races, and seasons.Apache 2.0
- AlicenseAqualityCmaintenanceMCP server for Formula 1 data via the FastF1 library. Ask Claude (or any MCP-compatible client) about race results, lap times, telemetry, standings, pit stops, and qualifying — with historical data back to 1950 via the Ergast API.21MIT
- Alicense-qualityDmaintenanceEnables Formula 1 data analysis through natural language, providing tools like track dominance, lap time analysis, and team performance comparisons.Apache 2.0
Related MCP Connectors
GA4 conversion analyst inside Claude — funnel drops, traffic anomalies, device gaps, with numbers.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/darshjoshi/pitwall'
If you have feedback or need assistance with the MCP directory API, please join our Discord server