← racecalendar.app

INDIVIDUAL MCP TOOL

get_f1_driver_session_summary

Get one driver's lap, sector, speed, grid, position, and interval summary for a Formula 1 session.

racecalendar.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

racecalendar.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.racecalendar-f1]
url = "https://racecalendar.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "racecalendar-f1": {
      "type": "http",
      "url": "https://racecalendar.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: racecalendar-f1
Remote MCP URL: https://racecalendar.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "racecalendar-f1": {
      "url": "https://racecalendar.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "racecalendar-f1": {
      "type": "http",
      "url": "https://racecalendar.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "racecalendar-f1",
  "transport": "streamable-http",
  "url": "https://racecalendar.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_f1_season_schedule — Get the verified public Formula 1 schedule for a season, including UTC session times, freshness, results, and canonical links.
  • get_f1_standings — Get the public Formula 1 driver and constructor standings for a season with canonical source links.
  • get_f1_next_event — Find the next Formula 1 session or race weekend from a UTC timestamp, including an event already in progress.
  • get_f1_session_results — Get the complete classified result for a Formula 1 session, with positions and available classification details.
  • get_f1_starting_grid — Get the starting grid for a Formula 1 session.
  • get_f1_session_analysis — Get one strictly typed analysis view for a Formula 1 session: strategy, weather, timeline, or championship implications.
  • get_f1_race_weekend — Get one public Formula 1 race weekend by season and exactly one friendly selector: meeting key, round, race name, or slug.
  • get_f1_circuit — Get circuit metadata and normalized track geometry for a race weekend selected by meeting key, round, race name, or slug.