← mcpscores.com

INDIVIDUAL MCP TOOL

dtc_lookup

Look up what a vehicle fault code (OBD-II diagnostic trouble code) means.

mcpscores.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcpfax-diag.bowling-anthony.workers.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for dtc_lookup and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mcpscores.com

CONNECT 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.com-mcpscores-vehicle-fault-codes]
url = "https://mcpfax-diag.bowling-anthony.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-mcpscores-vehicle-fault-codes": {
      "type": "http",
      "url": "https://mcpfax-diag.bowling-anthony.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-mcpscores-vehicle-fault-codes
Remote MCP URL: https://mcpfax-diag.bowling-anthony.workers.dev/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": {
    "com-mcpscores-vehicle-fault-codes": {
      "url": "https://mcpfax-diag.bowling-anthony.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-mcpscores-vehicle-fault-codes": {
      "type": "http",
      "url": "https://mcpfax-diag.bowling-anthony.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-mcpscores-vehicle-fault-codes",
  "transport": "streamable-http",
  "url": "https://mcpfax-diag.bowling-anthony.workers.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • vehicle_recalls — Official NHTSA safety recalls for a vehicle.
  • vehicle_tsbs — NHTSA Technical Service Bulletins (manufacturer repair guidance for known defects that are not safety recalls).
  • vin_decode — Decode a Vehicle Identification Number into make, model, model year, body class, engine and plant country using NHTSA's public vPIC database.