Is this x402 seller safe to pay?
Is this x402 seller safe to pay? Verify before you send money: one call returns the seller's actual on-chain payment history — verified USDC revenue, real distinct buyers, wash and exchange exclusions applied — not a liveness ping or an opaque score. Ed25519-signed, recomputable from public Base data. From the trust hub that indexes every Bazaar seller's payment history. Never in your payment path. agenteconomy.cloud (mcp-pricing-v1.1)
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://mcp.agenteconomy.cloud/api/v1/verify
| Category | Market data |
|---|---|
| Provider host | mcp.agenteconomy.cloud |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"seller": "0x480cd46e6fade651a0437deadda53d5c8e7d846a"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"seller": {
"description": "0x\u2026 payTo address or 12-hex slug \u2014 exactly one seller per call",
"type": "string"
}
},
"required": [
"seller"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}