Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Pitwall
Pitwall logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:28:10 PM

Pitwall

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website

F1 race engineer for Claude β€” 67 tools for telemetry, strategy, and 75 years of history

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pitwall": {
      "command": "uvx",
      "args": [
        "--from"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Pitwall

Turn Claude into your F1 race engineer.
Real telemetry. Real strategy data. 75 years of history.

PyPI Downloads License: MIT Python 3.10+ MCP Compatible GitHub Stars

Verstappen vs Norris β€” Abu Dhabi 2024 Qualifying Speed Trace


Quick Start

Claude Code β€” one command, all 79 tools:

Terminal
claude mcp add pitwall -- uvx --from "f1pitwall[full]" f1pitwall

Then 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.

Lighter install (30 tools, no plots)

Skips pandas/numpy/matplotlib/FastF1. Still includes all 16 live-timing tools.

Terminal
claude mcp add pitwall -- uvx --from f1pitwall f1pitwall
Install with pip instead
Terminal
pip install "f1pitwall[full]"        # or just f1pitwall for lite
claude mcp add pitwall -- f1pitwall
Install from source instead
bash
git 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.py

Install 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.

Code
/plugin marketplace add darshjoshi/pitwall
/plugin install pitwall@pitwall

Claude Desktop

Add to claude_desktop_config.json (Settings β†’ Developer β†’ Edit Config):

config.json
{
  "mcpServers": {
    "pitwall": {
      "command": "uvx",
      "args": ["--from", "f1pitwall[full]", "f1pitwall"]
    }
  }
}

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

Code
"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 flags
See all example questions
QuestionTool Used
"Who won the Chinese GP?"get_standings
"What was Verstappen's speed on lap 25?"get_telemetry
"Compare Hamilton vs Leclerc"get_driver_comparison
"What tyres did everyone use?"get_tyre_strategy
"Fastest pit stop at Australia 2025?"get_pit_stops
"When was the safety car?"get_race_control
"Was it raining during the race?"get_weather
"Top speeds at Monza 2024?"get_speed_traps
"Norris's lap times in the race"get_lap_times
"Who won the 2005 championship?"get_championship_standings
"Plot Verstappen vs Hamilton speed trace"plot_telemetry_comparison
"Show me the gear shift map at Monaco"plot_gear_shifts
"Who gained the most positions?"compare_grid_to_finish
"Overtakes in the race"detect_overtakes
"Compare Verstappen lap 5 vs lap 50"plot_multi_telemetry_comparison
"Ferrari head-to-head in qualifying"team_head_to_head
"Deleted laps in qualifying"get_deleted_laps
"Gap to leader throughout the race"get_gap_to_leader

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:

CategoryWhat You Get
Visual PlotsSpeed trace comparisons, gear shift maps, multi-lap telemetry overlays
Deep TelemetryBrake point analysis, RPM patterns, DRS usage, throttle traces
Advanced StrategyStint degradation, compound comparisons, tire age performance
Race IntelligenceOvertake detection, gap tracking, position changes, qualifying progression
Full tool list (79 tools)

Lite Tools (always available)

ToolDescription
list_seasonsAvailable seasons (2018-present)
list_racesFull season calendar with dates
get_race_infoSession details and available data feeds
get_standingsRace classification β€” positions, gaps, best laps, pits
get_lap_timesLap-by-lap times, filterable by driver and lap range
get_telemetrySpeed, RPM, throttle, brake, gear, DRS for a specific lap
get_tyre_strategyCompound, stint length, new/used for every driver
get_pit_stopsAll pit stops sorted by fastest
get_race_controlFlags, penalties, safety cars, investigations
get_weatherAir/track temp, rain, humidity, wind
get_speed_trapsSpeed at 4 measurement points per driver
get_driver_comparisonHead-to-head: position, pace, strategy, pit stops
get_historical_resultsRace results from 1950 to present
get_championship_standingsDriver/constructor championships from 1950+

Live Timing (lite β€” no auth, reads F1's real-time SignalR feed during a session)

ToolDescription
get_live_session_statusSession name, flag/track status, lap count
get_live_positionsLive running order with gap + interval
get_live_lap_timesLast + best lap per driver
get_live_sector_timesSector times + speed trap for one driver
get_live_time_gapsGap to leader + interval to car ahead (mode-aware)
get_live_best_sectorsPersonal-best sectors + best lap, ranked
get_live_speed_trapSpeed-trap (ST) ranking across the field
get_live_speed_comparisonBest speed at I1/I2/FL/ST per driver
get_live_tyresCompound, age (laps), stint number per driver
get_live_stint_historyFull compound sequence per driver
get_live_pit_activityPit count + in-pit / out-lap flags
get_live_weatherAir/track temp, humidity, wind, rain
get_live_race_controlFlags, penalties, track-limit deletions, SC/VSC
get_live_session_clockTime remaining in the session
get_live_track_status_historyChronological track/session status log
get_live_mini_sectorsMini-sector status (green/purple/yellow) per driver

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Openflowkit MCP logoOpenflowkit MCP

    Local-first OpenFlowKit diagramming tools for Claude, Cursor, Windsurf & other MCP clients.

    πŸ’» Developer Tools0 views
    Compare vs Openflowkit MCP β†’
  • HeyClaude β€” Claude & AI workflow directory logoHeyClaude β€” Claude & AI workflow directory

    Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

    πŸ’» Developer Tools0 views
    Compare vs HeyClaude β€” Claude & AI workflow directory β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Pitwall

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "pitwall": { "command": "npx", "args": ["-y", "pitwall"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPitwall AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pitwall?style=directory)](https://allmcps.com/mcp/pitwall)
HTML Embed
<a href="https://allmcps.com/mcp/pitwall"><img src="https://allmcps.com/api/badge/pitwall?style=directory" alt="Pitwall on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Pitwall β†’Install in Claude DesktopInstall in CursorInstall in VS Code