ENDPOINT 1
https://checkmyvin.net/api/mcp
MCP server metadata
- Name
- checkmyvin
- Version
- 1.0.0
CheckMyVIN exposes the NHTSA VPIC VIN decoder and live US federal recall data. Use decode_vin when the user gives a 17-character VIN; use check_recalls when they ask about open recalls for a specific make/model/year. All data comes from official NHTSA sources — no inventory, pricing, or accident history.
Known tools 2
decode_vinDecode 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).
Inferred read-onlycheck_recallsLook up open NHTSA safety recalls for a vehicle by make, model, and model year.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.checkmyvin]
url = "https://checkmyvin.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"checkmyvin": {
"type": "http",
"url": "https://checkmyvin.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: checkmyvin
Remote MCP URL: https://checkmyvin.net/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"checkmyvin": {
"url": "https://checkmyvin.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"checkmyvin": {
"type": "http",
"url": "https://checkmyvin.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "checkmyvin",
"transport": "streamable-http",
"url": "https://checkmyvin.net/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for checkmyvin.net was fetched 2026-07-30T08:26:06.370Z and is being refreshed.
checkmyvin.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.