mcp-server-trustcar
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-trustcarWhat car is plate AA1234BC?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Tool | Description | Auth |
| Region, vehicle (make/model/year/fuel), rating and recent reviews for a Ukrainian licence plate | none |
| Recently active plates on trustcar.info (with vehicle make/model where known) | none |
| 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 |
Related MCP server: ip-doctor
Install
Claude Code
claude mcp add trustcar -- npx -y mcp-server-trustcarClaude 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/mcpConfiguration
Env var | Meaning |
| Override the endpoint URL (default |
| OAuth bearer token — only needed for |
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 testRelated
trustcar.info — the service itself (uk/ru/en)
API docs: trustcar.info/.well-known/api-catalog
License
MIT © trustcar.info
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceMCP server for Kenya transport — matatu route finder, NTSA services, boda licensing, freight logistics, passenger rights.5MIT
- AlicenseAqualityBmaintenanceMCP server for live IP and domain reputation checks via DNS lookups, providing abuse scores and network type without requiring an API key.2MIT
- AlicenseBqualityCmaintenanceMCP server for the adm.tools / ukraine.com.ua hosting API, providing tools to manage hosting services, accounts, sites, and web apps.51MIT
- AlicenseAqualityDmaintenanceMCP server for MAScope: search and analyze World MiniApps, get verified reviews and analytics data.640MIT
Related MCP Connectors
MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes.
MCP server for ScanMalware.com URL scanning, malware detection, and analysis.
Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trustcarinfo/mcp-server-trustcar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server