← Registry

General Tools

carspeed.co

Provides access to a database of production cars with search, comparison, ranking, drag race simulation, and trending matchup features.

1 endpoint6 known toolsFirst detected August 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://carspeed.co/mcp

No auth detected

MCP server metadata

Name
carspeed-mcp
Version
0.3.0
Capabilities
tools.listChanged
Server instructions

Carspeed is a public database of production-car specifications with head-to-head comparison and a browser-based drag-race simulator. Tools return factual specifications, comparisons, rankings, and canonical URLs on carspeed.co. Every result includes a data_source and last_updated field for provenance and a methodology_url describing how figures are derived.

Known tools 6

search_cars

Search Carspeed's public database of production cars by make, model, or common alias (e.g.

Inferred read-only
compare_cars

Compare two production cars side-by-side on acceleration, horsepower, top speed, and price.

Inferred read-only
top_cars

Rank production cars by fastest 0-60 mph, highest top speed, most horsepower, or cheapest MSRP.

Inferred read-only
simulate_drag_race

Run a physics simulation of a drag race between two cars over a chosen distance (default 402 m = quarter mile).

Inferred read-only
trending_matchups

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

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for carspeed.co was fetched 2026-08-11T12:34:08.722Z.

Trust status Trusted

carspeed.co is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.