Skip to main content
Glama
xtrustinfo

mcp-server-xtrust

Official
by xtrustinfo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XTRUST_TOKENNoOAuth bearer token — only needed for post_review.
XTRUST_MCP_URLNoOverride 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: lookup_company, search_companies, post_review. This makes the set predictable and easy to navigate.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues