{
  "markdown": "# mcp-server-trustcar\n\nMCP (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.\n\nThis 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.\n\n## Tools\n\n| Tool | Description | Auth |\n|------|-------------|------|\n| `lookup_plate` | Region, vehicle (make/model/year/fuel), rating and recent reviews for a Ukrainian licence plate | none |\n| `recent_plates` | Recently active plates on trustcar.info (with vehicle make/model where known) | none |\n| `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 |\n\n## Install\n\n### Claude Code\n\n```bash\nclaude mcp add trustcar -- npx -y mcp-server-trustcar\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"trustcar\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-server-trustcar\"]\n    }\n  }\n}\n```\n\n### Cursor / Windsurf / other MCP clients\n\nAny client that speaks stdio MCP works the same way: command `npx`, args `-y mcp-server-trustcar`.\n\n### Remote (no install)\n\nMCP clients that support remote servers can skip this package entirely and connect straight to:\n\n```\nhttps://trustcar.info/mcp\n```\n\n## Configuration\n\n| Env var | Meaning |\n|---------|---------|\n| `TRUSTCAR_MCP_URL` | Override the endpoint URL (default `https://trustcar.info/mcp`) |\n| `TRUSTCAR_TOKEN` | OAuth bearer token — only needed for `post_review`. Discovery: [`/.well-known/oauth-protected-resource`](https://trustcar.info/.well-known/oauth-protected-resource) |\n\n## Example\n\n> **User:** Что за машина AA1234BC?\n>\n> **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…\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm test\n```\n\n## Related\n\n- [trustcar.info](https://trustcar.info) — the service itself (uk/ru/en)\n- API docs: [trustcar.info/.well-known/api-catalog](https://trustcar.info/.well-known/api-catalog)\n\n## License\n\nMIT © [trustcar.info](https://trustcar.info)\n",
  "bytes": 2447,
  "sha": "74df1a4a30121445bae4c36a2dd550bfe6b84d80832d9821ed7ceaac330a9272",
  "repo_slug": "trustcarinfo/mcp-server-trustcar",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_trustcarinfo_plate_lookup_ef29999a/readme"
}