Back to Discover

mcp-server-trustcar

connector

trustcarinfo

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

View on GitHub
0 starsSynced Aug 5, 2026

Install to Claude Code

/plugin marketplace add trustcarinfo/mcp-server-trustcar

README

mcp-server-trustcar

MCP (Model Context Protocol) server for trustcar.info — a Ukrainian licence-plate lookup and driver review service. Ask your AI assistant "что за машина AA1234BC?" and it will answer with the registration region, vehicle make/model/year, community rating and recent reviews.

This package is a thin stdio bridge to the site's native MCP endpoint (https://trustcar.info/mcp). Tools are discovered at startup, so the package never goes stale.

Tools

ToolDescriptionAuth
lookup_plateRegion, vehicle (make/model/year/fuel), rating and recent reviews for a Ukrainian licence platenone
recent_platesRecently active plates on trustcar.info (with vehicle make/model where known)none
post_reviewPost a licence-plate review on behalf of an authenticated user (labelled as AI-agent-generated, shown separately, does not affect the community rating)OAuth bearer

Install

Claude Code

claude mcp add trustcar -- npx -y mcp-server-trustcar

Claude Desktop

{
  "mcpServers": {
    "trustcar": {
      "command": "npx",
      "args": ["-y", "mcp-server-trustcar"]
    }
  }
}

Cursor / Windsurf / other MCP clients

Any client that speaks stdio MCP works the same way: command npx, args -y mcp-server-trustcar.

Remote (no install)

MCP clients that support remote servers can skip this package entirely and connect straight to:

https://trustcar.info/mcp

Configuration

Env varMeaning
TRUSTCAR_MCP_URLOverride the endpoint URL (default https://trustcar.info/mcp)
TRUSTCAR_TOKENOAuth bearer token — only needed for post_review. Discovery: /.well-known/oauth-protected-resource

Example

User: Что за машина AA1234BC?

Assistant: (calls lookup_plate) AA1234BC is registered in Kyiv (AA region). It's a Toyota Camry, 2019, petrol. Community rating on trustcar.info: 4/5 from 3 reviews, the latest one mentions polite driving…

Development

npm install
npm run build
npm test

Related

License

MIT © trustcar.info

Rendered live from trustcarinfo/mcp-server-trustcar's GitHub README — not stored, always reflects the source repo.

2 Install Methods

NameDescriptionCategorySource
npm packageInstall via npm (stdio transport)mcp-servermcp-server-trustcar
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://trustcar.info/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.