Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

MCPFax Vehicle Diagnostics

com.mcpscores/vehicle-fault-codes

A fault code, a VIN, or a recall — answered from public NHTSA and standards data.

Uptime
100.0%
2 direct probes · 30d
Response
233ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

dtc_lookup

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 …

vehicle_recalls

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…

vehicle_tsbs

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…

vin_decode

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…

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"
    }
  }
}