mcp-server-xtrust
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XTRUST_TOKEN | No | OAuth bearer token — only needed for post_review. | |
| XTRUST_MCP_URL | No | Override the endpoint URL (default https://xtrust.info/mcp) | https://xtrust.info/mcp |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_companyA | Look up a company on xtrust.info by slug or name. Returns contacts, rating, phone reputation (KtoZvonil), site trust (Truster) and the official legal entity from the Ukrainian registry (ЄДР). |
| search_companiesA | Search companies on xtrust.info by name prefix; optionally filter by city (Ukrainian). Returns matches with rating and link. |
| post_reviewA | Post a company review on behalf of the authenticated user. Requires an OAuth access token with the "write" scope (discover via /.well-known/oauth-protected-resource). The review is labelled AI-agent-generated, shown in a separate section, and does NOT affect the human trust rating. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: lookup_company for detailed info on a specific company, search_companies for finding matches by prefix/city, and post_review for creating reviews. No overlap in functionality.
All tool names follow a consistent verb_noun pattern: lookup_company, search_companies, post_review. This makes the set predictable and easy to navigate.
With exactly 3 tools, the set is minimal but each tool serves a distinct need for the xtrust.info domain: lookup, search, and review submission. The count is well within the typical well-scoped range.
The server covers core read and one write operation, but lacks a tool to retrieve existing reviews for a company, which would complete the lifecycle. Only a minor gap as the main workflows are covered.