{
  "x402Version": 2,
  "id": 5341,
  "slug": "5341",
  "resource": "https://mudko.com/api/x402/batch-scan",
  "description": "Bulk agent-readiness screening for agencies, VCs and portfolio owners: scan up to 50 URLs in one paid call ($0.02/URL, $0.10 minimum) and get a compact per-URL verdict — level 0-5, passing checks, top gaps. The single-URL scan with full evidence stays free at /api/x402/deep-scan; this buys scale and rate-limit bypass.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x53598173ce7c26025bab0520d9e9d0c28fbcf7de",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "urls": "https://a.com,https://b.com (string, required - comma-separated URLs, max 50)"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 3,
            "paid": true,
            "results": [
              {
                "level": 2,
                "passing": 6,
                "top_gaps": [
                  "agent-card",
                  "mcp-server-card"
                ],
                "total": 18,
                "url": "https://a.com"
              }
            ]
          },
          "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": {
                  "urls": {
                    "description": "Comma-separated URLs (max 50). Price = $0.02 x count, min $0.10 — the 402 quotes the exact amount.",
                    "type": "string"
                  }
                },
                "required": [
                  "urls"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "count": {
                    "type": "number"
                  },
                  "results": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "mudko.com",
  "lastUpdated": "2026-09-01T14:05:45.952Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T14:05:45.749Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "mudko.com",
    "manifest_name": "mudko.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}