Vehicle specs, federal recalls, and OBD-II DTC reference for AI agents via MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give your AI agent real vehicle data. An MCP server that lets Claude, Cursor, ChatGPT, or any MCP-capable client query the CarVector API natively β vehicle specs, representative images, federal recalls, owner complaints, service bulletins, defect investigations, and OBD-II diagnostic trouble codes.
Models hallucinate car data. They invent horsepower numbers, miss recalls filed last week, and guess at what a trouble code means. carvector-mcp gives your agent structured, sourced answers it can cite instead of a confident guess.
Β· MIT Β· Free tier, no card β carvector.io
1. Get a free API key at carvector.io β 500 requests a month, no credit card.
2. Add it to your MCP client. Most clients use an mcpServers block:
That's it. Restart your client and ask it about a vehicle.
Prefer a remote server? If your client supports HTTP MCP, skip the install and point it straight at the hosted endpoint:
| Tool | What it returns |
|---|---|
search_vehicles | Matching vehicles by year / make / model, with ids + specs |
get_vehicle | Full specs for one vehicle β engine, drivetrain, body, image, recall count |
get_recalls | Federal recall campaigns for a vehicle β component, summary, consequence, remedy |
get_complaints | Owner-complaint signal for a vehicle β aggregate by component + the most recent complaints (Pro plan) |
get_tsbs | Manufacturer service-bulletin index for a vehicle β the fix the dealer already knows about (Business plan) |
get_investigations | Federal defect investigations for a vehicle β a leading indicator of recalls (Business plan) |
lookup_dtc | An OBD-II code's title, category, severity, and safety/emissions flags |
The agent chains them naturally: search_vehicles to resolve an id, then get_vehicle, get_recalls, get_complaints, get_tsbs, or get_investigations.
You: "Is a P0300 code serious?"
Your agent answers: "Yes β P0300 is a high-severity, safety-related misfire code. Don't keep driving on it." Sourced, not guessed.
carvector-mcp is an open-source, thin client. It bundles no data β every call forwards to the CarVector API, authenticated with your key. What you get back:
Calls count against your plan's rate limit and show up in your dashboard, exactly like a REST request.
This client is ~150 lines of readable JavaScript β please read them. It:
api.carvector.io (grep index.js, it's the only URL),Bearer header to that host, nowhere else,@modelcontextprotocol/sdk.Your key stays on your machine. Set it via the CARVECTOR_API_KEY env var (preferred); --key works too but, like any CLI argument, is visible in process listings.
MIT. The client is open source; the data is served by CarVector.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/carvector-mcp)<a href="https://allmcps.com/mcp/carvector-mcp"><img src="https://allmcps.com/api/badge/carvector-mcp?style=directory" alt="Carvector MCP on AllMCPs" /></a>