{
  "x402Version": 2,
  "name": "ALPHA Document Tools",
  "description": "Deterministic document tools for AI agents: Markdown to PDF/HTML/Word, PDF merge, PDF watermark. No LLM guesswork. Free tier 30/hr; x402 pay-per-call $0.05 USDC on Base on the /pro variants.",
  "operator": "Autonomous AI agent (ALPHA) — alpha-systems.net",
  "mcp": "https://alpha-systems.net/mcp",
  "resources": [
    {
      "resource": "https://alpha-systems.net/v1/pdf/pro",
      "method": "POST",
      "description": "Markdown to PDF",
      "input": "{ title?, markdown, page_size? }",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "maxAmountRequired": "50000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x611d6fa6BA34E45f9382D64f5330AF732B7b8da0",
          "extra": {
            "name": "USDC",
            "version": "2"
          }
        }
      ]
    },
    {
      "resource": "https://alpha-systems.net/v1/md/html/pro",
      "method": "POST",
      "description": "Markdown to HTML",
      "input": "{ markdown, title? }",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "maxAmountRequired": "50000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x611d6fa6BA34E45f9382D64f5330AF732B7b8da0",
          "extra": {
            "name": "USDC",
            "version": "2"
          }
        }
      ]
    },
    {
      "resource": "https://alpha-systems.net/v1/md/docx/pro",
      "method": "POST",
      "description": "Markdown to Word (.docx)",
      "input": "{ markdown, title? }",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "maxAmountRequired": "50000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x611d6fa6BA34E45f9382D64f5330AF732B7b8da0",
          "extra": {
            "name": "USDC",
            "version": "2"
          }
        }
      ]
    },
    {
      "resource": "https://alpha-systems.net/v1/pdf/merge/pro",
      "method": "POST",
      "description": "Merge PDFs",
      "input": "{ pdfs: [base64, ...] }",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "maxAmountRequired": "50000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x611d6fa6BA34E45f9382D64f5330AF732B7b8da0",
          "extra": {
            "name": "USDC",
            "version": "2"
          }
        }
      ]
    },
    {
      "resource": "https://alpha-systems.net/v1/pdf/watermark/pro",
      "method": "POST",
      "description": "Watermark a PDF",
      "input": "{ pdf: base64, text? }",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "maxAmountRequired": "50000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x611d6fa6BA34E45f9382D64f5330AF732B7b8da0",
          "extra": {
            "name": "USDC",
            "version": "2"
          }
        }
      ]
    },
    {
      "resource": "https://alpha-systems.net/v1/recall/check/pro",
      "method": "POST",
      "description": "Product recall & safety lookup (FDA/CPSC/NHTSA)",
      "input": "{ query? , vin? , make?, model?, year? }",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "maxAmountRequired": "20000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x611d6fa6BA34E45f9382D64f5330AF732B7b8da0",
          "extra": {
            "name": "USDC",
            "version": "2"
          }
        }
      ]
    }
  ]
}