Skip to main content
ClaudeWave

cars-data.com Car Specs API

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mariusmmmmm/car-specs-api
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "car-specs-api": {
      "command": "node",
      "args": ["/path/to/car-specs-api/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mariusmmmmm/car-specs-api and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 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/v1`
- MCP server (streamable HTTP): `https://api.cars-data.com/mcp`
- OpenAPI spec: [`openapi.yaml`](./openapi.yaml)
- Also distributed as an [Apify Actor](https://apify.com/carsdatacom/car-specs-api) (pay-per-event, no API key needed)

## MCP server

Connect directly from Claude, ChatGPT connectors, Cursor, or Windsurf:

```json
{
  "mcpServers": {
    "cars-data": {
      "type": "http",
      "url": "https://api.cars-data.com/mcp"
    }
  }
}
```

Tools exposed:

| Tool | What it does |
|---|---|
| `search_cars` | Free-text search across 102,191 variants, 116 brands, 19 languages |
| `get_specs` | 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 `last_synced_at` freshness timestamp |
| `compare_variants` | Side-by-side localized specs for 2-4 variants |
| `list_generations` | Generations/facelifts of a model, with production years |
| `filter_cars` | Structured filter: fuel, body, drive, power/price range, year, EV-only |
| `get_images` | 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.

## REST API

Base URL: `https://api.cars-data.com/v1`. Full reference in [`openapi.yaml`](./openapi.yaml).

```bash
curl https://api.cars-data.com/v1/variants/42164/specs?locale=de \
  -H "X-Api-Key: cd_free_..."
```

| Endpoint | Description |
|---|---|
| `GET /brands`, `/brands/{slug}`, `/brands/{slug}/models` | Catalog: brands and models |
| `GET /models/{id}/generations` | Generations for a model |
| `GET /generations/{id}/variants` | Variants for a generation |
| `GET /variants`, `/variants/{id}` | Filterable variant listing / single variant |
| `GET /variants/{id}/specs?locale=` | Full localized specs (180 types, 19 languages) |
| `GET /variants/{id}/images` | Image URLs |
| `GET /variants/{id}/prices` | Price snapshot (single point-in-time, not a history) |
| `GET /search?q=` | Free-text search |
| `GET /compare?ids=` | Side-by-side specs for 2-4 variants |
| `GET /specs/catalog` | The full spec-type catalog (categories + counts) |
| `GET /usage` | Self-check current quota usage for your key |

### Get a free API key

```bash
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](https://apify.com/carsdatacom/car-specs-api), 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](https://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](https://cars-data.com/api/terms),
not an open-source license — this repo documents and hosts the server
implementation, not a redistributable dataset.

Lo que la gente pregunta sobre car-specs-api

¿Qué es mariusmmmmm/car-specs-api?

+

mariusmmmmm/car-specs-api es mcp servers para el ecosistema de Claude AI. cars-data.com Car Specs API Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala car-specs-api?

+

Puedes instalar car-specs-api clonando el repositorio (https://github.com/mariusmmmmm/car-specs-api) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mariusmmmmm/car-specs-api?

+

mariusmmmmm/car-specs-api aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene mariusmmmmm/car-specs-api?

+

mariusmmmmm/car-specs-api es mantenido por mariusmmmmm. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a car-specs-api?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega car-specs-api en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: mariusmmmmm/car-specs-api
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mariusmmmmm-car-specs-api)](https://claudewave.com/repo/mariusmmmmm-car-specs-api)
<a href="https://claudewave.com/repo/mariusmmmmm-car-specs-api"><img src="https://claudewave.com/api/badge/mariusmmmmm-car-specs-api" alt="Featured on ClaudeWave: mariusmmmmm/car-specs-api" width="320" height="64" /></a>

Más MCP Servers

Alternativas a car-specs-api