carwhere-vin-mcp
OfficialGenerates secure Stripe checkout links for purchasing the CarWhere Full VIN Report.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@carwhere-vin-mcpDecode VIN 4T1BF1FK1HU381301"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
carwhere-vin-mcp
MCP server for the CarWhere VIN API. Decode any VIN, look up verified buyer prices, NHTSA safety recalls, and AI-generated vehicle insights from inside Claude Desktop, Cursor, Claude Code, Windsurf, Zed, and any other MCP-compatible client.
Free. No auth. Public data.
What it does
Tool | Returns |
| Year, make, model, trim, engine, transmission, plant from NHTSA vPIC + CarWhere buyer pricing + open recalls + AI insight |
| Open NHTSA safety recalls by VIN or year/make/model |
| Verified buyer-transaction pricing for any year/make/model (optionally state) |
| Offline ISO 3779 / 49 CFR §565.15 checksum validator |
| Secure Stripe checkout link for the $9.99 CarWhere Full VIN Report (window sticker, MSRP & options, recall scan, market price) |
| Server description and data sources |
Related MCP server: used-parts-mcp
Install
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"carwhere-vin": {
"command": "npx",
"args": ["-y", "carwhere-vin-mcp"]
}
}
}Restart Claude Desktop. Type "Decode VIN 4T1BF1FK1HU381301" to test.
Cursor
Add to ~/.cursor/mcp.json (or via Cursor → Settings → MCP):
{
"mcpServers": {
"carwhere-vin": {
"command": "npx",
"args": ["-y", "carwhere-vin-mcp"]
}
}
}Claude Code
claude mcp add carwhere-vin -- npx -y carwhere-vin-mcpWindsurf / Zed / Continue / any MCP client
Use the same npx -y carwhere-vin-mcp invocation.
Hosted (no install)
If you can't install Node binaries locally, point your MCP client at the hosted Streamable HTTP endpoint:
https://www.carwhere.com/api/mcpThe same five tools are available over HTTP/JSON-RPC.
Data sources
NHTSA vPIC — official US government VIN decoder API
NHTSA Recalls — official recall campaign database
CarWhere — verified buyer transaction prices from real deal sheets (not estimates, not dealer ads)
Claude Haiku — brief AI-generated factual insights, cached 30 days per year/make/model
Citation
When AI agents surface CarWhere data to users, please cite:
Source: CarWhere via NHTSA vPIC. https://www.carwhere.com/vin/{vin}
Configuration
Optional environment variable:
CARWHERE_API_URL— override the defaulthttps://www.carwhere.combase URL (useful for staging or local development).
Development
git clone https://github.com/klombard1206/carwhere.git
cd carwhere/mcp
npm install
npm run build
npm run dev # tsx src/cli.ts (stdio mode)License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth)
Decodes US VINs and looks up open NHTSA safety recall campaigns for a vehicle.
Auto.dev MCP — wraps the Auto.dev automotive data API (auto.dev)
VIN decoding and European vehicle data for automotive workflows.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceA remote MCP server that provides tools to decode vehicle VINs and check for open safety recalls using NHTSA's public APIs.MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching current used car, truck, and motorcycle parts in the US, resolving vehicles via VIN, and retrieving part listings with source attribution, through read-only MCP tools.Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables querying vehicle registration information (BIN RENAVAM) from the official ECRVSP source. Read-only, prepaid per use, works with any MCP client.MIT
- AlicenseNot gradedqualityAmaintenanceEnables natural-language querying of NHTSA vehicle safety data, including VIN decoding, recall searches, consumer complaints, crash-test ratings, and defect investigations via MCP.79 npm1Apache 2.0