{
  "schemaVersion": "2026-05-09",
  "name": "CobroClaro",
  "url": "https://cobroclaro.netlify.app",
  "productUrl": "https://cobroclaro.netlify.app/cobroclaro-product.html",
  "checkoutUrl": "https://cobroclaro.netlify.app/#price",
  "agentCheckoutUrl": "https://cobroclaro.netlify.app/api/create-agent-checkout",
  "tipCheckoutUrl": "https://cobroclaro.netlify.app/api/create-tip-checkout",
  "paidApiUrl": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
  "paidCustomReminderUrl": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
  "paidSubjectLinesUrl": "https://cobroclaro.netlify.app/api/paid-subject-lines",
  "x402ApiPageUrl": "https://cobroclaro.netlify.app/x402-cobroclaro-api.html",
  "supportUrl": "https://cobroclaro.netlify.app/support-cobroclaro.html",
  "productFeedUrl": "https://cobroclaro.netlify.app/product-feed.json",
  "openApiUrl": "https://cobroclaro.netlify.app/openapi.json",
  "revenueStatusUrl": "https://cobroclaro.netlify.app/api/revenue-status",
  "offer": {
    "name": "CobroClaro editable payment reminder kit",
    "price": "0.25",
    "priceCurrency": "EUR",
    "delivery": "Automatic ZIP download after on-chain payment verification",
    "includes": [
      "Friendly, firm and final payment reminders",
      "7, 14 and 30 day collection sequence",
      "English, Spanish and bilingual templates",
      "TXT, HTML, DOC and PDF files"
    ]
  },
  "checkoutApi": {
    "createAgentCheckout": "https://cobroclaro.netlify.app/api/create-agent-checkout",
    "createTipCheckout": "https://cobroclaro.netlify.app/api/create-tip-checkout",
    "paidCustomReminder": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
    "paidAgentMarketIntel": "https://cobroclaro.netlify.app/api/paid-agent-market-intel",
    "paidOhlcvFeed": "https://cobroclaro.netlify.app/api/paid-ohlcv-feed",
    "paidUrlExtractor": "https://cobroclaro.netlify.app/api/paid-url-extractor",
    "paidReminderSequence": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
    "paidSubjectLines": "https://cobroclaro.netlify.app/api/paid-subject-lines",
    "paidSkillMd": "https://cobroclaro.netlify.app/api/paid-skill-md",
    "paidMcpTools": "https://cobroclaro.netlify.app/mcp",
    "clawgigX402Hire": "https://cobroclaro.netlify.app/api/clawgig-direct-hire",
    "clawgigX402Quote": "https://cobroclaro.netlify.app/api/clawgig-direct-hire?task=Generate%20invoice%20reminder%20sequence&budget_usdc=1",
    "revenueStatus": "https://cobroclaro.netlify.app/api/revenue-status",
    "recommendedRail": "base-usdc",
    "verifyAfterPayment": true
  },
  "paidApis": [
    {
      "endpoint": "https://cobroclaro.netlify.app/api/paid-skill-md",
      "method": "GET",
      "protocol": "x402",
      "facilitatorUrl": "https://facilitator.openx402.ai",
      "price": "0.001",
      "priceCurrency": "USDC",
      "network": "Base mainnet",
      "networkId": "eip155:8453",
      "httpStatusWhenLocked": 402,
      "paymentHeader": "PAYMENT-REQUIRED",
      "retryHeader": "PAYMENT-SIGNATURE",
      "settlementHeader": "PAYMENT-RESPONSE",
      "unlock": "Use an x402 client to sign and retry with PAYMENT-SIGNATURE; returns installable SKILL.md markdown."
    },
    {
      "endpoint": "https://cobroclaro.netlify.app/mcp",
      "method": "POST",
      "protocol": "x402",
      "facilitatorUrl": "https://facilitator.openx402.ai",
      "price": "0.002",
      "priceCurrency": "USDC",
      "network": "Base mainnet",
      "networkId": "eip155:8453",
      "httpStatusWhenLocked": 402,
      "paymentHeader": "PAYMENT-REQUIRED",
      "retryHeader": "PAYMENT-SIGNATURE",
      "settlementHeader": "PAYMENT-RESPONSE",
      "input": {
        "jsonrpc": "2.0",
        "id": 1,
        "method": "tools/call",
        "params": {
          "name": "cobroclaro_custom_reminder",
          "arguments": {
            "clientName": "Acme Ltd",
            "invoice": "INV-2026-045",
            "amount": "EUR 500",
            "dueDate": "2026-05-01",
            "language": "en"
          }
        }
      },
      "unlock": "Use an x402 client to sign and retry the MCP tools/call request with PAYMENT-SIGNATURE; initialize and tools/list are free."
    },
    {
      "endpoint": "https://cobroclaro.netlify.app/api/paid-url-extractor",
      "method": "POST",
      "protocol": "x402",
      "facilitatorUrl": "https://facilitator.openx402.ai",
      "price": "0.002",
      "priceCurrency": "USDC",
      "network": "Base mainnet",
      "networkId": "eip155:8453",
      "httpStatusWhenLocked": 402,
      "paymentHeader": "PAYMENT-REQUIRED",
      "retryHeader": "PAYMENT-SIGNATURE",
      "settlementHeader": "PAYMENT-RESPONSE",
      "input": {
        "url": "https://example.com",
        "includeText": true
      },
      "demoUrl": "https://cobroclaro.netlify.app/api/paid-url-extractor?demo=1",
      "unlock": "Use demo=1 for a free schema sample, or use an x402 client to sign and retry with PAYMENT-SIGNATURE for live title, metadata, links, and page text JSON."
    },
    {
      "endpoint": "https://cobroclaro.netlify.app/api/paid-agent-market-intel",
      "method": "GET",
      "protocol": "x402",
      "facilitatorUrl": "https://facilitator.openx402.ai",
      "price": "0.002",
      "priceCurrency": "USDC",
      "network": "Base mainnet",
      "networkId": "eip155:8453",
      "httpStatusWhenLocked": 402,
      "paymentHeader": "PAYMENT-REQUIRED",
      "retryHeader": "PAYMENT-SIGNATURE",
      "settlementHeader": "PAYMENT-RESPONSE",
      "demoUrl": "https://cobroclaro.netlify.app/api/paid-agent-market-intel?demo=1",
      "unlock": "Use demo=1 for a free schema sample, or use an x402 client to sign and retry with PAYMENT-SIGNATURE for live TaskMarket, x402 directory, and marketplace health intelligence."
    },
    {
      "endpoint": "https://cobroclaro.netlify.app/api/paid-ohlcv-feed",
      "method": "GET",
      "protocol": "x402",
      "facilitatorUrl": "https://facilitator.openx402.ai",
      "price": "0.01",
      "priceCurrency": "USDC",
      "network": "Base mainnet",
      "networkId": "eip155:8453",
      "httpStatusWhenLocked": 402,
      "paymentHeader": "PAYMENT-REQUIRED",
      "retryHeader": "PAYMENT-SIGNATURE",
      "settlementHeader": "PAYMENT-RESPONSE",
      "unlock": "Use demo=1 for a free seven-candle schema sample, or use an x402 client to sign and retry with PAYMENT-SIGNATURE for full BTC/ETH daily OHLCV candles, source metadata, and schema notes."
    },
    {
      "endpoint": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
      "method": "POST",
      "protocol": "x402",
      "facilitatorUrl": "https://facilitator.openx402.ai",
      "price": "0.002",
      "priceCurrency": "USDC",
      "network": "Base mainnet",
      "networkId": "eip155:8453",
      "httpStatusWhenLocked": 402,
      "paymentHeader": "PAYMENT-REQUIRED",
      "retryHeader": "PAYMENT-SIGNATURE",
      "settlementHeader": "PAYMENT-RESPONSE",
      "input": {
        "clientName": "Acme Ltd",
        "invoice": "INV-2026-045",
        "amount": "EUR 500",
        "dueDate": "2026-05-01",
        "language": "en"
      },
      "demoUrl": "https://cobroclaro.netlify.app/api/paid-custom-reminder?demo=1",
      "unlock": "Use demo=1 for a free schema sample, or use an x402 client to sign and retry with PAYMENT-SIGNATURE; the server verifies and settles through OpenX402."
    },
    {
      "endpoint": "https://cobroclaro.netlify.app/api/paid-subject-lines",
      "method": "GET",
      "protocol": "x402",
      "facilitatorUrl": "https://facilitator.openx402.ai",
      "price": "0.001",
      "priceCurrency": "USDC",
      "network": "Base mainnet",
      "networkId": "eip155:8453",
      "httpStatusWhenLocked": 402,
      "paymentHeader": "PAYMENT-REQUIRED",
      "retryHeader": "PAYMENT-SIGNATURE",
      "settlementHeader": "PAYMENT-RESPONSE",
      "demoUrl": "https://cobroclaro.netlify.app/api/paid-subject-lines?demo=1",
      "unlock": "Use demo=1 for a free three-line schema sample, or use an x402 client to sign and retry with PAYMENT-SIGNATURE; the server verifies and settles through OpenX402."
    },
    {
      "endpoint": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
      "method": "GET",
      "protocol": "x402",
      "facilitatorUrl": "https://facilitator.openx402.ai",
      "price": "0.01",
      "priceCurrency": "USDC",
      "network": "Base mainnet",
      "networkId": "eip155:8453",
      "httpStatusWhenLocked": 402,
      "paymentHeader": "PAYMENT-REQUIRED",
      "retryHeader": "PAYMENT-SIGNATURE",
      "settlementHeader": "PAYMENT-RESPONSE",
      "demoUrl": "https://cobroclaro.netlify.app/api/paid-reminder-sequence?demo=1",
      "unlock": "Use demo=1 for a free one-step schema sample, or use an x402 client to sign and retry with PAYMENT-SIGNATURE; the server verifies and settles through OpenX402."
    }
  ],
  "tips": [
    {
      "rail": "Base USDC",
      "amount": "0.01",
      "currency": "USDC",
      "network": "Base mainnet",
      "address": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
      "tokenContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "walletUri": "ethereum:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913@8453/transfer?address=0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD&uint256=10000"
    },
    {
      "rail": "Base ETH",
      "amount": "0.000025",
      "currency": "ETH",
      "network": "Base mainnet",
      "address": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
      "walletUri": "ethereum:0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD@8453?value=25000000000000"
    },
    {
      "rail": "Solana USDC",
      "amount": "0.01",
      "currency": "USDC",
      "network": "Solana mainnet",
      "address": "8PPgu9NuGVAeWjyMGYoSn17PdnCgtSbDHzHRyHVFAxtu",
      "tokenMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "walletUri": "solana:8PPgu9NuGVAeWjyMGYoSn17PdnCgtSbDHzHRyHVFAxtu?amount=0.01&spl-token=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v&label=CobroClaro&message=Thanks"
    },
    {
      "rail": "Bitcoin",
      "amount": "0.00000100",
      "currency": "BTC",
      "network": "Bitcoin mainnet",
      "address": "18QYEHQpQNmGq5MQEmTghNDpFanyf5v9P3",
      "walletUri": "bitcoin:18QYEHQpQNmGq5MQEmTghNDpFanyf5v9P3?amount=0.00000100"
    }
  ]
}
