Model Context Protocol

MCP servers for cars

Free Model Context Protocol servers from try.vin that give Claude, Cursor, ChatGPT, and any other MCP-compatible AI assistant live access to U.S. vehicle data — VIN decoding, NHTSA recalls, and more, with zero glue code.

One protocol, every client

Works in Claude Desktop, Claude Code, Cursor, ChatGPT, Continue, Zed — anywhere MCP runs.

Free & rate-limited

No API key, no signup. Need higher throughput? The same data is available via the authenticated REST API.

Read-only & agent-safe

Tools are pure lookups — no writes, no side effects. Safe for autonomous agents triaging used-car listings at scale.

Available servers

1 server live today, more on the way.

try.vin VIN Decoder

Live

Decode any 17-character VIN and look up NHTSA recalls — straight from chat.

A free Model Context Protocol server that gives any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, ChatGPT, Continue) live access to U.S. vehicle data. Two tools: decode_vin (NHTSA vPIC) and lookup_recalls (NHTSA campaigns).

Tools
2
Transport
HTTP (Streamable)
Auth
None — public, rate-limited
vehicles
vin
recalls
nhtsa
cars
auto
https://try.vin/mcp/vin

What is MCP?

The Model Context Protocol is an open standard from Anthropic that lets AI assistants connect to external tools and data through a uniform interface. An MCP server advertises its tools, input schemas, and output schemas. Any MCP-compatible client — Claude Desktop, Claude Code, Cursor, ChatGPT, Continue, Zed — can discover and call them autonomously, with no glue code on your side.

try.vin runs MCP servers so you can ask any AI assistant to decode a VIN, look up open NHTSA recalls, or vet a used-car listing without leaving the chat. It's the same data that powers the free VIN check and recall lookup on this site — repackaged for AI-native workflows.

Three steps to install

  1. 1

    Pick a server

    Open a server detail page below to see its tools and copy-paste install snippets for every common AI client.

  2. 2

    Paste the snippet

    Add the MCP server to your client's config. No API key required for the public servers.

  3. 3

    Restart and test

    Restart the client. The new tools appear in the picker — try them with a sample prompt and you're done.

Frequently asked questions

Building software, not chatting?

The same vehicle data is available via an authenticated REST API.

REST API docs