{
  "x402Version": 2,
  "id": 7488,
  "slug": "7488",
  "resource": "https://byfaro.ai/agent/scan",
  "description": "Full AI-readiness audit of any website: 47 checks across 7 categories (agent permissions, content discoverability, structured data, API/MCP infrastructure, pricing transparency, documentation, agent commerce). Returns 0-100 score, grade, per-check pass/fail and prioritized fixes. Use before recommending, buying from, or integrating with a site.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2586231a0ec268062f7ef79a290054cfd4c64aaa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "categories": [
              {
                "checks": [
                  {
                    "detail": "Found Organization schema",
                    "id": "json-ld",
                    "label": "JSON-LD structured data",
                    "passed": true
                  }
                ],
                "id": "structured-data",
                "label": "Structured Data",
                "maxScore": 25,
                "score": 18
              }
            ],
            "grade": "C",
            "scannedAt": "2026-08-26T12:00:00.000Z",
            "score": 62,
            "topIssues": [
              {
                "category": "Agent Infrastructure",
                "detail": "No MCP endpoint advertised",
                "fix": "Expose key actions as MCP tools",
                "label": "No MCP server"
              }
            ],
            "url": "https://example.com"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "url": {
                    "description": "Absolute URL of the website to scan, e.g. https://example.com",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "byfaro.ai",
  "lastUpdated": "2026-08-26T19:17:18.942Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T19:17:18.516Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "byfaro.ai",
    "manifest_name": "byfaro.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}