mcp-server-trustcar
OfficialRelated Servers
Alternatives to mcp-server-trustcar
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for structured public vehicle data from StartMyCar, providing tools to list makes, models, problems, reviews, fuse box data, manuals, guides, and compare models.5 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying DEKRA vehicle inspection reports. Provides a read-only tool to consult vehicle inspection data, with pay-per-use credits.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying national vehicle history linked to a Brazilian CPF or CNPJ, using read-only paid credits via a hosted HTTP API.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that enables querying Brazilian vehicle data by plate, returning details like brand, model, year, and color. It is read-only, hosted, and works with any MCP client over HTTP.MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for Canadian used-car search, monitoring, and market analysis, providing tools to search listings, analyze deals, track price history, and more.-
- AlicenseNot gradedqualityCmaintenanceMCP server to query vehicle information from Brazilian state transit (DETRAN) databases by license plate, including debts and vehicle status. Read-only, with a single tool for vehicle consultation.MIT
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.