Back to Home
praneethravuri icon

pitstop

Verified Safe

by praneethravuri

Overview

Provides comprehensive Formula 1 data including historical statistics, real-time telemetry, standings, schedules, and news via a Model Context Protocol server.

Installation

Run Command
docker run -i --rm pitstop

Environment Variables

  • PITSTOP_ENV
  • PITSTOP_LOG_LEVEL
  • PITSTOP_ENABLE_CACHING
  • PITSTOP_CACHE_TTL
  • PITSTOP_RATE_LIMIT_ENABLED
  • PITSTOP_RATE_LIMIT
  • PITSTOP_TIMEOUT
  • PITSTOP_TELEMETRY_TIMEOUT

Security Notes

The server uses standard, well-vetted libraries for network operations (httpx, feedparser) and data processing (fastf1, pandas, pydantic). Configuration is handled via environment variables and .env files, preventing hardcoded secrets. No 'eval' or other directly dangerous functions were found. The use of external APIs (OpenF1, Ergast, RSS feeds) is properly encapsulated.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassHigh
Avg Tokens1500
Stars1
Forks1
Last Update2026-01-18

Tags

F1Formula 1Sports DataReal-time DataNews Aggregation