General Tools
carspeed.co
Provides access to a database of production cars with search, comparison, ranking, drag race simulation, and trending matchup features.
ENDPOINT 1
https://carspeed.co/mcp
MCP server metadata
- Name
- carspeed-mcp
- Version
- 0.3.0
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_carsSearch Carspeed's public database of production cars by make, model, or common alias (e.g.
Inferred read-onlycompare_carsCompare two production cars side-by-side on acceleration, horsepower, top speed, and price.
Inferred read-onlytop_carsRank production cars by fastest 0-60 mph, highest top speed, most horsepower, or cheapest MSRP.
Inferred read-onlysimulate_drag_raceRun a physics simulation of a drag race between two cars over a chosen distance (default 402 m = quarter mile).
Inferred read-onlytrending_matchupsReturn the head-to-head matchups currently attracting the most simulated races on Carspeed, with a URL for each.
Inferred read-onlyweekly_challengeReturn 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-onlyCONNECT 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.
carspeed.co is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.