[
  {
    "url": "https://pictureperfectprojects321.com",
    "score": 100,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.json → valid JSON"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "exists but missing payment/checkout keys"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json makes no x402/SPT/MPP claims"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/api/v1/orders → 200 (fulfillment endpoint exists)"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:04:27Z"
  },
  {
    "url": "https://agentic-evidence.fly.dev",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:04:14Z"
  },
  {
    "url": "https://8bitconcepts.com",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:02Z"
  },
  {
    "url": "https://geo-agent.fly.dev",
    "score": 105,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:02Z"
  },
  {
    "url": "https://agentprobe.fly.dev",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:00Z"
  },
  {
    "url": "https://nothumansearch.ai",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 400 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:04:23Z"
  },
  {
    "url": "https://bringyour.ai",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares checkout"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 400 (accepts requests)"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 400 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims are appropriately scoped"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:00Z"
  },
  {
    "url": "https://pictureperfectprojects321.com",
    "score": 100,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.json → valid JSON"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "exists but missing payment/checkout keys"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json makes no x402/SPT/MPP claims"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/api/v1/orders → 200 (fulfillment endpoint exists)"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:04:27Z"
  },
  {
    "url": "https://agentic-evidence.fly.dev",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:04:14Z"
  },
  {
    "url": "https://8bitconcepts.com",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:02Z"
  },
  {
    "url": "https://geo-agent.fly.dev",
    "score": 105,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:02Z"
  },
  {
    "url": "https://agentprobe.fly.dev",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:00Z"
  },
  {
    "url": "https://nothumansearch.ai",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 400 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:04:23Z"
  },
  {
    "url": "https://bringyour.ai",
    "score": 110,
    "maxScore": 110,
    "grade": "CERTIFIED",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares checkout"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 400 (accepts requests)"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 400 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims are appropriately scoped"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:00Z"
  },
  {
    "url": "https://nickzaleski.com",
    "score": 5,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/llms.txt → 404"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no payment rail declaration found"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-07-30T08:50:08Z"
  },
  {
    "url": "https://alconost.com",
    "score": 20,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T15:38:46Z"
  },
  {
    "url": "https://nitrotranslate.com",
    "score": 52,
    "maxScore": 110,
    "grade": "PARTIAL",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 302"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares payment_rails"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 2,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has partial metadata"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims are appropriately scoped"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T10:09:36Z"
  },
  {
    "url": "https://example.com",
    "score": 5,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/llms.txt → 404"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no payment rail declaration found"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T06:05:01Z"
  },
  {
    "url": "https://digikala.com",
    "score": 27,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → not parseable"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → not parseable"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "not valid JSON"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no payment rail declaration found"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 2,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has partial metadata"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json makes no x402/SPT/MPP claims"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T08:44:47Z"
  },
  {
    "url": "https://www.geomagworld.com",
    "score": 20,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T07:52:24Z"
  },
  {
    "url": "https://www.zeepup.com",
    "score": 20,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 400"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 400"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 400"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T17:18:34Z"
  },
  {
    "url": "https://thecolony.cc",
    "score": 35,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 406"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/agent.json makes no x402/SPT/MPP claims"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T13:50:10Z"
  },
  {
    "url": "https://memory.sylex.ai",
    "score": 17,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no payment rail declaration found"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 2,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/agent.json has partial metadata"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/agent.json makes no x402/SPT/MPP claims"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T18:49:41Z"
  },
  {
    "url": "https://www.mercadolibre.com.pe",
    "score": 5,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/llms.txt → 404"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no payment rail declaration found"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T13:53:58Z"
  },
  {
    "url": "https://shopify.com",
    "score": 20,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T17:50:29Z"
  },
  {
    "url": "https://hydrogen.shop",
    "score": 10,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/llms.txt → 404"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-08T18:45:53Z"
  },
  {
    "url": "https://shopitekdemo.myshopify.com",
    "score": 20,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-08T19:21:34Z"
  },
  {
    "url": "https://holyclothing.com",
    "score": 20,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-08T01:26:48Z"
  },
  {
    "url": "https://ulta.com",
    "score": 50,
    "maxScore": 110,
    "grade": "PARTIAL",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → not parseable"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/quote → 200"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no payment rail declaration found"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/api/v1/orders → 200 (fulfillment endpoint exists)"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T20:09:51Z"
  },
  {
    "url": "https://stripe.com",
    "score": 20,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-07T13:30:45Z"
  },
  {
    "url": "https://cursor.sh",
    "score": 20,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-08T18:53:45Z"
  },
  {
    "url": "https://gumroad.com",
    "score": 25,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/mcp → 200"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no payment rail declaration found"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T00:54:16Z"
  },
  {
    "url": "https://lemonsqueezy.com",
    "score": 10,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/llms.txt → 404"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-09T02:54:29Z"
  },
  {
    "url": "https://replicate.com",
    "score": 15,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 404"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 404"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 404"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no payment rail declaration found"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-07T13:16:21Z"
  },
  {
    "url": "https://huggingface.co",
    "score": 10,
    "maxScore": 110,
    "grade": "NOT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/llms.txt → 404"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/openapi.yaml → 404"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/ai-plugin.json → 401"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 405"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/.well-known/commerce.json → 401"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "no catalog at /api/v1/catalog or /api/v1/products"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 404"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/checkout → 404"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 5,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt mentions payment (partial)"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no refund/contact metadata found"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no unsupported-rail declaration found in commerce.json or agent.json"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "no novel payment rail claims detected"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 0,
        "maxPoints": 5,
        "passed": false,
        "detail": "no fulfillment/delivery metadata or endpoint found"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-07T16:06:54Z"
  },
  {
    "url": "https://aidevboard.com",
    "score": 90,
    "maxScore": 110,
    "grade": "AGENT_READY",
    "probes": [
      {
        "id": "llms_txt",
        "name": "llms.txt (/llms.txt or /.well-known/llms.txt)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/llms.txt → 200"
      },
      {
        "id": "openapi_spec",
        "name": "OpenAPI spec (/openapi.yaml or /openapi.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/openapi.yaml → valid YAML"
      },
      {
        "id": "ai_plugin",
        "name": "AI plugin manifest (/.well-known/ai-plugin.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json → valid JSON"
      },
      {
        "id": "mcp_endpoint",
        "name": "MCP endpoint (/mcp)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/mcp → 405"
      },
      {
        "id": "commerce_json",
        "name": "Commerce manifest (/.well-known/commerce.json)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "declares agentic_payments.supported_modes"
      },
      {
        "id": "catalog_api",
        "name": "Machine-readable catalog (/api/v1/catalog or /api/v1/products)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/catalog → JSON object"
      },
      {
        "id": "quote_api",
        "name": "Quote endpoint (/api/v1/quote)",
        "points": 0,
        "maxPoints": 10,
        "passed": false,
        "detail": "/api/v1/quote → 410"
      },
      {
        "id": "checkout_api",
        "name": "Checkout endpoint (/api/v1/checkout)",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/api/v1/checkout → 200 (exists)"
      },
      {
        "id": "payment_rail_declaration",
        "name": "Explicit payment rail declaration",
        "points": 10,
        "maxPoints": 10,
        "passed": true,
        "detail": "/.well-known/commerce.json declares payment rails"
      },
      {
        "id": "refund_contact",
        "name": "Refund policy + contact metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/ai-plugin.json has contact + refund info"
      },
      {
        "id": "unsupported_rail_declaration",
        "name": "Explicit unsupported-rail declaration",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json explicitly declares unsupported payment modes"
      },
      {
        "id": "no_fake_claims",
        "name": "No unsubstantiated x402/SPT/MPP claims",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json novel rail claims correctly marked unsupported or preview"
      },
      {
        "id": "fulfillment_proof",
        "name": "Post-payment fulfillment/delivery metadata",
        "points": 5,
        "maxPoints": 5,
        "passed": true,
        "detail": "/.well-known/commerce.json declares fulfillment/delivery endpoint"
      }
    ],
    "probeVersion": "0.3.1",
    "probedAt": "2026-08-10T03:03:00Z"
  }
]
