{
  "protocol": {
    "name": "acp",
    "version": "1.0.0"
  },
  "api_base_url": "https://www.llms-text.com/api",
  "transports": [
    {
      "type": "https",
      "url": "https://www.llms-text.com/api"
    },
    {
      "type": "mcp",
      "url": "https://www.llms-text.com/api/mcp"
    }
  ],
  "supported_transports": [
    "https",
    "mcp"
  ],
  "capabilities": {
    "services": [
      {
        "name": "generate_llms_full_txt",
        "description": "Deep-crawl website content index generation service for AI agents",
        "price_usd": 9,
        "currency": "USD",
        "payment_methods": [
          "stripe",
          "card",
          "x402"
        ]
      }
    ]
  }
}