Skip to main content
ClaudeWave
trusterinfo avatar
trusterinfo

mcp-server-truster

View on GitHub

MCP server for truster.info — domain trust scores for AI agents

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: NPX · mcp-server-truster
Claude Code CLI
claude mcp add truster -- npx -y mcp-server-truster
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "truster": {
      "command": "npx",
      "args": ["-y", "mcp-server-truster"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# mcp-server-truster

MCP (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.

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

| Tool | Description | Auth |
|------|-------------|------|
| `lookup_domain` | Trust score (0-100), average rating, review count, Tranco rank and recent reviews for a domain | none |
| `search_domains` | Search domains by name prefix; returns trust score and review count for matches | none |
| `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 |

## Install

### Claude Code

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

### Claude Desktop

```json
{
  "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 var | Meaning |
|---------|---------|
| `TRUSTER_MCP_URL` | Override the endpoint URL (default `https://truster.info/mcp`) |
| `TRUSTER_TOKEN` | OAuth bearer token — only needed for `post_review`. Discovery: [`/.well-known/oauth-protected-resource`](https://truster.info/.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

```bash
npm install
npm run build
npm test
```

## Related

- [truster.info](https://truster.info) — the service itself (uk/ru/en)
- [`trust-badge`](https://github.com/trusterinfo/trust-badge) — embeddable "Checked on Truster" badge for your website
- API docs: [truster.info/.well-known/api-catalog](https://truster.info/.well-known/api-catalog)

## License

MIT © [truster.info](https://truster.info)

What people ask about mcp-server-truster

What is trusterinfo/mcp-server-truster?

+

trusterinfo/mcp-server-truster is mcp servers for the Claude AI ecosystem. MCP server for truster.info — domain trust scores for AI agents It has 0 GitHub stars and its last recorded update is dated 2026-08-05.

How do I install mcp-server-truster?

+

You can install mcp-server-truster by cloning the repository (https://github.com/trusterinfo/mcp-server-truster) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is trusterinfo/mcp-server-truster safe to use?

+

Our security agent has analyzed trusterinfo/mcp-server-truster and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains trusterinfo/mcp-server-truster?

+

trusterinfo/mcp-server-truster is maintained by trusterinfo. The last recorded GitHub activity is dated 2026-08-05, with 0 open issues.

Are there alternatives to mcp-server-truster?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-server-truster to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: trusterinfo/mcp-server-truster
[![Featured on ClaudeWave](https://claudewave.com/api/badge/trusterinfo-mcp-server-truster)](https://claudewave.com/repo/trusterinfo-mcp-server-truster)
<a href="https://claudewave.com/repo/trusterinfo-mcp-server-truster"><img src="https://claudewave.com/api/badge/trusterinfo-mcp-server-truster" alt="Featured on ClaudeWave: trusterinfo/mcp-server-truster" width="320" height="64" /></a>

More MCP Servers

mcp-server-truster alternatives