Open Data

NHTSA Vehicle Safety MCP Server

Chat with AI and run tools instantly.

Decode Vehicle Identification Numbers (VINs) to get make, model, year, body type, engine, safety features, and manufacturer details via the NHTSA vPIC API.

Managed
4 tools
Agent guide included

Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for NHTSA Vehicle Safety — workflow patterns, data models, and gotchas for your AI agent.

NHTSA Vehicle Safety

Open U.S. NHTSA data: decode 17-character VINs through vPIC, look up safety recalls by make, model, and model year, and browse manufacturers and models. No authentication required.

Typical workflow

  1. Identify a vehicle — decode a VIN for make, model, and model year, or list models for a known make.
  2. Check recalls — query recall campaigns once you have make, model, and model year (at least one filter required).
  3. Explore catalog — paginate all manufacturers or list models for a make and optional year or vehicle type.

Data sources

  • vPIC (vpic.nhtsa.dot.gov) — VIN decode, manufacturers, models.
  • Recalls API (api.nhtsa.gov) — recall campaigns; separate host from vPIC.

Gotchas

  • vPIC defaults to XML on the wire; this integration requests JSON automatically.
  • Standard VINs are 17 characters; optional model year improves pre-1980 or ambiguous year-digit VINs.
  • VIN decode returns a compact decoded map of field names to values (empty fields omitted).
  • Recall lookup requires at least one of make, model, or model_year; year-only searches can be broad.
  • No API keys; excessive volume may be throttled despite no documented rate-limit headers.

Tools in this Server (4)

Nhtsa Decode Vin

Decode a Vehicle Identification Number (VIN) to get vehicle details. Returns make, model, model year, body class, drive type, engine info (cylinders, ...

Nhtsa Get Manufacturers

Get vehicle manufacturer details from the NHTSA vPIC database. Pass manufacturer (name like 'Honda' or numeric ID) to get specific manufacturer detail...

Nhtsa Get Models

Get vehicle models for a given make from the NHTSA vPIC database. Requires make (e.g. 'Honda'). Optionally filter by model_year for year-specific mode...

Nhtsa Get Recalls

Get vehicle safety recall information from NHTSA. Filter by make (e.g. 'Honda'), model (e.g. 'Civic'), and/or model_year (e.g. 2023). Returns recall c...

Frequently Asked Questions

What is the NHTSA Vehicle Safety MCP server?

Decode Vehicle Identification Numbers (VINs) to get make, model, year, body type, engine, safety features, and manufacturer details via the NHTSA vPIC API. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect NHTSA Vehicle Safety to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/nhtsa. Authentication is handled automatically.

How many tools does NHTSA Vehicle Safety provide?

NHTSA Vehicle Safety provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does NHTSA Vehicle Safety require?

NHTSA Vehicle Safety uses open data APIs — no authentication required.

Setup Instructions

Connect NHTSA Vehicle Safety to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/nhtsa

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to NHTSA Vehicle Safety and paste the MCP URL into Remote MCP server URL.
  4. Click Add. NHTSA Vehicle Safety will appear under Not connected — select it and click Connect to complete OAuth.
Name: NHTSA Vehicle Safety
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/nhtsa
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try NHTSA Vehicle Safety now

No API key or third-party login required. Chat with AI and run tools instantly.

NHTSA Vehicle Safety MCP Server & Skill