You're viewing a demo portfolio

Join the waitlist
PRSM

vin_decode

Active

Tool of Ready APIs

declared in 1.0.0

Decode a 17-character Vehicle Identification Number. Offline ISO 3779/3780 structural decode (syntax, check digit, country, model year) + NHTSA vPIC enrichment (make / model / trim / body / engine / plant). Use for insurance underwriting, used-car listing validation, fleet management.

Parameters schema

{
  "type": "object",
  "required": [
    "vin"
  ],
  "properties": {
    "vin": {
      "type": "string",
      "description": "17-character VIN (case-insensitive, no I/O/Q characters per ISO 3779)."
    },
    "use_vpic": {
      "type": "boolean",
      "default": true,
      "description": "When false, skip NHTSA vPIC enrichment and return offline-only fields."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →
vin_decode — Ready APIs — PRSM MCP