← Back to VIN MCP

Install VIN MCP

Pick your client, copy the command, done.

1

Add it to Claude Code

claude mcp add vin-mcp -- npx -y vin-mcp

Available Tools (4)

Once configured, VIN MCP gives your AI agent access to:

decode_vinFull VIN decode with specs, recalls, complaints, safety ratings, fuel economy, and photos
vin
validate_vinQuick local validation -- checksum, WMI country/manufacturer, model year. No external API calls
vin
lookup_recallsLook up recalls by VIN or by make/model/year
vinmakemodelyear
batch_decodeDecode up to 50 VINs in a single request via NHTSA batch API
vins

Try It Out

After setup, try these prompts with your AI agent:

Decode the VIN 1HGCM82633A004352 and give me a summary of its safety ratings and fuel economy.
Check if there are any open recalls for a 2020 Honda Civic.
Validate this VIN: 1HGCM82633A004352 to see if it is a legitimate vehicle identification number.
Batch decode these VINs: [VIN1, VIN2] and compare their fuel efficiency.
Prerequisites & system requirements
  • An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
  • Node.js 18+ with npm/npx installed
Alternative installation methods

Claude Code (stdio)

npx -y vin-mcp

Claude Desktop (HTTP)

https://mcp.vin/mcp

Keep this setup from going cold

Save the docs, env vars, and workflow around VIN MCP in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup