loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-nhtsa

MCP Tool

pipeworx-io/mcp-nhtsa

MCP server for vehicle data (VIN decoding, makes, models) via NHTSA vPIC API

Install

$ npx loaditout add pipeworx-io/mcp-nhtsa

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-nhtsa": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-nhtsa"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@pipeworx/mcp-nhtsa

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

Tools

| Tool | Description | |------|-------------| | decode_vin | Decode a 17-character VIN to get make, model, year, body style, engine, and more | | get_makes | Retrieve all vehicle makes (brands) registered with NHTSA | | get_models | Get 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

Tags

mcpmcp-servermodel-context-protocolnhtsapipeworx

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/pipeworx-io/mcp-nhtsa)](https://loaditout.ai/skills/pipeworx-io/mcp-nhtsa)