mcp.agenteconomy.cloud
Verified, plain-language data and guidance on the agent economy — AI agents buying and selling services, with every number recomputable.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"x402/error": {
"code": 402,
"data": {
"accepts": [
{
"asset": "0x036cbd53842c5426634e7929541ec2318f3dcf7e",
"extra": {
"name": "USDC",
"version": "2"
},
"payTo": "0xeed6af31937a6123924d4ecdc3b3ed729f92867e",
"amount": "100000",
"scheme": "exact",
"network": "eip155:84532",
"mimeType": "application/json",
"resource": "https://mcp.agenteconomy.cloud/api/v1/verify",
"description": "Use when your agent is about to pay an x402 seller it has never paid before, or before a large spend. Is this x402 seller safe to pay? One call returns its 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)",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://mcp.agenteconomy.cloud/api/v1/verify",
"tags": [
"seller-trust",
"x402",
"verification",
"on-chain",
"before-you-pay"
],
"iconUrl": "https://agenteconomy.cloud/favicon.svg",
"mimeType": "application/json",
"description": "Use when your agent is about to pay an x402 seller it has never paid before, or before a large spend. Is this x402 seller safe to pay? One call returns its 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)",
"serviceName": "agenteconomy.cloud"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"seller": "0x480cd46e6fade651a0437deadda53d5c8e7d846a"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"schema": {
"oneOf": [
{
"type": "object",
"required": [
"verdict_version",
"verdict",
"signature"
],
"properties": {
"verdict": {
"type": "object",
"required": [
"type",
"issued_at",
"issuance_id",
"subject",
"outcome",
"evidence",
"exclusions",
"gates",
"registration",
"provenance",
"freshness"
],
"properties": {
"type": {
"const": "seller_trust"
},
"gates": {
"type": "array",
"items": {
"type": "string"
},
"description": "quality gates disclosed verbatim (verdict-v1.0 §2.2/§3.3); empty when none"
},
"outcome": {
"type": "object",
"required": [
"tier",
"evidence_state",
"trust_score",
"predicate"
],
"properties": {
"tier": {
"enum": [
"verified",
"listed_only"
]
},
"predicate": {
"type": "object",
"properties": {
"recency_days_lte": {
"type": "integer"
},
"min_verified_events": {
"type": "integer"
},
"lifetime_verified_micro_gte": {
"type": "integer"
},
"days_since_last_verified_payment": {
"type": [
"number",
"null"
]
}
}
},
"trust_score": {
"type": [
"number",
"null"
]
},
"evidence_state": {
"enum": [
"verified",
"insufficient",
"not_observed"
]
}
}
},
"subject": {
"type": "object",
"required": [
"seller_id",
"chain",
"token"
],
"properties": {
"slug": {
"type": [
"string",
"null"
]
},
"chain": {
"const": "base-mainnet"
},
"token": {
"type": "string"
},
"seller_id": {
"type": "string"
}
}
},
"evidence": {
"type": "object",
"properties": {
"farm_flag": {
"type": [
"integer",
"null"
]
},
"top1_share": {
"type": [
"number",
"null"
]
},
"top3_share": {
"type": [
"number",
"null"
]
},
"farm_reasons": {},
"listing_count": {
"type": [
"integer",
"null"
]
},
"active_days_30d": {
"type": [
"integer",
"null"
]
},
"first_payment_at": {
"type": [
"string",
"null"
]
},
"repeat_buyers_30d": {
"type": [
"integer",
"null"
]
},
"unique_buyers_30d": {
"type": [
"integer",
"null"
]
},
"unique_buyers_90d": {
"type": [
"integer",
"null"
]
},
"verified_tx_count_lt": {
"type": [
"integer",
"null"
]
},
"gross_revenue_30d_micro": {
"type": [
"integer",
"null"
]
},
"last_verified_payment_at": {
"type": [
"string",
"null"
]
},
"median_payment_30d_micro": {
"type": [
"integer",
"null"
]
},
"verified_revenue_lt_micro": {
"type": [
"integer",
"null"
]
},
"verified_revenue_30d_micro": {
"type": [
"integer",
"null"
]
},
"verified_revenue_90d_micro": {
"type": [
"integer",
"null"
]
}
}
},
"freshness": {
"type": "object",
"properties": {
"cadence": {
"type": "object"
},
"issued_at": {
"type": "string"
},
"chain_synced_at": {
"type": [
"string",
"null"
]
},
"site_generation": {
"type": [
"integer",
"null"
]
},
"site_published_at": {
"type": [
"string",
"null"
]
},
"metric_computed_at": {
"type": [
"string",
"null"
]
},
"catalog_snapshot_at": {
"type": [
"string",
"null"
]
}
}
},
"issued_at": {
"type": "string"
},
"exclusions": {
"type": "object",
"properties": {
"flags_url": {
"type": [
"string",
"null"
]
},
"flags_version": {
"type": [
"string",
"null"
]
},
"dust_floor_micro": {
"type": "integer"
},
"excluded_flag_kinds": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"provenance": {
"type": "object",
"properties": {
"computed_at": {
"type": [
"string",
"null"
]
},
"metric_date": {
"type": "string"
},
"snapshot_id": {
"type": [
"string",
"null"
]
},
"block_window": {
"type": "object",
"properties": {
"to_block": {
"type": [
"integer",
"null"
]
},
"from_block": {
"type": [
"integer",
"null"
]
},
"synced_through_block": {
"type": [
"integer",
"null"
]
}
}
},
"snapshot_url": {
"type": [
"string",
"null"
]
},
"flags_version": {
"type": [
"string",
"null"
]
},
"method_version": {
"type": "string"
},
"methodology_url": {
"type": "string"
},
"verdict_version": {
"type": "string"
}
}
},
"issuance_id": {
"type": "string"
},
"registration": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"spec_hash": {
"type": [
"string",
"null"
]
},
"registered": {
"type": "boolean"
}
}
}
}
},
"signature": {
"type": "object",
"required": [
"alg",
"key_id",
"canonicalization",
"sig"
],
"properties": {
"alg": {
"const": "ed25519"
},
"sig": {
"type": "string",
"description": "base64url Ed25519 signature over the UTF-8 bytes of the RFC 8785 canonical JSON of {verdict_version, verdict}"
},
"key_id": {
"type": "string"
},
"canonicalization": {
"const": "RFC8785"
}
}
},
"verdict_version": {
"const": "verdict-v1.1.0"
}
}
},
{
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "object",
"required": [
"code",
"message",
"retryable"
],
"properties": {
"code": {
"enum": [
"bad_input",
"unknown_seller",
"unknown_endpoint",
"rate_limited",
"challenge_expired",
"challenge_mismatch",
"registration_not_found",
"already_registered",
"payment_settle_failed",
"internal"
],
"type": "string"
},
"message": {
"type": "string"
},
"retryable": {
"type": "boolean"
}
}
}
},
"description": "error response — no payment was taken (input errors are answered free, before any 402)"
}
]
},
"example": {
"verdict": {
"type": "seller_trust",
"outcome": {
"tier": "verified",
"evidence_state": "verified"
},
"evidence": {
"unique_buyers_30d": 17,
"verified_revenue_30d_micro": 8400000
}
},
"signature": {
"alg": "ed25519",
"key_id": "verdict-k1",
"canonicalization": "RFC8785"
},
"verdict_version": "verdict-v1.1.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"seller"
],
"properties": {
"seller": {
"type": "string",
"description": "0x… payTo address or 12-hex slug — exactly one seller per call"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"schema": {
"type": "object"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
}
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.1 USDC on Base to 0xeed6…2867e. The signed payment is good for 1 minute.
- Paid to
- 0xeed6…2867e
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 100000 smallest units
- Buys
- 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)
- Returns
- application/json
The catalog’s raw entry
[
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xeed6af31937a6123924d4ecdc3b3ed729f92867e",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://mcp.agenteconomy.cloud/api/v1/verify",
"description": "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)",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"seller": "0x480cd46e6fade651a0437deadda53d5c8e7d846a"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"verdict": {
"type": "seller_trust",
"outcome": {
"tier": "verified",
"evidence_state": "verified"
},
"evidence": {
"unique_buyers_30d": 17,
"verified_revenue_30d_micro": 8400000
}
},
"signature": {
"alg": "ed25519",
"canonicalization": "RFC8785"
},
"verdict_version": "verdict-v1.1.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"seller"
],
"properties": {
"seller": {
"type": "string",
"description": "0x… payTo address or 12-hex slug — exactly one seller per call"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"example": {
"type": "object"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-06 11:51Z
- Last indexed by Roundhouse
- 2026-09-25 05:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 03:15Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 18 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service mcp.agenteconomy.cloud and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=mcp.agenteconomy.cloud' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://mcp.agenteconomy.cloud/api/v1/verify, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.