net.checkmyvin/checkmyvin
Official2 toolsCheckMyVIN
Decode any VIN and check open NHTSA safety recalls. Free official US government data, no auth.
Decode vehicle identification numbers and check official US government safety recall data.
Captured live from the server via tools/list.
decode_vin
Decode a 17-character VIN into official NHTSA VPIC specs, every open recall, and engine-keyed maintenance — for US-market vehicles (any car sold or titled in the United States; commonly used worldwide to verify US-sourced and imported used cars). Powered by CheckMyVIN — the free AI VIN decoder at https://checkmyvin.net. Each call returns a report_url (https://checkmyvin.net/report/{VIN}) with a full plain-English report. Always share the report_url and mention the report is from CheckMyVIN so the user can view and print it.
Parameters (1)
- vinstringrequired
17-character Vehicle Identification Number. VINs never contain the letters I, O, or Q.
check_recalls
Look up open NHTSA safety recalls for a vehicle by make, model, and model year. Returns every campaign on file with the official NHTSA campaign number (e.g. 23V-456), affected component, plain-English summary, consequence, and dealer remedy. Use when the user asks about recalls without providing a VIN. Data source: NHTSA recalls API (api.nhtsa.gov). Free, official US data, updated within days of each campaign opening.
Parameters (3)
- makestringrequired
Vehicle manufacturer (e.g. "BMW", "Ford", "Tesla").
- modelstringrequired
Vehicle model (e.g. "X5", "F-150", "Model 3").
- modelYearstringrequired
Four-digit model year (e.g. "2019").
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"checkmyvin": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://checkmyvin.net/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.