vincario-vehicle-data
An MCP (Model Context Protocol) server that exposes the Vincario API to AI agents and LLM clients.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Vin Decode: Decode a VIN and return detailed information about the vehicle.
- Vin Decode Info: List which fields are available for decoding a given VIN (free endpoint).
- Stolen Check: Check if a VIN appears in supported police/Vincario stolen databases.
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| vin_decode | Decode a VIN and return detailed information about the vehicle. |
| vin_decode_info | List which fields are available for decoding a given VIN (free endpoint). |
| stolen_check | Check if a VIN appears in supported police/Vincario stolen databases. |
| vehicle_market_value | Vehicle Market Value for a VIN. Accepts query parameters: odometer (int), odometer_unit (str).Pass them via 'params' dictionary. |