MCP Hub
Back to servers

nhtsa

NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-nhtsa

MCP server for vehicle data via the NHTSA vPIC API. Free, no authentication required.

Tools

ToolDescription
decode_vinDecode a 17-character VIN to get make, model, year, body style, engine, and more
get_makesRetrieve all vehicle makes (brands) registered with NHTSA
get_modelsGet all vehicle models for a specific make and model year

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "nhtsa__decode_vin",
      "arguments": { "vin": "1HGBH41JXMN109186" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review