{
  "ok": true,
  "endpoint": {
    "slug": "x402-readiness-check",
    "id": "hosted-endpoint-x402-readiness-check",
    "title": "x402 Readiness Check",
    "description": "Paid public endpoint that inspects a submitted MCP/x402 metadata URL and returns readiness notes, expected discovery URLs, and safe next actions.",
    "status": "active",
    "priceUsd": 0.05,
    "handlerType": "x402_readiness_check",
    "runtime": "managed_builtin_handler",
    "pricingMode": "fixed_price_success_receipt",
    "url": "https://payments.wiselyenterprisesllc.com/tools/x402-readiness-check",
    "method": "POST",
    "tags": [
      "x402",
      "mcp",
      "registry",
      "readiness"
    ],
    "inputSchema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "Public manifest, server.json, MCP metadata, or paid endpoint URL to inspect."
        }
      },
      "required": [
        "url"
      ]
    },
    "outputSchema": {
      "type": "object",
      "additionalProperties": true
    },
    "capabilities": {},
    "createdAt": "2026-05-21T00:00:00.000Z",
    "updatedAt": "2026-05-21T00:00:00.000Z"
  }
}