MCP server for trustcar.info — Ukrainian vehicle & plate lookups for AI agents
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add trustcar -- npx -y mcp-server-trustcar{
"mcpServers": {
"trustcar": {
"command": "npx",
"args": ["-y", "mcp-server-trustcar"]
}
}
}MCP Servers overview
# mcp-server-trustcar
MCP (Model Context Protocol) server for **[trustcar.info](https://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
| Tool | Description | Auth |
|------|-------------|------|
| `lookup_plate` | Region, vehicle (make/model/year/fuel), rating and recent reviews for a Ukrainian licence plate | none |
| `recent_plates` | Recently active plates on trustcar.info (with vehicle make/model where known) | none |
| `post_review` | Post 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
```bash
claude mcp add trustcar -- npx -y mcp-server-trustcar
```
### Claude Desktop
```json
{
"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 var | Meaning |
|---------|---------|
| `TRUSTCAR_MCP_URL` | Override the endpoint URL (default `https://trustcar.info/mcp`) |
| `TRUSTCAR_TOKEN` | OAuth bearer token — only needed for `post_review`. Discovery: [`/.well-known/oauth-protected-resource`](https://trustcar.info/.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
```bash
npm install
npm run build
npm test
```
## Related
- [trustcar.info](https://trustcar.info) — the service itself (uk/ru/en)
- API docs: [trustcar.info/.well-known/api-catalog](https://trustcar.info/.well-known/api-catalog)
## License
MIT © [trustcar.info](https://trustcar.info)
What people ask about mcp-server-trustcar
What is trustcarinfo/mcp-server-trustcar?
+
trustcarinfo/mcp-server-trustcar is mcp servers for the Claude AI ecosystem. MCP server for trustcar.info — Ukrainian vehicle & plate lookups for AI agents It has 0 GitHub stars and its last recorded update is dated 2026-08-05.
How do I install mcp-server-trustcar?
+
You can install mcp-server-trustcar by cloning the repository (https://github.com/trustcarinfo/mcp-server-trustcar) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is trustcarinfo/mcp-server-trustcar safe to use?
+
Our security agent has analyzed trustcarinfo/mcp-server-trustcar and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains trustcarinfo/mcp-server-trustcar?
+
trustcarinfo/mcp-server-trustcar is maintained by trustcarinfo. The last recorded GitHub activity is dated 2026-08-05, with 0 open issues.
Are there alternatives to mcp-server-trustcar?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp-server-trustcar to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/trustcarinfo-mcp-server-trustcar)<a href="https://claudewave.com/repo/trustcarinfo-mcp-server-trustcar"><img src="https://claudewave.com/api/badge/trustcarinfo-mcp-server-trustcar" alt="Featured on ClaudeWave: trustcarinfo/mcp-server-trustcar" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!