car-specs-api
cars-data.com — Car Specs API + MCP server
REST API and remote MCP server over cars-data.com's multilingual vehicle-specs database: 102,191 vehicle variants, 1,300+ models, 5,299 generations, 180 spec types across 19 categories, in 19 languages (including Arabic, RTL).
REST API:
https://api.cars-data.com/v1MCP server (streamable HTTP):
https://api.cars-data.com/mcpOpenAPI spec:
openapi.yamlAlso distributed as an Apify Actor (pay-per-event, no API key needed)
MCP server
Connect directly from Claude, ChatGPT connectors, Cursor, or Windsurf:
{
"mcpServers": {
"cars-data": {
"type": "http",
"url": "https://api.cars-data.com/mcp"
}
}
}Tools exposed:
Tool | What it does |
| Free-text search across 102,191 variants, 116 brands, 19 languages |
| Full localized specs for one variant — 180 spec types across 19 categories (safety, comfort/interior, engine & fuel, performance, EV/hybrid, chassis, exterior, dimensions & weights, WLTP/NEDC consumption, and more), with a confidence score and |
| Side-by-side localized specs for 2-4 variants |
| Generations/facelifts of a model, with production years |
| Structured filter: fuel, body, drive, power/price range, year, EV-only |
| Image URLs (own CDN) for a vehicle variant |
The MCP server is unauthenticated for discovery (rate-limited per IP). No signup required to try it.
Related MCP server: VIN MCP
REST API
Base URL: https://api.cars-data.com/v1. Full reference in openapi.yaml.
curl https://api.cars-data.com/v1/variants/42164/specs?locale=de \
-H "X-Api-Key: cd_free_..."Endpoint | Description |
| Catalog: brands and models |
| Generations for a model |
| Variants for a generation |
| Filterable variant listing / single variant |
| Full localized specs (180 types, 19 languages) |
| Image URLs |
| Price snapshot (single point-in-time, not a history) |
| Free-text search |
| Side-by-side specs for 2-4 variants |
| The full spec-type catalog (categories + counts) |
| Self-check current quota usage for your key |
Get a free API key
curl -X POST https://api.cars-data.com/v1/keys \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com", "accept_tos": true}'Free tier: 1,000 requests/month, 20 req/min.
Pricing
Free — 1,000 req/month, instant self-serve key, no payment.
Apify — pay-per-event, billed through the Apify Store listing, no API key needed.
x402 — per-call USDC payment on Base for agents that want to pay without an account (not yet live — see the project roadmap).
There is no subscription/Stripe tier — Free and Apify (and, later, x402) are the only paid paths.
Data & attribution
Data comes from cars-data.com's multilingual vehicle-specs database. See cars-data.com/api/terms for the API Terms of Service (attribution required on Free tier; no bulk extraction / resale).
License
The API and its documentation in this repository are provided as-is. Access to the underlying dataset is governed by the API Terms of Service, not an open-source license — this repo documents and hosts the server implementation, not a redistributable dataset.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables access to comprehensive vehicle information including VIN decoding, license plate OCR, vehicle history checks (theft, title, salvage records), market valuations, specifications, and warranty data for vehicles across North America and Europe.6611MIT
- Alicense-qualityDmaintenanceProvides comprehensive vehicle reports by aggregating data from multiple public sources to decode VINs, check recalls, and view safety ratings. It enables users to validate VINs locally and retrieve technical specifications, fuel economy, and vehicle photos without requiring API keys.18MIT
- AlicenseAqualityBmaintenanceDecode VINs, look up specs, history, recalls, market value, and OBD codes. Recognize license plates and VINs from images. Access comprehensive vehicle data by year, make, and model to power automotive workflows.12MIT
- AlicenseAqualityCmaintenanceProvides vehicle wheel and tyre fitment data for 10,000+ makes, models, and trim levels through 32 read-only tools, enabling searches by vehicle, rim, or tire specifications.3281MIT
Related MCP Connectors
Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.
VIN decoding and European vehicle data for automotive workflows.
Car logo API and image CDN: search automotive brands, fetch brand data, and build logo CDN URLs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mariusmmmmm/car-specs-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server