pipeworx-io/mcp-nhtsa
MCP server for vehicle data (VIN decoding, makes, models) via NHTSA vPIC API
Platform-specific configuration:
{
"mcpServers": {
"mcp-nhtsa": {
"command": "npx",
"args": [
"-y",
"mcp-nhtsa"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for vehicle data via the NHTSA vPIC API. Free, no authentication required.
| 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 |
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
}'MIT
Loading reviews...