{
  "protocolVersion": "0.3.0",
  "name": "WPCloudLab",
  "description": "Public informational agent for WPCloudLab, a done-for-you WordPress webcare service. Answers questions about plans and pricing (with billing-exact volume-discounted quotes), the service itself, and points to machine-readable resources (MCP server, llms.txt, Markdown content negotiation). Deterministic responder — no authentication required.",
  "url": "https://wpcloudlab.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://wpcloudlab.com/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "Belov Digital Agency (BLV Group)",
    "url": "https://wpcloudlab.com"
  },
  "documentationUrl": "https://wpcloudlab.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "pricing-quote",
      "name": "Pricing quote",
      "description": "Ask for a price, e.g. 'quote for 25 sites on standard' — returns the exact monthly total using the same volume-discount ladder as billing (−5% at 2 sites to −60% at 200).",
      "tags": ["pricing", "wordpress", "maintenance"],
      "examples": [
        "How much for 10 WordPress sites on the extended plan?",
        "Pricing for 3 sites, economy"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "service-info",
      "name": "Service information",
      "description": "What WPCloudLab does: updates with visual before/after review, byte-verified backups with weekly restore drills, uptime monitoring, broken links, client reports, non-WordPress monitoring — plus machine-readable entry points.",
      "tags": ["wordpress", "webcare", "maintenance", "monitoring"],
      "examples": ["What is WPCloudLab?", "Do you handle non-WordPress sites?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
