{
  "x402Version": 2,
  "schemaVersion": "2026-05-09",
  "name": "CobroClaro x402 services",
  "description": "Native x402 paid invoice reminder APIs. Payments settle directly to CobroClaro on Base USDC.",
  "provider": "CobroClaro",
  "homepage": "https://cobroclaro.netlify.app",
  "docsUrl": "https://cobroclaro.netlify.app/x402-cobroclaro-api.html",
  "agentCard": "https://cobroclaro.netlify.app/.well-known/agent-card.json",
  "paymentManifest": "https://cobroclaro.netlify.app/.well-known/pay.json",
  "network": "eip155:8453",
  "chain": "base",
  "currency": "USDC",
  "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
  "facilitatorUrl": "https://facilitator.openx402.ai",
  "services": [
    {
      "id": "cobroclaro-agoragentic-invoice-reminder",
      "name": "CobroClaro Agoragentic invoice reminder",
      "description": "Verified Agoragentic managed x402 endpoint that charges 0.10 USDC and routes paid calls to CobroClaro invoice reminder generation.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://agoragentic.com/api/x402/invoke/420540a0-c501-4fe4-bace-e6c820960cd5",
      "resourceUrl": "https://agoragentic.com/api/x402/invoke/420540a0-c501-4fe4-bace-e6c820960cd5",
      "endpoint_url": "https://agoragentic.com/api/x402/invoke/420540a0-c501-4fe4-bace-e6c820960cd5",
      "method": "POST",
      "input_format": "json",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "invoice",
        "payment-reminder",
        "agoragentic",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xadB33740Ac38c8F6721100Ff813ab91d958670BC",
          "maxAmountRequired": "100000",
          "amount": "0.10",
          "currency": "USDC",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402"
        }
      ],
      "x402": {
        "mode": "managed",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.1,
        "amount_atomic": "100000",
        "payTo": "0xadB33740Ac38c8F6721100Ff813ab91d958670BC",
        "http_method": "POST",
        "facilitator_url": "https://api.cdp.coinbase.com/platform/v2/x402",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      },
      "example_input": {
        "input": {
          "clientName": "Acme Ltd",
          "amount": "EUR 500",
          "daysLate": "14",
          "tone": "firm"
        }
      }
    },
    {
      "id": "cobroclaro-installable-x402-skill",
      "name": "CobroClaro installable x402 skill",
      "description": "Return an installable SKILL.md for agents that want to call CobroClaro invoice-reminder tools.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-skill-md",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-skill-md",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-skill-md",
      "method": "GET",
      "input_format": "none",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "skill-md",
        "mcp",
        "invoice",
        "payment-reminder",
        "agents",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "1000",
          "amount": "0.001",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.001,
        "amount_atomic": "1000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    },
    {
      "id": "cobroclaro-mcp-invoice-reminder-tools",
      "name": "CobroClaro MCP invoice reminder tools",
      "description": "Expose MCP tool discovery for free and execute invoice reminder tools after x402 payment.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/mcp",
      "resourceUrl": "https://cobroclaro.netlify.app/mcp",
      "endpoint_url": "https://cobroclaro.netlify.app/mcp",
      "method": "POST",
      "input_format": "json",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "mcp",
        "tools",
        "invoice",
        "payment-reminder",
        "agents",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "2000",
          "amount": "0.002",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.002,
        "amount_atomic": "2000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "POST",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      },
      "example_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"
          }
        }
      }
    },
    {
      "id": "cobroclaro-url-extractor",
      "name": "CobroClaro paid URL extractor",
      "description": "Extract title, metadata, links, and readable page text from a public URL after x402 settlement.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-url-extractor",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-url-extractor",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-url-extractor",
      "method": "POST",
      "input_format": "json",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "url-extraction",
        "web-scraping",
        "metadata",
        "research",
        "agents",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "2000",
          "amount": "0.002",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.002,
        "amount_atomic": "2000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "POST",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      },
      "example_input": {
        "url": "https://example.com",
        "includeText": true
      }
    },
    {
      "id": "cobroclaro-agent-market-intel",
      "name": "CobroClaro paid agent market intelligence",
      "description": "Return live agent-market earning signals, task safety filters, x402 directory status, and marketplace health checks.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-agent-market-intel",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-agent-market-intel",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-agent-market-intel",
      "method": "GET",
      "input_format": "none",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "agent-market",
        "market-intelligence",
        "x402",
        "tasks",
        "earning",
        "base",
        "usdc"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "2000",
          "amount": "0.002",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.002,
        "amount_atomic": "2000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    },
    {
      "id": "cobroclaro-ohlcv-feed",
      "name": "CobroClaro BTC/ETH OHLCV feed",
      "description": "Return BTC and ETH daily OHLCV candles with source metadata and schema notes for dashboards and agent integration tests.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-ohlcv-feed",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-ohlcv-feed",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-ohlcv-feed",
      "method": "GET",
      "input_format": "query",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "cryptocurrency",
        "ohlcv",
        "btc",
        "eth",
        "market-data",
        "api",
        "trading",
        "fintech",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "10000",
          "amount": "0.01",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.01,
        "amount_atomic": "10000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    },
    {
      "id": "cobroclaro-custom-reminder",
      "name": "CobroClaro custom reminder sequence",
      "description": "Generate friendly, firm, and final overdue-invoice reminders from invoice fields.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
      "method": "POST",
      "input_format": "json",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "invoice",
        "payment-reminder",
        "custom-copy",
        "collections",
        "freelance",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "2000",
          "amount": "0.002",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.002,
        "amount_atomic": "2000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "POST",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      },
      "example_input": {
        "clientName": "Acme Ltd",
        "invoice": "INV-2026-045",
        "amount": "EUR 500",
        "dueDate": "2026-05-01",
        "language": "en"
      }
    },
    {
      "id": "cobroclaro-subject-lines",
      "name": "CobroClaro subject line pack",
      "description": "Return concise overdue-invoice subject lines for payment follow-up workflows.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-subject-lines",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-subject-lines",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-subject-lines",
      "method": "GET",
      "input_format": "none",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "invoice",
        "payment-reminder",
        "subject-lines",
        "collections",
        "freelance",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "1000",
          "amount": "0.001",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.001,
        "amount_atomic": "1000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    },
    {
      "id": "cobroclaro-reminder-sequence",
      "name": "CobroClaro reminder sequence",
      "description": "Return ready-to-use overdue-invoice reminder copy for freelancers and small businesses.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
      "method": "GET",
      "input_format": "none",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "invoice",
        "payment-reminder",
        "collections",
        "freelance",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "10000",
          "amount": "0.01",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.01,
        "amount_atomic": "10000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    }
  ],
  "resources": [
    {
      "id": "cobroclaro-agoragentic-invoice-reminder",
      "name": "CobroClaro Agoragentic invoice reminder",
      "description": "Verified Agoragentic managed x402 endpoint that charges 0.10 USDC and routes paid calls to CobroClaro invoice reminder generation.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://agoragentic.com/api/x402/invoke/420540a0-c501-4fe4-bace-e6c820960cd5",
      "resourceUrl": "https://agoragentic.com/api/x402/invoke/420540a0-c501-4fe4-bace-e6c820960cd5",
      "endpoint_url": "https://agoragentic.com/api/x402/invoke/420540a0-c501-4fe4-bace-e6c820960cd5",
      "method": "POST",
      "input_format": "json",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "invoice",
        "payment-reminder",
        "agoragentic",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xadB33740Ac38c8F6721100Ff813ab91d958670BC",
          "maxAmountRequired": "100000",
          "amount": "0.10",
          "currency": "USDC",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402"
        }
      ],
      "x402": {
        "mode": "managed",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.1,
        "amount_atomic": "100000",
        "payTo": "0xadB33740Ac38c8F6721100Ff813ab91d958670BC",
        "http_method": "POST",
        "facilitator_url": "https://api.cdp.coinbase.com/platform/v2/x402",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      },
      "example_input": {
        "input": {
          "clientName": "Acme Ltd",
          "amount": "EUR 500",
          "daysLate": "14",
          "tone": "firm"
        }
      }
    },
    {
      "id": "cobroclaro-installable-x402-skill",
      "name": "CobroClaro installable x402 skill",
      "description": "Return an installable SKILL.md for agents that want to call CobroClaro invoice-reminder tools.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-skill-md",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-skill-md",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-skill-md",
      "method": "GET",
      "input_format": "none",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "skill-md",
        "mcp",
        "invoice",
        "payment-reminder",
        "agents",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "1000",
          "amount": "0.001",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.001,
        "amount_atomic": "1000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    },
    {
      "id": "cobroclaro-mcp-invoice-reminder-tools",
      "name": "CobroClaro MCP invoice reminder tools",
      "description": "Expose MCP tool discovery for free and execute invoice reminder tools after x402 payment.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/mcp",
      "resourceUrl": "https://cobroclaro.netlify.app/mcp",
      "endpoint_url": "https://cobroclaro.netlify.app/mcp",
      "method": "POST",
      "input_format": "json",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "mcp",
        "tools",
        "invoice",
        "payment-reminder",
        "agents",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "2000",
          "amount": "0.002",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.002,
        "amount_atomic": "2000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "POST",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      },
      "example_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"
          }
        }
      }
    },
    {
      "id": "cobroclaro-url-extractor",
      "name": "CobroClaro paid URL extractor",
      "description": "Extract title, metadata, links, and readable page text from a public URL after x402 settlement.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-url-extractor",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-url-extractor",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-url-extractor",
      "method": "POST",
      "input_format": "json",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "url-extraction",
        "web-scraping",
        "metadata",
        "research",
        "agents",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "2000",
          "amount": "0.002",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.002,
        "amount_atomic": "2000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "POST",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      },
      "example_input": {
        "url": "https://example.com",
        "includeText": true
      }
    },
    {
      "id": "cobroclaro-agent-market-intel",
      "name": "CobroClaro paid agent market intelligence",
      "description": "Return live agent-market earning signals, task safety filters, x402 directory status, and marketplace health checks.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-agent-market-intel",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-agent-market-intel",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-agent-market-intel",
      "method": "GET",
      "input_format": "none",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "agent-market",
        "market-intelligence",
        "x402",
        "tasks",
        "earning",
        "base",
        "usdc"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "2000",
          "amount": "0.002",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.002,
        "amount_atomic": "2000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    },
    {
      "id": "cobroclaro-ohlcv-feed",
      "name": "CobroClaro BTC/ETH OHLCV feed",
      "description": "Return BTC and ETH daily OHLCV candles with source metadata and schema notes for dashboards and agent integration tests.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-ohlcv-feed",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-ohlcv-feed",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-ohlcv-feed",
      "method": "GET",
      "input_format": "query",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "cryptocurrency",
        "ohlcv",
        "btc",
        "eth",
        "market-data",
        "api",
        "trading",
        "fintech",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "10000",
          "amount": "0.01",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.01,
        "amount_atomic": "10000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    },
    {
      "id": "cobroclaro-custom-reminder",
      "name": "CobroClaro custom reminder sequence",
      "description": "Generate friendly, firm, and final overdue-invoice reminders from invoice fields.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
      "method": "POST",
      "input_format": "json",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "invoice",
        "payment-reminder",
        "custom-copy",
        "collections",
        "freelance",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "2000",
          "amount": "0.002",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.002,
        "amount_atomic": "2000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "POST",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      },
      "example_input": {
        "clientName": "Acme Ltd",
        "invoice": "INV-2026-045",
        "amount": "EUR 500",
        "dueDate": "2026-05-01",
        "language": "en"
      }
    },
    {
      "id": "cobroclaro-subject-lines",
      "name": "CobroClaro subject line pack",
      "description": "Return concise overdue-invoice subject lines for payment follow-up workflows.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-subject-lines",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-subject-lines",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-subject-lines",
      "method": "GET",
      "input_format": "none",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "invoice",
        "payment-reminder",
        "subject-lines",
        "collections",
        "freelance",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "1000",
          "amount": "0.001",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.001,
        "amount_atomic": "1000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    },
    {
      "id": "cobroclaro-reminder-sequence",
      "name": "CobroClaro reminder sequence",
      "description": "Return ready-to-use overdue-invoice reminder copy for freelancers and small businesses.",
      "type": "http",
      "category": "business-productivity",
      "resource": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
      "resourceUrl": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
      "endpoint_url": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
      "method": "GET",
      "input_format": "none",
      "output_format": "json",
      "mimeType": "application/json",
      "tags": [
        "invoice",
        "payment-reminder",
        "collections",
        "freelance",
        "base",
        "usdc",
        "x402"
      ],
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
          "maxAmountRequired": "10000",
          "amount": "0.01",
          "currency": "USDC",
          "facilitatorUrl": "https://facilitator.openx402.ai"
        }
      ],
      "x402": {
        "mode": "native",
        "scheme": "exact",
        "network": "eip155:8453",
        "chain": "base",
        "asset": "USDC",
        "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amount_usdc": 0.01,
        "amount_atomic": "10000",
        "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD",
        "http_method": "GET",
        "facilitator_url": "https://facilitator.openx402.ai",
        "payment_header": "PAYMENT-REQUIRED",
        "retry_header": "PAYMENT-SIGNATURE",
        "settlement_header": "PAYMENT-RESPONSE"
      }
    }
  ]
}
