Skip to main content
Glama
xtrustinfo

mcp-server-xtrust

Official
by xtrustinfo

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

Related MCP server: Kettu Marketplace Intelligence

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

Development

npm install
npm run build
npm test

License

MIT © xtrust.info

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    Exposes 29 official business-registry actors as MCP tools for KYC/AML, beneficial-owner (UBO), credit-risk and adverse-media workflows across 11 jurisdictions (EU, US, UAE). Sourced via Apify; pay-per-result.
    Last updated
    38
    5
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Provides trust infrastructure for AI agents by enabling reputation lookup, website trust scanning, and identity verification via MCP tools.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    Enables querying phone number reputation data from ktozvonil.net, including community verdicts, spam ratings, and operator details, with optional authenticated comment posting via MCP.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/xtrustinfo/mcp-server-xtrust'

If you have feedback or need assistance with the MCP directory API, please join our Discord server