Skip to main content
Glama
trusterinfo

mcp-server-truster

Official
by trusterinfo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRUSTER_TOKENNoOAuth bearer token, only needed for post_review.
TRUSTER_MCP_URLNoOverride 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: lookup_domain, search_domains, post_review. The naming is uniform and predictable.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues