com.vincario/vehicle-data
com.vincario/vehicle-dataVehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.
Tools · 4
Decode a VIN and return detailed information about the vehicle.
List which fields are available for decoding a given VIN (free endpoint).
Check if a VIN appears in supported police/Vincario stolen databases.
Vehicle Market Value for a VIN. Accepts query parameters: odometer (int), odometer_unit (str).Pass them via 'params' dictionary.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.vincario/vehicle-data": {
"url": "https://mcp.vincario.com/mcp",
"transport": "streamable-http"
}
}
}