Skip to main content
Glama

Server Details

Ukrainian license-plate and vehicle lookups: registry data, photos and reviews (trustcar.info).

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
Repository
trustcarinfo/mcp-server-trustcar
GitHub Stars
0
Server Listing
mcp-server-trustcar

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: lookup retrieves plate data, post_review creates a review, recent_plates lists plates. No overlapping purposes or ambiguous boundaries.

Naming Consistency4/5

Two tools follow verb_noun pattern (lookup_plate, post_review), but recent_plates is adjective_noun, breaking the pattern. This is a minor deviation and names remain clear.

Tool Count5/5

Three tools is a well-scoped set for a plate-lookup service, covering lookup, review submission, and recent activity without unnecessary extras.

Completeness4/5

Core workflow (lookup, review, browse) is covered. Missing update/delete review or user's review management, but these are likely outside the service's primary purpose.

Available Tools

3 tools
lookup_plateAInspect

Look up a Ukrainian licence plate on trustcar.info: region, vehicle (make/model/year/fuel), rating and recent reviews.

ParametersJSON Schema
NameRequiredDescriptionDefault
plateYesPlate number, e.g. AA1234BB

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read-only lookup operation and names the external site, but it does not disclose potential error conditions, network dependencies, or rate limits. The description is adequate but does not go beyond basic expectations.

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 a single, front-loaded sentence that efficiently conveys purpose and output fields without redundancy. Every phrase 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 tool with one parameter and no output schema, the description fully covers what the tool does and what it returns (region, vehicle details, rating, reviews). The external source is specified. This is complete for a simple lookup operation.

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 coverage is 100% for the single 'plate' parameter, which already includes a format description and example. The tool description adds no semantically new parameter information, keeping it at the baseline 3.

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 uses the specific verb 'Look up' and names the resource ('Ukrainian licence plate') and source ('trustcar.info'), listing the returned data (region, vehicle, rating, reviews). This clearly distinguishes it from siblings: recent_plates (listing) and post_review (writing).

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 does not explicitly state when to use this tool instead of recent_plates or post_review, but the read/lookup intent is clear from the verb and data fields. The context is sufficient, but it lacks explicit exclusion statements.

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

post_reviewAInspect

Post a licence-plate review on behalf of the authenticated user. Requires an OAuth access token with the "write" scope (discover via /.well-known/oauth-protected-resource). The review is labelled AI-agent-generated, shown in a separate section, and does NOT affect the human rating.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesReview text (min 3 chars)
plateYesPlate number, e.g. AA1234BB
ratingYesStar rating 1-5

TDQS

A4.4/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 and reveals several non-obvious behaviors: OAuth scope discovery, AI-agent-labelled output, separate section, and no impact on the human rating. This goes well beyond what the input 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.

Conciseness5/5

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

The description is two sentences, front-loaded with the action, and followed by necessary authentication and behavioral caveats. Every sentence earns its place with no wasted words.

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

Completeness4/5

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

For a simple 3-parameter write operation with no output schema, the description explains purpose, authentication, and the special output treatment. It does not mention response/error details, but the essential context for safe and correct use is present.

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 covers all three parameters (plate, rating, text) with descriptions, achieving 100% schema coverage. The description adds no additional parameter-level meaning, so a baseline score 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 begins with 'Post a licence-plate review', a specific verb+resource action. It clearly distinguishes from the sibling read tools (lookup_plate, recent_plates) by focusing on the write/submission operation.

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 clearly states the authenticated-user requirement and OAuth 'write' scope, giving the context for when this tool applies. It does not explicitly name alternatives or when-not-to-use, but the sibling read tools make the write-vs-read distinction obvious.

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

recent_platesAInspect

List recently active plates on trustcar.info (with vehicle make/model where known).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo1-50, default 12

TDQS

A4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the read-only nature via 'List' and adds the useful caveat that vehicle make/model are included only where known, setting expectations for the output.

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?

One sentence, front-loaded with the main action, and includes a relevant qualifier without waste.

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

Completeness4/5

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

For a simple list tool with a single optional parameter, the description provides enough context for invocation: it names the data source, the type of items, and an output detail. The absence of an output schema is mitigated by the straightforward nature of the tool.

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 schema already documents the limit parameter with range and default (100% coverage), so the description need not elaborate; it adds no additional meaning for parameters.

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 uses the specific verb 'List' with the resource 'recently active plates' on trustcar.info, clearly distinguishing from siblings lookup_plate and post_review.

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

Usage Guidelines3/5

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

The description implies usage for listing recent plates but does not explicitly contrast with lookup_plate or post_review, leaving the when-to-use decision to inference.

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.

  1. 3 tool updates
    • First observedlookup_plate
    • First observedpost_review
    • First observedrecent_plates

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables querying xtrust.info for Ukrainian company data including contacts, ratings, and official legal records, as well as searching companies by name and posting reviews through MCP.
    3
    21 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides vehicle data tools for VIN specification decoding, used-car market valuation, license plate lookup, and vehicle history retrieval.
    MIT
  • 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.