Does this x402 seller actually deliver when paid?
Does this x402 seller actually deliver when paid? We test the full flow as a real buyer: quote, 402 requirements validation, a real capped probe purchase, settlement and delivery — not a lint that stops before money moves. The signed verdict states exactly which steps ran and what failed: 402-again loops, wrong payTo, malformed accepts, phantom endpoints. 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/check
| Category | Code and developer |
|---|---|
| Provider host | mcp.agenteconomy.cloud |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 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": {
"endpoint": "https://api.bitrefill.com/x402/gift-cards/search"
},
"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": {
"endpoint": {
"description": "https:// resource URL whose x402 payment machinery to test",
"maxLength": 500,
"type": "string"
},
"expected_payto": {
"description": "optional 0x\u2026 address you expect the endpoint to charge to; mismatch is a named finding",
"type": "string"
},
"listing_id": {
"description": "optional catalog listing id \u2014 compares the advertised payTo against the cataloged seller",
"type": "string"
}
},
"required": [
"endpoint"
],
"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"
}