Skip to main content
Glama

Pitstop

__init__.py•1.34 kB
from .news_and_updates import ( NewsArticle, NewsResponse, ) from .sessions import ( SessionDetailsResponse, SessionInfo, DriverSessionResult, SessionWeather, LapInfo, StandingsResponse, DriverStanding, ConstructorStanding, SessionResult, SessionResultsResponse, LapData, LapsResponse, FastestLapResponse, SessionDriversResponse, TireStint, TireStrategyResponse, ) from .telemetry import ( TelemetryPoint, LapTelemetryResponse, TelemetryComparisonResponse, ) from .weather import ( WeatherDataPoint, SessionWeatherDataResponse, ) from .control import ( RaceControlMessage, RaceControlMessagesResponse, ) __all__ = [ "NewsArticle", "NewsResponse", "SessionDetailsResponse", "SessionInfo", "DriverSessionResult", "SessionWeather", "LapInfo", "StandingsResponse", "DriverStanding", "ConstructorStanding", "SessionResult", "SessionResultsResponse", "LapData", "LapsResponse", "FastestLapResponse", "SessionDriversResponse", "TireStint", "TireStrategyResponse", "TelemetryPoint", "LapTelemetryResponse", "TelemetryComparisonResponse", "WeatherDataPoint", "SessionWeatherDataResponse", "RaceControlMessage", "RaceControlMessagesResponse", ]

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/praneethravuri/pitstop'

If you have feedback or need assistance with the MCP directory API, please join our Discord server