Skip to main content
Glama
trustcarinfo

mcp-server-trustcar

Official
by trustcarinfo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRUSTCAR_TOKENNoOAuth bearer token, only needed for the post_review tool.
TRUSTCAR_MCP_URLNoOverride the endpoint URL for the trustcar.info MCP endpoint.https://trustcar.info/mcp

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_plateA

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

recent_platesA

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

post_reviewA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a clearly distinct action: lookup retrieves a single plate's details, recent lists plates, and post creates a review. There is no overlap or ambiguity between them.

Naming Consistency4/5

Two tools use verb_noun (lookup_plate, post_review) but recent_plates uses adjective_noun, deviating from the pattern. The names are still intuitive and readable.

Tool Count5/5

Three tools is well-scoped for a niche service focused on licence plate lookup, listing, and review posting. Each tool serves a distinct need without excess.

Completeness4/5

The core read and write operations are covered: lookup provides full details and reviews, recent lists plates, and post creates a review. Minor gaps like updating or deleting reviews are not essential for the server's purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues