mirrored listing x402 eip155:8453

Counterparty trust verification for agents: before transacting with a domain, verify its t

Counterparty trust verification for agents: before transacting with a domain, verify its trust artifacts — DNSSEC + DNS-AID records, agent-card, live MCP endpoint, published JWKS, OASF record, x402/commerce declarations. Returns a 0-100 trust score with per-artifact evidence. $0.25 per lookup.

Do you run mudko.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-01
updated

Provider

mudko.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x53598173ce7c26025bab0520d9e9d0c28fbcf7de",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "250000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "domain": "example.com (string, required - domain to verify)"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "artifacts": {
            "agent_card": true,
            "commerce_declared": true,
            "dns_aid": true,
            "dnssec": true,
            "jwks": false,
            "mcp_live": true,
            "oasf_record": false
          },
          "domain": "example.com",
          "paid": true,
          "trust_score": 72,
          "verdict": "verifiable"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "domain": {
                  "description": "Domain to verify (required).",
                  "type": "string"
                }
              },
              "required": [
                "domain"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "artifacts": {
                  "type": "object"
                },
                "domain": {
                  "type": "string"
                },
                "trust_score": {
                  "type": "number"
                },
                "verdict": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://mudko.com/api/x402/verify-counterparty"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://mudko.com/api/x402/verify-counterparty");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://mudko.com/api/x402/verify-counterparty")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5342.json, and this resource appears in /discovery/resources and /discovery/search.