Skip to main content
Glama

MCPFax Vehicle Diagnostics

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
dtc_lookupVehicle fault code (DTC) lookupAInspect

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 the code specifically. Pass 'make' for the make-specific meaning instead of the generic SAE one — the same code can mean different things on different brands. Use this when a scan tool reported a code like P0301, B1318 or U0100; we never guess a meaning (unknown codes return not_found). Descriptions are compilations, not manufacturer verbatim strings, and severity is not guaranteed. Costs $0.006 USDC per call via x402 on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesThe fault code exactly as reported, e.g. 'P0301', 'B1318', 'C1201', 'U0100'.
makeNoVehicle make for the manufacturer-specific definition, e.g. 'BMW', 'Ford', 'Toyota'. Optional; omit for the generic SAE meaning.

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that definitions are reworded compilations from open/public sources, that it never guesses, that descriptions are not verbatim, and that severity is not guaranteed. It also notes the cost per call. This is highly transparent, and with no annotations, the full burden is on the description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a bit longer than strictly necessary, with six sentences, but each sentence adds value: purpose, output, make-specific usage trigger, no-guess policy, output characteristics, and cost. It is well-structured and not rambling.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the purpose, the conditions for use, the output nature (reworded definition, source, licence), the no-guess policy, the make-specific distinction, and the cost. Without an output schema, this is sufficient for an agent to understand what the tool returns and how to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides complete descriptions for both 'code' and 'make', including the distinction between generic and make-specific meanings. The tool description reinforces this but does not add substantive new information beyond the schema, so it stays at the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool looks up vehicle fault codes (OBD-II DTCs), which is specific and distinct from sibling tools like recalls or VIN decoding. The verb 'look up' and the resource are unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this when a scan tool reported a code,' providing a clear trigger. It also gives guidance on passing 'make' for manufacturer-specific definitions. However, it does not explicitly mention alternatives (e.g., when to use vehicle_recalls instead), so it falls short of the highest bar.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vehicle_recallsNHTSA safety recallsAInspect

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 by a known campaign id. Use this before buying a used vehicle or when a customer asks whether their car has open recalls. A zero count means nothing matched the ingested NHTSA subset — it does not prove the vehicle is recall-free. Costs $0.005 USDC per call via x402 on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
makeNoConsumer make name, e.g. 'FORD', 'TOYOTA'. Required unless 'campaign' is given.
yearNoFour-digit model year, e.g. '2018'. Optional.
modelNoModel name, e.g. 'F-150', 'CAMRY'. Optional.
campaignNoNHTSA campaign id to fetch directly, e.g. '21V123000'. Optional.

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It covers ordering (newest first), result limit (max 50), data-source limitations ('ingested NHTSA subset'), the zero-count caveat, and even cost per call. This is unusually transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence carries distinct information: purpose, return fields, query modes, use cases, a caveat, and pricing. It is front-loaded and dense without being verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output or annotation schema, the description explains what results will look like, how to query, when to use the tool, what a zero count means, and the cost. It is fully actionable for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all four parameters. The description adds useful context about query modes (by make with optional model/year, or by campaign id) but does not provide significant new parameter-level detail beyond what the schema already states.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific resource ('NHTSA safety recalls for a vehicle') and the exact outputs returned (campaign id, affected component, safety consequence, free remedy). It also distinguishes itself from sibling tools by focusing on recalls rather than DTCs, TSBs, or VIN decoding.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit use cases: before buying a used vehicle or when a customer asks about open recalls. It does not explicitly say when not to use it or name alternatives, but the context is clear enough for an agent to select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vehicle_tsbsNHTSA technical service bulletinsAInspect

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 make/model/year, or by fault code to find bulletins that address that specific code. Use this after dtc_lookup when you want the manufacturer's documented fix. A zero count means nothing matched the ingested subset. Costs $0.005 USDC per call via x402 on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeNoFault code to match against the bulletin's listed codes, e.g. 'P0301'. Optional.
makeNoConsumer make name, e.g. 'TOYOTA'. Required unless 'code' is given.
yearNoFour-digit model year, e.g. '2019'. Optional.
modelNoModel name, e.g. 'CAMRY'. Optional.

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It adds key facts: zero count means no match in the ingested subset, a max 50 result limit, and a cost of $0.005 USDC per call via x402. It does not mention authentication or rate limits, but the disclosed behaviors are useful and go beyond what the schema provides.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose and return contents, then adds usage context, zero-count behavior, and cost. Every sentence contributes information an agent needs; it is slightly long but not bloated. The structure is logical, with the most important facts appearing first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and four parameters, the description fully covers what an agent needs: what is returned (id, summary, fault codes), the max result count, how to query (make/model/year or code), when to use it (after dtc_lookup), and what a zero count means. The cost disclosure also helps with decision-making. Nothing critical is missing for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents each parameter's type and example. The description adds meaning by clarifying the parameter usage pattern: 'Query by make/model/year, or by fault code' and noting that 'code' is optional and 'make' is required unless code is given, which supplements the schema's flat list. This is above the baseline for fully covered schemas.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns NHTSA Technical Service Bulletins with a specific verb ('Returns') and resource, and distinguishes them from safety recalls. It also names the query methods (make/model/year or fault code), making its purpose unambiguous and distinct from the sibling tools like vehicle_recalls.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this after dtc_lookup when you want the manufacturer's documented fix,' providing a clear condition and sequence. It also explains the query methods (by make/model/year or by fault code). However, it does not explicitly state when NOT to use it or contrast with vehicle_recalls or vin_decode, so it stops short of full exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vin_decodeVIN decodeAInspect

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 before looking up recalls or bulletins. Costs $0.005 USDC per call via x402 on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
vinYesThe VIN, 11-17 characters, e.g. '1HGCM82633A004352'.

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the transparency burden. It discloses the external data source (NHTSA vPIC), the per-call cost of $0.005 USDC, and the payment mechanism (x402 on Base), which are important behavioral facts beyond the tool's name. It does not mention failure modes or invalid VIN handling, but the disclosed cost and external dependency are significant and useful.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler: first sentence states the action and output, second gives the use case, third states cost and payment method. It is front-loaded with the core purpose and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read-only lookup tool, the description covers purpose, output fields, data source, cost, and usage context. The lack of an output schema is mitigated by the explicit list of decoded attributes, and no critical operational detail is missing for correct tool selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single vin parameter is already fully described in the input schema, including length constraints (11-17 characters), required status, and an example. The description adds no new parameter-level semantics, but because schema coverage is 100%, the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Decode'), a precise resource (a VIN), and enumerates the exact output fields (make, model, model year, body class, engine, plant country). It also positions the tool relative to siblings by mentioning it is used 'before looking up recalls or bulletins', making it easy for an agent to distinguish from dtc_lookup, vehicle_recalls, and vehicle_tsbs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit guidance: use this tool when you have a VIN and need to identify the exact vehicle before proceeding to recalls or bulletins. It does not explicitly state when not to use it or name alternative tools, but the context strongly implies the appropriate sequence among the siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • Changeddtc_lookup2 fields changed
      • addedInput schema / properties / code / examples
        Added value: +[
        +  "P0301"
        +]
      • addedInput schema / properties / make / examples
        Added value: +[
        +  "BMW"
        +]
    • Changedvehicle_recalls4 fields changed
      • addedInput schema / properties / campaign / examples
        Added value: +[
        +  "21V123000"
        +]
      • addedInput schema / properties / make / examples
        Added value: +[
        +  "FORD"
        +]
      • addedInput schema / properties / model / examples
        Added value: +[
        +  "F-150"
        +]
      • addedInput schema / properties / year / examples
        Added value: +[
        +  "2018"
        +]
    • Changedvehicle_tsbs4 fields changed
      • addedInput schema / properties / code / examples
        Added value: +[
        +  "P0301"
        +]
      • addedInput schema / properties / make / examples
        Added value: +[
        +  "TOYOTA"
        +]
      • addedInput schema / properties / model / examples
        Added value: +[
        +  "CAMRY"
        +]
      • addedInput schema / properties / year / examples
        Added value: +[
        +  "2019"
        +]
    • Changedvin_decode1 field changed
      • addedInput schema / properties / vin / examples
        Added value: +[
        +  "1HGCM82633A004352"
        +]
  2. 4 tool updates
    • First observeddtc_lookup
    • First observedvehicle_recalls
    • First observedvehicle_tsbs
    • First observedvin_decode

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying U.S. vehicle safety and specification data, including VIN decoding, recalls, complaints, investigations, and crash test ratings.
    3
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables natural-language querying of NHTSA vehicle safety data, including VIN decoding, recall searches, consumer complaints, crash-test ratings, and defect investigations via MCP.
    157
    1
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Decode VINs, look up specs, history, recalls, market value, and OBD codes. Recognize license plates and VINs from images. Access comprehensive vehicle data by year, make, and model to power automotive workflows.
    12
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool targets a distinct domain entity: DTC lookup for fault codes, recalls for safety issues, TSBs for technical bulletins, and VIN decoding for vehicle identification. There is no overlap between them, and each description clearly states its unique purpose.

Naming Consistency4/5

All tool names use lowercase snake_case and begin with a domain-specific noun (dtc, vehicle, vehicle, vin), followed by an action or descriptor (lookup, recalls, tsbs, decode). The pattern is predictable and consistent, though not all follow a strict verb_noun structure; this is a minor deviation.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose. Each tool covers a core diagnostic workflow step: decode VIN, look up DTC, check recalls, and find TSBs. The count feels neither sparse nor bloated for the domain.

Completeness5/5

The tool set provides a complete lifecycle for common vehicle diagnostics: identify the vehicle (vin_decode), interpret a fault code (dtc_lookup), and investigate known issues (vehicle_recalls, vehicle_tsbs). There are no obvious dead ends; the tools chain logically together (e.g., VIN → recalls/TSBs, DTC → TSBs).

Resources