agent-revenue-optimizer
Five JSON-output MCP tools for builders shipping agentic services on Base. Pay-per-call USDC. No API keys. Audit your repo for free.
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.
{
"error": "PAYMENT-SIGNATURE header is required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x523Eff3dB03938eaa31a5a6FBd41E3B9d23edde5",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://agentic.clawbots.org/api/agentic/tools/agent-revenue-optimizer",
"tags": [
"x402-v2",
"base",
"agentic",
"axiom",
"agent-business-intelligence"
],
"iconUrl": "https://www.clawbots.org/avatar.jpg",
"mimeType": "application/json",
"description": "Audit an x402-gated endpoint by probing its 402 envelope, agent-card.json, well-known surfaces, and response headers. Returns a closed-vocabulary verdict plus 3-7 scored recommendations across pricing, bundling, discoverability, envelope correctness, rate limiting, tier expansion, facilitator choice, and schema clarity. Each recommendation cites the observed current-state value as evidence.",
"serviceName": "agent-revenue-optimizer"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"endpoint_url": "https://agentic.clawbots.org/api/agentic/tools/agent-revenue-optimizer",
"assumed_monthly_paid_calls": 1200
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"endpoint_url"
],
"properties": {
"endpoint_url": {
"type": "string",
"format": "uri",
"maxLength": 2048,
"minLength": 8,
"description": "Public HTTP(S) URL of the x402-gated endpoint to audit. Must respond with an HTTP 402 envelope on an unauthenticated GET (or POST). Example: https://x402.org or any /api/tools/<slug> on a deployed x402 service."
},
"assumed_monthly_paid_calls": {
"type": "integer",
"maximum": 1000000,
"minimum": 0,
"description": "Optional estimate of how many paid calls per month the endpoint currently receives. Used to scale recommendation impact_usd_per_month from a per-call delta to a monthly figure. Defaults to 1000 if omitted."
}
},
"additionalProperties": false
}
},
"output": {
"type": "json",
"example": {
"verdict": "leaking-revenue",
"evidence": {
"endpoint_probed": "https://agentic.clawbots.org/api/agentic/tools/agent-revenue-optimizer",
"envelope_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"agent_card_probed": "https://agentic.clawbots.org/.well-known/agent-card.json"
},
"probed_at": "2026-05-29T17:42:00Z",
"endpoint_url": "https://agentic.clawbots.org/api/agentic/tools/agent-revenue-optimizer",
"current_state": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"pay_to": "0x523Eff3dB03938eaa31a5a6FBd41E3B9d23edde5",
"network": "base",
"price_usd": "0.10",
"x402_version": 1,
"accepts_count": 1,
"facilitator_url": "https://x402.example/facilitator",
"agent_card_present": false,
"http_status_unauth": 402,
"bazaar_discoverable": null,
"max_timeout_seconds": 60,
"rate_limit_headers_present": false
},
"recommendations": [
{
"lever": "facilitator-switch",
"action": "Route settlement through api.cdp.coinbase.com facilitator to reduce settlement failure rate.",
"evidence": "current_state.facilitator_url=https://x402.example/facilitator (not api.cdp.coinbase.com)",
"confidence": "high",
"impact_usd_per_month": 36
},
{
"lever": "discoverability",
"action": "Publish /.well-known/agent-card.json so agent discovery crawlers can index the endpoint.",
"evidence": "current_state.agent_card_present=false at /.well-known/agent-card.json",
"confidence": "high",
"impact_usd_per_month": 48
},
{
"lever": "rate-limit",
"action": "Emit RateLimit-Limit and RateLimit-Remaining headers so agent clients can pace calls.",
"evidence": "current_state.rate_limit_headers_present=false",
"confidence": "medium",
"impact_usd_per_month": 12
}
],
"expected_lift_usd_per_month": 96
}
},
"description": "Audit an x402-gated endpoint by probing its 402 envelope, agent-card.json, well-known surfaces, and response headers. Returns a closed-vocabulary verdict plus 3-7 scored recommendations across pricing, bundling, discoverability, envelope correctness, rate limiting, tier expansion, facilitator choice, and schema clarity. Each recommendation cites the observed current-state value as evidence."
},
"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"
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
},
"queryParams": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {}
}
},
"description": {
"type": "string"
}
}
},
"discoverable": true
}
},
"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 0x523E…edde5. The signed payment is good for 1 minute.
- Paid to
- 0x523E…edde5
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 100000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x523Eff3dB03938eaa31a5a6FBd41E3B9d23edde5",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"endpoint_url": "https://agentic.clawbots.org/api/agentic/tools/agent-revenue-optimizer",
"assumed_monthly_paid_calls": 1200
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"endpoint_url"
],
"properties": {
"endpoint_url": {
"type": "string",
"format": "uri",
"maxLength": 2048,
"minLength": 8,
"description": "Public HTTP(S) URL of the x402-gated endpoint to audit. Must respond with an HTTP 402 envelope on an unauthenticated GET (or POST). Example: https://x402.org or any /api/tools/<slug> on a deployed x402 service."
},
"assumed_monthly_paid_calls": {
"type": "integer",
"maximum": 1000000,
"minimum": 0,
"description": "Optional estimate of how many paid calls per month the endpoint currently receives. Used to scale recommendation impact_usd_per_month from a per-call delta to a monthly figure. Defaults to 1000 if omitted."
}
},
"additionalProperties": false
}
},
"output": {
"type": "json",
"example": {
"verdict": "leaking-revenue",
"evidence": {
"endpoint_probed": "https://agentic.clawbots.org/api/agentic/tools/agent-revenue-optimizer",
"envelope_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"agent_card_probed": "https://agentic.clawbots.org/.well-known/agent-card.json"
},
"probed_at": "2026-05-29T17:42:00Z",
"endpoint_url": "https://agentic.clawbots.org/api/agentic/tools/agent-revenue-optimizer",
"current_state": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"pay_to": "0x523Eff3dB03938eaa31a5a6FBd41E3B9d23edde5",
"network": "base",
"price_usd": "0.10",
"x402_version": 1,
"accepts_count": 1,
"facilitator_url": "https://x402.example/facilitator",
"agent_card_present": false,
"http_status_unauth": 402,
"bazaar_discoverable": null,
"max_timeout_seconds": 60,
"rate_limit_headers_present": false
},
"recommendations": [
{
"lever": "facilitator-switch",
"action": "Route settlement through api.cdp.coinbase.com facilitator to reduce settlement failure rate.",
"evidence": "current_state.facilitator_url=https://x402.example/facilitator (not api.cdp.coinbase.com)",
"confidence": "high",
"impact_usd_per_month": 36
},
{
"lever": "discoverability",
"action": "Publish /.well-known/agent-card.json so agent discovery crawlers can index the endpoint.",
"evidence": "current_state.agent_card_present=false at /.well-known/agent-card.json",
"confidence": "high",
"impact_usd_per_month": 48
},
{
"lever": "rate-limit",
"action": "Emit RateLimit-Limit and RateLimit-Remaining headers so agent clients can pace calls.",
"evidence": "current_state.rate_limit_headers_present=false",
"confidence": "medium",
"impact_usd_per_month": 12
}
],
"expected_lift_usd_per_month": 96
}
},
"description": "Audit an x402-gated endpoint by probing its 402 envelope, agent-card.json, well-known surfaces, and response headers. Returns a closed-vocabulary verdict plus 3-7 scored recommendations across pricing, bundling, discoverability, envelope correctness, rate limiting, tier expansion, facilitator choice, and schema clarity. Each recommendation cites the observed current-state value as evidence."
},
"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"
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
},
"queryParams": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {}
}
},
"description": {
"type": "string"
}
}
},
"discoverable": true
}
}Provenance
- Seen in the source catalog
- 2026-05-31 17:57Z
- Last indexed by Roundhouse
- 2026-06-11 02:40Z
- Last enriched (probe, favicon, geo)
- 2026-09-21 11:45Z
- 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
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service agent-revenue-optimizer 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=agent-revenue-optimizer' 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://agentic.clawbots.org/api/agentic/tools/agent-revenue-optimizer, 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.