Back to Browse

Xtrust MCP Server

Developer ToolsModerate7.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Ukrainian business directory: companies, contacts and registry details (xtrust.info).

About

Ukrainian business directory: companies, contacts and registry details (xtrust.info).

Remote endpoints: streamable-http: https://xtrust.info/mcp

Security Report

7.2
Moderate7.2Low Risk

Well-structured MCP server that acts as a thin stdio bridge to xtrust.info's remote endpoint. Authentication is properly handled via optional OAuth bearer tokens stored in environment variables. The server safely proxies all tool discovery and execution to the remote endpoint, minimizing local attack surface. Minor code quality observations about error handling do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

mcp-server-xtrust

MCP (Model Context Protocol) server for xtrust.info — a Ukrainian business directory with trust signals. Ask your AI assistant "знайди компанію Розетка, який у неї ЄДРПОУ?" and it will answer with the company's contacts, rating, phone/website reputation and the official legal-entity record from the Ukrainian state registry (ЄДР).

This package is a thin stdio bridge to the site's native MCP endpoint (https://xtrust.info/mcp). Tools are discovered at startup, so the package never goes stale.

Tools

ToolDescriptionAuth
lookup_companyLook up a company by slug or name: contacts, rating, phone reputation (KtoZvonil), site trust (Truster) and the official ЄДР legal entity (name, ЄДРПОУ, status, director)none
search_companiesSearch companies by name prefix, optionally filtered by city (Ukrainian); returns matches with rating and linknone
post_reviewPost a company review on behalf of an authenticated user (labelled as AI-agent-generated, shown separately, does not affect the human trust rating)OAuth bearer

Install

Claude Code

claude mcp add xtrust -- npx -y mcp-server-xtrust

Claude Desktop

{
  "mcpServers": {
    "xtrust": {
      "command": "npx",
      "args": ["-y", "mcp-server-xtrust"]
    }
  }
}

Cursor / Windsurf / other MCP clients

Any client that speaks stdio MCP works the same way: command npx, args -y mcp-server-xtrust.

Remote (no install)

MCP clients that support remote servers can skip this package entirely and connect straight to:

https://xtrust.info/mcp

Configuration

Env varMeaning
XTRUST_MCP_URLOverride the endpoint URL (default https://xtrust.info/mcp)
XTRUST_TOKENOAuth bearer token — only needed for post_review. Discovery: /.well-known/oauth-protected-resource

Example

User: Знайди компанію Розетка, який у неї ЄДРПОУ?

Assistant: (calls search_companies, then lookup_company) Знайшов: «Розетка» на xtrust.info — інтернет-магазин, Київ. Офіційна юрособа в ЄДР: ТОВ «РОЗЕТКА.УА», ЄДРПОУ 37193071, стан — зареєстровано…

Development

npm install
npm run build
npm test

Related

License

MIT © xtrust.info

Reviews

No reviews yet

Be the first to review this server!