tooloracle.io

OracleNet is a mesh capability router for autonomous agents. Discover, route, verify and call external capabilities via MCP or A2A. Free discovery and soft handshake. Settlement uses x402 / USDC on Base where required. Live mesh snapshot at /.well-known/agent-pulse.

TradingLiveeip155:8453Exactvia cdp
Settlements · 30d
12↓ 86%
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days.
$3.22
Verified settled volume
96 settlements proven x402 by their on-chain EIP-3009 marker.
$0.0030
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-07-20 11:16Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x11f591C3496C0632e7B173184f5Bc71dC941125D

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

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": "Use POST with payment payload. See accepts[].method.",
  "accepts": [
    {
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "payTo": "0x11f591C3496C0632e7B173184f5Bc71dC941125D",
      "price": "$0.003",
      "amount": "3000",
      "method": "POST",
      "scheme": "exact",
      "network": "eip155:8453",
      "summary": "Pre-payment policy check of a foreign x402 402-offer (signed receipt)",
      "docs_url": "https://tooloracle.io/nomos/",
      "mimeType": "application/json",
      "provider": "FeedOracle / ToolOracle",
      "resource": "https://tooloracle.io/v2/x402_payment_preflight_v1",
      "categories": [
        "x402",
        "payments",
        "agent-safety",
        "preflight",
        "nomos"
      ],
      "description": "x402 payment preflight for agents: verify payment requirements before signing. Send a received HTTP 402 PaymentRequirements and get a deterministic payment policy decision — ALLOW, DENY or REVIEW — with a signed decision receipt (Ed25519) bound to url, method, body hash, amount, asset, chain and payTo. Agent payment safety against USDC payment risk: wrong chain, wrong asset, unexpected payTo, amount over cap, expired offer, replay. Never signs or executes a payment. Not legal advice.",
      "sample_input": {
        "request": {
          "nonce": "n_...",
          "schema": "nomos.x402.payment_preflight.request.v1",
          "capability": "x402_payment_preflight_v1",
          "request_id": "req_...",
          "http_method": "POST",
          "resource_url": "https://example.com/v2/thing",
          "payment_required": {
            "accepts": [],
            "x402Version": 2
          }
        }
      },
      "sample_output": {
        "receipt": {
          "receipt_id": "ppd_..."
        },
        "response": {
          "decision": "ALLOW",
          "decision_code": "ok",
          "settlement_eligible": true
        }
      },
      "latency_p50_ms": 60,
      "maxAmountRequired": "3000",
      "maxTimeoutSeconds": 60
    }
  ],
  "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.

0.003USDC≈ $0.003 USD
on Base · exact scheme

Pay 0.003 USDC on Base to 0x11f5…1125D. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
3000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x11f591C3496C0632e7B173184f5Bc71dC941125D",
    "amount": "3000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "request": {
            "type": "object",
            "required": true,
            "description": "The preflight request. Required: schema (nomos.x402.payment_preflight.request.v1), request_id, nonce (min 8 chars, replay protection), capability (x402_payment_preflight_v1), resource_url (https only), http_method. Provide exactly one of payment_required (the foreign x402 PaymentRequired object as received) or payment_required_header_b64 (the raw base64 PAYMENT-REQUIRED header). Optional: request_body, which enters the receipt binding as SHA-256."
          }
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      },
      "output": {
        "type": "json",
        "example": {
          "schema": "nomos.x402.payment_preflight.result.v1",
          "receipt": {
            "proof": {
              "alg": "Ed25519",
              "kid": "nomos_agent_assessment_passport:prod:v1",
              "signature_domain": "NOMOS_X402_PREPAYMENT_DECISION_V2",
              "canonicalization_version": "nomos-jcs-passport-v0.1"
            },
            "record": {
              "nonce": "nonce_0000000001",
              "schema": "nomos.x402.prepayment_decision_receipt.v2",
              "decision": "ALLOW",
              "issuedAt": "2026-07-20T09:32:44Z",
              "request_id": "req_001",
              "validUntil": "2026-07-20T09:37:44Z",
              "llm_involved": false,
              "decision_code": "ok",
              "policy_version": "preflight.prod.v1",
              "evaluated_terms": {
                "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
                "nonce": "nonce_0000000001",
                "pay_to": "0x11f591c3496c0632e7b173184f5bc71dc941125d",
                "network": "eip155:8453",
                "decision": "ALLOW",
                "request_id": "req_001",
                "http_method": "POST",
                "resource_url": "https://example.com/v2/thing",
                "amount_atomic": "1000000",
                "decision_code": "ok",
                "policy_version": "preflight.prod.v1",
                "request_body_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
                "payment_requirements_sha256": "51b6e74da0a0e81959446579ea3649545454bab024595e6ebae06ce5298a927b"
              },
              "digest_algorithm": "nomos.x402.evaluated_terms_digest.v2",
              "authorizes_payment": false,
              "evaluated_terms_digest": "sha256:9a3112bdcb4dd3a0896a84ac704c90ce4cbb3c723054e609a1ae4d7d007f565f"
            },
            "receipt_id": "ppd2_0123456789abcdef01234567",
            "record_digest": "sha256:cf9cef705e40ea56321de6b35f2121ba006172b7d082748cc06f85696214a6ee"
          },
          "response": {
            "checks": [],
            "schema": "nomos.x402.payment_preflight.response.v1",
            "decision": "ALLOW",
            "request_id": "req_001",
            "llm_involved": false,
            "decision_code": "ok",
            "policy_version": "preflight.prod.v1",
            "authorizes_payment": false,
            "settlement_eligible": true,
            "selected_accepts_index": 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": {
              "properties": {}
            },
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object"
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-07-20 11:16Z
Last indexed by Roundhouse
2026-07-25 00:00Z
Last enriched (probe, favicon, geo)
2026-09-24 16:45Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 410
Report

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

No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service tooloracle.io 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=tooloracle.io'
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://tooloracle.io/v2/x402_payment_preflight_v1, 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.