{
  "gateway": "Facio MCP Gateway",
  "version": "1.0.0",
  "description": "Machine-accessible gateway for discovering, configuring, and operating Facio environments through governed MCP services.",
  "registry_url": "https://mcp.facio.io/.well-known/facio-mcp.json",
  "services": [
    {
      "id": "discovery",
      "name": "Facio Discovery MCP",
      "status": "open",
      "access": "public",
      "information_url": "https://mcp.facio.io/discovery"
    },
    {
      "id": "config",
      "name": "Facio Config MCP",
      "status": "authenticated",
      "access": "free_account",
      "information_url": "https://mcp.facio.io/config"
    },
    {
      "id": "operations",
      "name": "Facio Operations MCP",
      "status": "restricted",
      "access": "paid_tenant",
      "information_url": "https://mcp.facio.io/operations"
    }
  ],
  "note": "This endpoint describes the Facio MCP service surface. Protocol transport endpoints are exposed per service as they become available."
}