Back to Browse

Truster MCP Server

Developer ToolsModerate7.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Website trust checks: 0-100 safety score, verdict and community reviews (truster.info).

About

Website trust checks: 0-100 safety score, verdict and community reviews (truster.info).

Remote endpoints: streamable-http: https://truster.info/mcp

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server that acts as a thin stdio bridge to a remote truster.info endpoint. Authentication is properly handled through environment variables for sensitive operations, and the code is clean with good error handling. Permissions are appropriate for the server's purpose (network HTTP calls to a single trusted endpoint). Minor code quality observations exist but do not pose security risks. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

mcp-server-truster

MCP (Model Context Protocol) server for 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.

This 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.

Tools

ToolDescriptionAuth
lookup_domainTrust score (0-100), average rating, review count, Tranco rank and recent reviews for a domainnone
search_domainsSearch domains by name prefix; returns trust score and review count for matchesnone
post_reviewPost 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

Install

Claude Code

claude mcp add truster -- npx -y mcp-server-truster

Claude Desktop

{
  "mcpServers": {
    "truster": {
      "command": "npx",
      "args": ["-y", "mcp-server-truster"]
    }
  }
}

Cursor / Windsurf / other MCP clients

Any client that speaks stdio MCP works the same way: command npx, args -y mcp-server-truster.

Remote (no install)

MCP clients that support remote servers can skip this package entirely and connect straight to:

https://truster.info/mcp

Configuration

Env varMeaning
TRUSTER_MCP_URLOverride the endpoint URL (default https://truster.info/mcp)
TRUSTER_TOKENOAuth bearer token — only needed for post_review. Discovery: /.well-known/oauth-protected-resource

Example

User: Can I trust this-shop.com?

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…

Development

npm install
npm run build
npm test

Related

License

MIT © truster.info

Reviews

No reviews yet

Be the first to review this server!