Skip to main content
ClaudeWave
trustcarinfo avatar
trustcarinfo

mcp-server-trustcar

View on GitHub

MCP server for trustcar.info — Ukrainian vehicle & plate lookups for AI agents

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: NPX · mcp-server-trustcar
Claude Code CLI
claude mcp add trustcar -- npx -y mcp-server-trustcar
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "trustcar": {
      "command": "npx",
      "args": ["-y", "mcp-server-trustcar"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

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.

Featured on ClaudeWave: trustcarinfo/mcp-server-trustcar
[![Featured on ClaudeWave](https://claudewave.com/api/badge/trustcarinfo-mcp-server-trustcar)](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

mcp-server-trustcar alternatives