Vehicle Data MCP Server

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. Its 4 documented tools cover vin, decode. It is available as a remote MCP endpoint.

Teams that work with vin and decode and want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-04-09 · ★ 2 · #931 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

Python servers · how we verify → /methodology

01 · Install Vehicle Data

Claude Code

claude mcp add vincario-mcp-vincario --transport http https://mcp.vincario.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vincario-mcp-vincario": {
      "url": "https://mcp.vincario.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.vincario.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.vincario.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace com.vincario - domain-verified with the official MCP registry

03 · What Vehicle Data can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list available fields for a given VIN (free endpoint), check if a VIN appears in stolen vehicle databases, and get market valuation for a vehicle (supports odometer input).

Capability map

Tools grouped from the project's README - what Vehicle Data lets an agent do.

Vin

2 tools - e.g. Decode a VIN and return detailed vehicle information; List available fields for a given VIN (free endpoint)

vin_decode · vin_decode_info

Stolen

1 tool - e.g. Check if a VIN appears in stolen vehicle databases

stolen_check

Vehicle

1 tool - e.g. Get market valuation for a vehicle (supports odometer input)

vehicle_market_value

04 · Who maintains Vehicle Data

vehicle-data is maintained by vincario. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
other - ranked #931 of 945 actively-maintained other servers as of 2026-09-18.
registry
com.vincario/vehicle-data (active, first published 2026-04-09)

06 · Vehicle Data FAQ

Is Vehicle Data still maintained?

Yes - as of 2026-09-18, its last commit was 2026-04-09. We re-verify nightly.

What can Vehicle Data do?

With this server connected, an agent can list available fields for a given VIN (free endpoint), check if a VIN appears in stolen vehicle databases, and get market valuation for a vehicle (supports odometer input).

How do I install Vehicle Data?

Run `claude mcp add vincario-mcp-vincario --transport http https://mcp.vincario.com/mcp`. You can also paste the ready-made client config above.

Does Vehicle Data require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Vehicle Data