General Tools
cars-data.com
Provides localized car specifications, search, and comparison across many brands and languages.
ENDPOINT 1
https://api.cars-data.com/mcp
MCP server metadata
- Name
- cars-data-specs
- Version
- 1.0.0
Known tools 6
search_carsFree-text search across 102,191 vehicle variants, 116 brands, 19 languages.
Inferred read-onlyget_specsFull localized specs for one vehicle variant, in any of 19 languages — 180 spec types covering engine & fuel, performance, EV/hybrid, safety (30 specs), comfort & interior (47), exterior, chassis, dimensions & weights, consumption (WLTP/NEDC).
Inferred read-onlyfilter_carsStructured catalog filter: fuel type, body type, drive layout, power/price range, model year, EV-only.
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.cars-data-specs]
url = "https://api.cars-data.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cars-data-specs": {
"type": "http",
"url": "https://api.cars-data.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cars-data-specs
Remote MCP URL: https://api.cars-data.com/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": {
"cars-data-specs": {
"url": "https://api.cars-data.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cars-data-specs": {
"type": "http",
"url": "https://api.cars-data.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cars-data-specs",
"transport": "streamable-http",
"url": "https://api.cars-data.com/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 cars-data.com was fetched 2026-08-03T14:41:13.200Z and is being refreshed.
cars-data.com 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.