INDIVIDUAL MCP TOOL
top_cars
Rank production cars by fastest 0-60 mph, highest top speed, most horsepower, or cheapest MSRP.
LIVE ENDPOINT
https://carspeed.co/mcp
Connect to this endpoint to inspect the live schema for top_cars and invoke it with your own arguments.
Indexed 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 server
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.simulate_drag_race— Run a physics simulation of a drag race between two cars over a chosen distance (default 402 m = quarter mile).trending_matchups— Return the head-to-head matchups currently attracting the most simulated races on Carspeed, with a URL for each.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.