Trustbench
@lithvall
Trustbench について
x402 provider rankings + Ed25519-signed payment receipts + signature verification (3 tools).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"trustbench": {
"command": "npx",
"args": [
"-y",
"@trustbench/mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Trustbench?
TrustBench is the public registry, routing layer, and signed-receipt audit trail for x402 agent payments. It provides three read-only MCP tools—get_rankings, get_receipt, and verify_receipt—to query provider rankings, fetch routing receipts, and verify Ed25519 signatures. It is designed for developers building agent-to-agent payment workflows.
How to use Trustbench?
Install via npx -y @trustbench/mcp for stdio-based MCP hosts (Claude Desktop, Cursor, Cherry Studio, Kimi) or use the hosted Streamable HTTP endpoint at https://trustbench.io/mcp for browser-based MCP clients. No API key is required for any of the MCP tools.
Key features of Trustbench
- Non-custodial — TrustBench never holds agent funds.
- Three read-only tools: rankings, receipts, verification.
- Ed25519 signature verification (lookup by ID or offline).
- No API key required for MCP tools.
- Supports both stdio and Streamable HTTP transports.
Use cases of Trustbench
- Query live x402 provider rankings by capability (search, inference, data, media, infra).
- Fetch a specific routing receipt by ID (
rcpt_…orrrcpt_…). - Verify an Ed25519 signature on a receipt JSON envelope received from a third-party agent.
FAQ from Trustbench
What are the runtime dependencies for Trustbench?
Trustbench requires Node.js (via npx) for stdio installations, or any HTTP client for the Streamable HTTP endpoint.
Does Trustbench require an API key?
No. All three MCP tools are available without any API key.
Where are TrustBench receipts and rankings stored?
Receipts and rankings are stored on the TrustBench public registry; the server queries this registry on behalf of the user.
What transports does the MCP server support?
It supports stdio (for desktop MCP hosts) and Streamable HTTP (for browser-based clients).
Does TrustBench handle agent funds?
No. It is non-custodial throughout and never holds agent funds.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント