← mcpscores.com

INDIVIDUAL MCP TOOL

lookup_dtc

Return source-attributed generic and make-specific definitions for a five-character P/B/C/U code.

mcpscores.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://faultcode-diagnostic-mcp.bowling-anthony.workers.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lookup_dtc 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://faultcode-diagnostic-mcp.bowling-anthony.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: com-mcpscores-vehicle-fault-codes
Remote MCP URL: https://faultcode-diagnostic-mcp.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://faultcode-diagnostic-mcp.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://faultcode-diagnostic-mcp.bowling-anthony.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

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

Related tools

  • search_diagnostics — Search bounded, source-attributed DTC definitions by description text or by DTC code.
  • get_catalog_attributions — Return the source, license, URL, required notice, and build role for every diagnostic catalog input.
  • find_service_bulletins — Find official NHTSA-hosted manufacturer service-bulletin summaries that explicitly mention a code, most recent first.
  • list_catalog_vocabulary — Enumerate the exact vehicle names the catalog stores, so a filter can be built instead of guessed.
  • get_catalog_status — Probe the catalog database and report whether it holds data.
  • lookup_typed_code_observations — Return typed, source-linked observations for extended SAE/UDS-style or OEM-native identifiers.
  • lookup_j1939_observations — Return source-linked J1939 SPN or SPN/FMI observations without presenting them as complete definitions.