npm mcp-server-xtruststreamable-httpMITupdated 1mo ago
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 (ЄДР).
company lookup で何ができる?
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
| Tool | Description | Auth |
|---|---|---|
lookup_company |
Look 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_companies |
Search companies by name prefix, optionally filtered by city (Ukrainian); returns matches with rating and link | none |
post_review |
Post 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 var | Meaning |
|---|---|
XTRUST_MCP_URL |
Override the endpoint URL (default https://xtrust.info/mcp) |
XTRUST_TOKEN |
OAuth bearer token — only needed for post_review. Discovery: /.well-known/oauth-protected-resource |
Example
User: Знайди компанію Розетка, який у неї ЄДРПОУ?
Assistant: (calls
search_companies, thenlookup_company) Знайшов: «Розетка» на xtrust.info — інтернет-магазин, Київ. Офіційна юрособа в ЄДР: ТОВ «РОЗЕТКА.УА», ЄДРПОУ 37193071, стан — зареєстровано…
Development
npm install
npm run build
npm test
Related
- xtrust.info — the service itself (uk/ru/en)
- API docs: xtrust.info/.well-known/api-catalog
License
MIT © xtrust.info
インストール
company lookup をクライアントに追加します。お使いのものを選んでください。
{
"servers": {
"mcp-server-xtrust": {
"type": "http",
"url": "https://xtrust.info/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-server-xtrust -- npx -y mcp-server-xtrustcodex mcp add mcp-server-xtrust -- npx -y mcp-server-xtrustamp mcp add mcp-server-xtrust -- npx -y mcp-server-xtrust{
"mcpServers": {
"mcp-server-xtrust": {
"command": "npx",
"args": [
"-y",
"mcp-server-xtrust"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-xtrust": {
"command": "npx",
"args": [
"-y",
"mcp-server-xtrust"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-server-xtrust": {
"command": "npx",
"args": [
"-y",
"mcp-server-xtrust"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server-xtrust": {
"command": "npx",
"args": [
"-y",
"mcp-server-xtrust"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server-xtrust": {
"command": "npx",
"args": [
"-y",
"mcp-server-xtrust"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server-xtrust": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mcp-server-xtrust"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server-xtrust": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-server-xtrust"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mcp-server-xtrustRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
3 個のツール
company lookup は接続したエージェントに 3 個のツールを提供します。
- lookup_company
- Look up a company by slug or name: contacts, rating, phone reputation (KtoZvonil), site trust (Truster) and the official ЄДР legal entity (name, ЄДРПОУ, status, director)
- search_companies
- Search companies by name prefix, optionally filtered by city (Ukrainian); returns matches with rating and link
- post_review
- Post a company review on behalf of an authenticated user (labelled as AI-agent-generated, shown separately, does not affect the human trust rating)
スコア
76 / 100
良好
- ドキュメント22/25
- メンテナンス19/25
- 信頼性16/20
- 機能4/15
- 導入のしやすさ15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 26 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.2最新 | 2026年8月5日 |