← carspeed.co

INDIVIDUAL MCP TOOL

trending_matchups

Return the head-to-head matchups currently attracting the most simulated races on Carspeed, with a URL for each.

carspeed.conone authenticationAvailability not checked

LIVE ENDPOINT

https://carspeed.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for trending_matchups and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

carspeed.co

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.carspeed-mcp]
url = "https://carspeed.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "carspeed-mcp": {
      "type": "http",
      "url": "https://carspeed.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: carspeed-mcp
Remote MCP URL: https://carspeed.co/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": {
    "carspeed-mcp": {
      "url": "https://carspeed.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "carspeed-mcp",
  "transport": "streamable-http",
  "url": "https://carspeed.co/mcp"
}
MCP Inspector

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

Related tools

  • search_cars — Search Carspeed's public database of production cars by make, model, or common alias (e.g.
  • compare_cars — Compare two production cars side-by-side on acceleration, horsepower, top speed, and price.
  • top_cars — Rank production cars by fastest 0-60 mph, highest top speed, most horsepower, or cheapest MSRP.
  • simulate_drag_race — Run a physics simulation of a drag race between two cars over a chosen distance (default 402 m = quarter mile).
  • weekly_challenge — Return this week's Carspeed build challenge: budget, race distance, and the URL where users pick a car, apply mods, and submit an ET run to the weekly leaderboard.