Skip to main content
The reputation endpoint exposes trust signals for buyer agents to evaluate a merchant before transacting.

Endpoint

Authentication: None — this endpoint is publicly accessible.

Response

Response Fields

string
The merchant’s agent name.
number
Percentage of successful x402 transactions (0.0 to 1.0).
number
Total number of x402 payment requests processed.
number
Number of transactions that completed successfully.
number
Number of transactions that failed (payment verification failures, timeouts, etc.).
number
Total hours the server has been running.
string
ISO timestamp of the most recent transaction.

How Buyer Agents Use This

The check_reputation MCP tool fetches this endpoint and returns the data to the agent. A buyer typically:
  1. Checks success_rate — is the merchant reliable?
  2. Checks total_transactions — is the merchant established or brand new?
  3. Checks last_transaction — is the merchant actively serving traffic?
A high success rate with meaningful transaction volume is a strong trust signal.