🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-server-truster

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-truster

MCP server for truster.info — check whether a website can be trusted: trust score (0-100), community rating, reviews and Tranco rank for any domain.

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
423
Maintainers
1
Weekly downloads
 
Created
Source

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

License

MIT © truster.info

Keywords

mcp

FAQs

Package last updated on 05 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts