mcpbeat Sign in

Trust Gate MCP Server

local only

Trust Gate runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm.

Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 10 · avg 4 · +107% w/w
a month agotoday
27
Installs / week
npm · @registeredbrands/trust-gate-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trust-gate -- npx -y @registeredbrands/trust-gate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trust-gate": {
      "args": [
        "-y",
        "@registeredbrands/trust-gate-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trust-gate]
command = "npx"
args = ["-y", "@registeredbrands/trust-gate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "trust-gate": {
      "args": [
        "-y",
        "@registeredbrands/trust-gate-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trust-gate": {
      "args": [
        "-y",
        "@registeredbrands/trust-gate-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RB_API_KEY (Your RegisteredBrands.AI API key from registeredbrands.ai/dashboard/api-keys), RB_API_URL (API base URL (default: https://registeredbrands.ai)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Trust Gate

same job, measured the same way
Storefront Guard
by maxigirl123

Verifies a merchant storefront is legitimate before an AI agent commits payment.

31 installs/wk local only
x402 Merchant Check
by gradientdecisions

Pre-payment merchant trust checks for x402 agents on Base and Solana.

1 tools answering
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

76 installs/wk 11 tools answering
Wassel
by aymanelhakim

MENA commerce integration layer for AI agents: payments, BNPL, logistics, e-commerce, tax.

answering
Crossingkey MCP
by crossingkeyintelligence

CrossingKey MCP for agent commerce, x402 payments, deterministic execution, and verifiable receipts.

18 tools answering
Xrpl Referee
by eamwhite1

Trust and payment layer for the agentic economy on the XRP Ledger.

41 tools answering
A2AWire
by a2awire

Escrow, reputation, and payments for agent-to-agent commerce. Non-custodial USDC/Base L2.

10 tools answering
AVEL
by ensi81

Identity/reputation verification for agent-to-agent payments across x402, AP2, MPP, checkout.

local only

Trust Gate — questions

Answers built from our own checks of this server.

Why is there no uptime for Trust Gate?
Trust Gate runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @registeredbrands/trust-gate-mcp was installed 27 times last week.
Is Trust Gate still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Trust Gate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @registeredbrands/trust-gate-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Trust Gate?
The npm package @registeredbrands/trust-gate-mcp was installed 27 times in the last week. Week over week that is +107%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.