Pitstop
Rank #15,755io.github.praneethravuri/pitstop
F1 MCP server: live timing, telemetry, standings, news, and a queryable 1950-present database.
Pitstop is a Model Context Protocol (MCP) server published by praneethravuri. It ranks #15,755 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Pitstop is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Oct 4, 2025 and most recently updated on Jul 5, 2026.
Ranks ahead of 99,836 of 115,591 servers on MCP Toplist.
Use Pitstop
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pitstop -e "PITSTOP_TRANSPORT=<your PITSTOP_TRANSPORT>" -- uvx pitstop-f1Replace each placeholder with your own value before saving.
[mcp_servers.pitstop]
command = "uvx"
args = ["pitstop-f1"]
[mcp_servers.pitstop.env]
PITSTOP_TRANSPORT = "<your PITSTOP_TRANSPORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pitstop": {
"command": "uvx",
"args": [
"pitstop-f1"
],
"env": {
"PITSTOP_TRANSPORT": "<your PITSTOP_TRANSPORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pitstop": {
"command": "uvx",
"args": [
"pitstop-f1"
],
"env": {
"PITSTOP_TRANSPORT": "<your PITSTOP_TRANSPORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pitstop": {
"type": "stdio",
"command": "uvx",
"args": [
"pitstop-f1"
],
"env": {
"PITSTOP_TRANSPORT": "<your PITSTOP_TRANSPORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pitstop": {
"command": "uvx",
"args": [
"pitstop-f1"
],
"env": {
"PITSTOP_TRANSPORT": "<your PITSTOP_TRANSPORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pitstop": {
"command": "uvx",
"args": [
"pitstop-f1"
],
"env": {
"PITSTOP_TRANSPORT": "<your PITSTOP_TRANSPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.praneethravuri%2Fpitstop)<a href="https://mcptoplist.com/server/io.github.praneethravuri%2Fpitstop"><img src="https://mcptoplist.com/badge/io.github.praneethravuri%2Fpitstop.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
praneethravuri
Available versions (1)
| Version | Published |
|---|---|
| 0.5.0 | Jul 5, 2026 |
Frequently asked questions
- Who maintains Pitstop?
- Pitstop is maintained by praneethravuri, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Pitstop listed on the Official MCP Registry?
- Yes — Pitstop is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Pitstop have?
- MCP Toplist tracks 1 version of Pitstop, most recently published on Jul 5, 2026.
- Where can I find the source code for Pitstop?
- The source code for Pitstop is hosted at github.com/praneethravuri/pitstop.