mcpbeat Sign in

Vehicle Data MCP Server

answering

Vehicle Data is answering right now. Last checked 4 min ago. It exposes 4 tools. Last commit 9 Apr 2026.

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

Uptime history 47 days of history · worst day 0%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
677 ms
Response time
average over 24h
2
Stars
last commit 9 Apr 2026

Vehicle Data missed 3 checks this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add vehicle-data --transport http https://mcp.vincario.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vehicle-data": {
      "url": "https://mcp.vincario.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vehicle-data]
url = "https://mcp.vincario.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "vehicle-data": {
      "url": "https://mcp.vincario.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vehicle-data": {
      "url": "https://mcp.vincario.com/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

vin
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
stolen_check
Check if a VIN appears in supported police/Vincario stolen databases.
vehicle
vehicle_market_value
Vehicle Market Value for a VIN. Accepts query parameters: odometer (int), odometer_unit (str).Pass them via 'params' dictionary.

Endpoints

URLTransportStateLatencyChecked
https://mcp.vincario.com/mcp streamable-http answering 701 ms 4 min ago

Alternatives to Vehicle Data

same job, measured the same way
VINdata
by bhuvanabala

VIN decoding and European vehicle data for automotive workflows.

1 tools answering
Carsxe MCP
by carsxe

MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes.

answering
OmniaAuto — Canadian Vehicle Listings
by omniaauto

Live Canadian vehicle listings, VIN decode and market valuations, province by province.

answering
OpenDealer MCP Server
by opendealer

Automotive inventory search for AI assistants: vehicles, dealers, deals, and market data.

27 tools answering
MarketCheck AI Desk
by marketcheck

Vehicle valuations and market reports in Claude or ChatGPT. Pay per report, no subscription.

answering
Charm
by bitmacrocode

OEM automotive repair data - part numbers, torque specs, procedures for 1982-2013 vehicles.

2 tools answering
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
A
Can I Vibe? — AI coding provider status
by canivibe

Live status and health checks for AI coding providers: Claude, Cursor, Copilot, Codex and more.

2 tools answering

Vehicle Data — questions

Answers built from our own checks of this server.

What can Vehicle Data do?
It exposes 4 tools, read directly from the server on our last check. Among them: stolen_check, vehicle_market_value, vin_decode, vin_decode_info. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Vehicle Data working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 677 ms. The bar chart above shows every period we have measured.
How do I connect Vehicle Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Vehicle Data need an API key?
No. Vehicle Data completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Vehicle Data?
It answers our handshake in 677 ms on average, which is faster than 18% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Vehicle Data open source?
We cannot say either way: written in Python and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.