{
  "x402Version": 2,
  "id": 5338,
  "slug": "5338",
  "resource": "https://mudko.com/api/x402/audit",
  "description": "Full site quality audit across SEO (titles, descriptions, canonical, Open Graph, JSON-LD…), accessibility (alt text, form labels, heading order, landmarks…) and security headers (HSTS, CSP, XCTO…) — scored 0-100 per section with a copy-paste fix for every finding. $5 per audit. Fetch-based (served HTML; SPA shells noted). The agent-readiness scan is separate and free at /api/x402/deep-scan.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x53598173ce7c26025bab0520d9e9d0c28fbcf7de",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "url": "https://example.com (string, required - page URL to audit)"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "a11y": {
              "passed": 4,
              "score": 67,
              "total": 6
            },
            "findings": [
              {
                "detail": "No meta description",
                "fix": "Add a 50-165 character meta description…",
                "id": "meta-description",
                "section": "seo",
                "severity": "critical"
              }
            ],
            "headers": {
              "passed": 4,
              "score": 67,
              "total": 6
            },
            "overall": 68,
            "paid": true,
            "seo": {
              "passed": 7,
              "score": 70,
              "total": 10
            }
          },
          "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": {
                  "url": {
                    "description": "Page URL to audit (required).",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "a11y": {
                    "type": "object"
                  },
                  "findings": {
                    "type": "array"
                  },
                  "headers": {
                    "type": "object"
                  },
                  "overall": {
                    "type": "number"
                  },
                  "seo": {
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "mudko.com",
  "lastUpdated": "2026-09-16T14:09:02.235Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T14:09:02.034Z"
  },
  "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"
  }
}