MCPFax Vehicle Diagnostics
com.mcpscores/vehicle-fault-codesA fault code, a VIN, or a recall — answered from public NHTSA and standards data.
Tools · 4
Look up what a vehicle fault code (OBD-II diagnostic trouble code) means. Returns a reworded definition compiled from open/public sources (with the source and licence per row) plus which makes define …
Official NHTSA safety recalls for a vehicle. Returns campaign id, affected component, the safety consequence, and the free remedy, newest first (max 50). Query by make (optionally model and year) or b…
NHTSA Technical Service Bulletins (manufacturer repair guidance for known defects that are not safety recalls). Returns bulletin id, summary, and the fault codes each bulletin names (max 50). Query by…
Decode a Vehicle Identification Number into make, model, model year, body class, engine and plant country using NHTSA's public vPIC database. Use this when you have a VIN and need the exact vehicle be…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcpfax_vehicle_diagnostics": {
"url": "https://mcpfax-diag.bowling-anthony.workers.dev/mcp",
"transport": "streamable-http"
}
}
}