vin recall mcp for Claude Desktop
io.github.pratikmehkarkar/vin-recall-mcp
Decodes US VINs and looks up open NHTSA safety recall campaigns for a vehicle.
client:Claude Desktop
transport:streamable-http
tools:2
Install vin recall mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vin-recall-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://vin-recall-mcp.zenithserver.duckdns.org/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs