
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
mcp-server-trustcar
Advanced tools
MCP server for trustcar.info — look up a Ukrainian licence plate: region, vehicle make/model/year, community rating and recent driver reviews.
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.
| 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 |
claude mcp add trustcar -- npx -y mcp-server-trustcar
{
"mcpServers": {
"trustcar": {
"command": "npx",
"args": ["-y", "mcp-server-trustcar"]
}
}
}
Any client that speaks stdio MCP works the same way: command npx, args -y mcp-server-trustcar.
MCP clients that support remote servers can skip this package entirely and connect straight to:
https://trustcar.info/mcp
| 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 |
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…
npm install
npm run build
npm test
MIT © trustcar.info
FAQs
MCP server for trustcar.info — look up a Ukrainian licence plate: region, vehicle make/model/year, community rating and recent driver reviews.
We found that mcp-server-trustcar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.