{
  "markdown": "# mcp-server-xtrust\n\nMCP (Model Context Protocol) server for **[xtrust.info](https://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 (ЄДР).\n\nThis 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.\n\n## Tools\n\n| Tool | Description | Auth |\n|------|-------------|------|\n| `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 |\n| `search_companies` | Search companies by name prefix, optionally filtered by city (Ukrainian); returns matches with rating and link | none |\n| `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 |\n\n## Install\n\n### Claude Code\n\n```bash\nclaude mcp add xtrust -- npx -y mcp-server-xtrust\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"xtrust\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-server-xtrust\"]\n    }\n  }\n}\n```\n\n### Cursor / Windsurf / other MCP clients\n\nAny client that speaks stdio MCP works the same way: command `npx`, args `-y mcp-server-xtrust`.\n\n### Remote (no install)\n\nMCP clients that support remote servers can skip this package entirely and connect straight to:\n\n```\nhttps://xtrust.info/mcp\n```\n\n## Configuration\n\n| Env var | Meaning |\n|---------|---------|\n| `XTRUST_MCP_URL` | Override the endpoint URL (default `https://xtrust.info/mcp`) |\n| `XTRUST_TOKEN` | OAuth bearer token — only needed for `post_review`. Discovery: [`/.well-known/oauth-protected-resource`](https://xtrust.info/.well-known/oauth-protected-resource) |\n\n## Example\n\n> **User:** Знайди компанію Розетка, який у неї ЄДРПОУ?\n>\n> **Assistant:** *(calls `search_companies`, then `lookup_company`)* Знайшов: «Розетка» на xtrust.info — інтернет-магазин, Київ. Офіційна юрособа в ЄДР: ТОВ «РОЗЕТКА.УА», ЄДРПОУ 37193071, стан — зареєстровано…\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm test\n```\n\n## Related\n\n- [xtrust.info](https://xtrust.info) — the service itself (uk/ru/en)\n- API docs: [xtrust.info/.well-known/api-catalog](https://xtrust.info/.well-known/api-catalog)\n\n## License\n\nMIT © [xtrust.info](https://xtrust.info)\n",
  "bytes": 2589,
  "sha": "83c5bc7c7341010d8e6125e6636182a0caed64c9cfc2128b129b509e1b677b9b",
  "repo_slug": "xtrustinfo/mcp-server-xtrust",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_xtrustinfo_company_lookup_40b403b9/readme"
}