mcp-server-trustcar
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRUSTCAR_TOKEN | No | OAuth bearer token, only needed for the post_review tool. | |
| TRUSTCAR_MCP_URL | No | Override 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
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.
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.
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.
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.