Trustbench

Created By
npm2 months ago
x402 provider rankings + Ed25519-signed payment receipts + signature verification (3 tools).
Overview

TrustBench is the public registry, routing layer, and signed-receipt audit trail for x402 agent payments. The MCP server exposes three read-only tools:

  • get_rankings — query live x402 provider rankings by capability (search, inference, data, media, infra)
  • get_receipt — fetch any TrustBench routing receipt by ID (rcpt_… or rrcpt_…)
  • verify_receipt — Ed25519 signature verification with two modes: lookup by ID, or offline verification of a receipt JSON envelope an agent received from a third party

Non-custodial throughout — TrustBench never holds agent funds. No API key required for the MCP tools.

Install via npx -y @trustbench/mcp for stdio hosts (Claude Desktop, Cursor, Cherry Studio, Kimi), or use the hosted Streamable HTTP at https://trustbench.io/mcp for browser-based MCP clients.

Source: https://github.com/lithvall/TrustBench License: MIT

Server Config

{
  "mcpServers": {
    "trustbench": {
      "command": "npx",
      "args": [
        "-y",
        "@trustbench/mcp"
      ]
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
npm
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago