← cars-data.com

INDIVIDUAL MCP TOOL

get_specs

Full 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).

cars-data.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.cars-data.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_specs 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

cars-data.com

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.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.

Related tools

  • search_cars — Free-text search across 102,191 vehicle variants, 116 brands, 19 languages.
  • compare_variants — Side-by-side localized specs for 2-4 vehicle variants.
  • list_generations — Generations/facelifts of a model, with production years.
  • filter_cars — Structured catalog filter: fuel type, body type, drive layout, power/price range, model year, EV-only.
  • get_images — Image URLs (own CDN, no attribution burden) for a vehicle variant.