{
  "markdown": "# mcp-server-truster\n\nMCP (Model Context Protocol) server for **[truster.info](https://truster.info)** — a website trust and reputation service. Ask your AI assistant *\"can I trust this-shop.com?\"* and it will answer with the domain's trust score, community rating, review count, Tranco rank and recent reviews.\n\nThis package is a thin stdio bridge to the site's native MCP endpoint (`https://truster.info/mcp`). Tools are discovered at startup, so the package never goes stale.\n\n## Tools\n\n| Tool | Description | Auth |\n|------|-------------|------|\n| `lookup_domain` | Trust score (0-100), average rating, review count, Tranco rank and recent reviews for a domain | none |\n| `search_domains` | Search domains by name prefix; returns trust score and review count for matches | none |\n| `post_review` | Post a domain review on behalf of an authenticated user (labelled as AI-agent-generated, shown separately, does not affect the human rating or trust score) | OAuth bearer |\n\n## Install\n\n### Claude Code\n\n```bash\nclaude mcp add truster -- npx -y mcp-server-truster\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"truster\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-server-truster\"]\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-truster`.\n\n### Remote (no install)\n\nMCP clients that support remote servers can skip this package entirely and connect straight to:\n\n```\nhttps://truster.info/mcp\n```\n\n## Configuration\n\n| Env var | Meaning |\n|---------|---------|\n| `TRUSTER_MCP_URL` | Override the endpoint URL (default `https://truster.info/mcp`) |\n| `TRUSTER_TOKEN` | OAuth bearer token — only needed for `post_review`. Discovery: [`/.well-known/oauth-protected-resource`](https://truster.info/.well-known/oauth-protected-resource) |\n\n## Example\n\n> **User:** Can I trust this-shop.com?\n>\n> **Assistant:** *(calls `lookup_domain`)* this-shop.com has a low trust score on truster.info (23/100, \"danger\"): the domain is only 2 months old, has no Tranco rank, and two recent reviews report undelivered orders. I'd be careful…\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm test\n```\n\n## Related\n\n- [truster.info](https://truster.info) — the service itself (uk/ru/en)\n- [`trust-badge`](https://github.com/trusterinfo/trust-badge) — embeddable \"Checked on Truster\" badge for your website\n- API docs: [truster.info/.well-known/api-catalog](https://truster.info/.well-known/api-catalog)\n\n## License\n\nMIT © [truster.info](https://truster.info)\n",
  "bytes": 2560,
  "sha": "a36c6819b131be37ae957bd8a502b4a7857fd95f87fb30cbb91df1834e42b101",
  "repo_slug": "trusterinfo/mcp-server-truster",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_trusterinfo_domain_trust_acc5d95f/readme"
}