mcp-server-truster
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRUSTER_TOKEN | No | OAuth bearer token, only needed for post_review. | |
| TRUSTER_MCP_URL | No | Override the endpoint URL. | https://truster.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_domainA | Look up a domain on truster.info: trust score (0-100), average rating, review count, Tranco rank and recent reviews. |
| search_domainsA | Search domains on truster.info by name prefix; returns trust score and review count for matches. |
| post_reviewA | Post a domain 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 rating or trust score. |
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 serves a distinct purpose: lookup_domain retrieves details for a specific domain, search_domains finds domains by prefix, and post_review submits a review. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern: lookup_domain, search_domains, post_review. The naming is uniform and predictable.
With 3 tools, the server is well-scoped for a domain trust lookup and review service. It covers the essential actions without unnecessary bloat or missing core functionality.
The basic lifecycle is covered: search for domains, look up detailed trust information, and post a review. Minor gaps exist such as no update/delete for reviews or user review history, but these are not critical for the primary use case.