Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An MCP (Model Context Protocol) server that exposes the Vincario API to AI agents and LLM clients. Enables AI assistants to decode VINs, check stolen vehicle databases, and retrieve market valuations through natural language.
| Tool | Description |
|---|---|
vin_decode | Decode a VIN and return detailed vehicle information |
vin_decode_info | List available fields for a given VIN (free endpoint) |
stolen_check | Check if a VIN appears in stolen vehicle databases |
vehicle_market_value | Get market valuation for a vehicle (supports odometer input) |
X-API-Key HTTP headerThe server starts on http://localhost:8080.
Pass your Vincario API key as an HTTP header with each request:
Add to your MCP config (.mcp.json or claude_desktop_config.json):
If connecting to the hosted server at https://mcp.vincario.com/mcp, replace the URL accordingly.
Once connected, you can ask your AI assistant:
The server uses streamable HTTP transport (stateless_http=True), which means no persistent session is required. Each request is independent, making it straightforward to deploy behind a reverse proxy or load balancer.
For HTTPS deployment, place a reverse proxy (nginx, Caddy, Cloudflare) in front of the server β the application itself runs on plain HTTP port 8080.
See Vincario API Terms of Service for usage terms.
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/vehicle-data)<a href="https://allmcps.com/mcp/vehicle-data"><img src="https://allmcps.com/api/badge/vehicle-data?style=directory" alt="Vehicle Data on AllMCPs" /></a>