Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.vincario/vehicle-data

com.vincario/vehicle-data

Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.

Uptime
5.4%
37 probes
Response
186ms
last probe
Tools
4
callable

Tools · 4

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.

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"
    }
  }
}