VIN Decode
x402/vin-decodeDecode a vehicle identification number via the NHTSA vPIC service, no key. Returns make, model, year, body, engine, plant, and dozens of decoded attributes. For AI agents in automotive, insurance, fleet, and resale workflows. [x402: $0.08/call on base, category=data]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"vin_decode": {
"url": "https://proxy.suverse.io/v1/data/suverse-vin-decode",
"transport": "http"
}
}
}