{
  "schema_version": "2026-07-07",
  "name": "Asterionyx MCP Runtime Status",
  "status": "source_ready_not_deployed",
  "runtime_server_supported": false,
  "canonical": "https://asterionyx.com/.well-known/mcp/runtime-status.json",
  "protocol_matrix": "https://asterionyx.com/.well-known/agent-protocols.json",
  "mcp_server_card": "https://asterionyx.com/.well-known/mcp.json",
  "protocol": {
    "name": "model-context-protocol",
    "version": "2025-06-18",
    "transport": "streamable_http"
  },
  "production": {
    "url": "https://api.a.eus/mcp",
    "advertised": false,
    "status": "not_live",
    "last_checked": "2026-07-07",
    "blocking_condition": "Production API TLS/runtime path is not verified for MCP clients. Do not advertise a production MCP server until POST /mcp passes from the public internet."
  },
  "staging": {
    "url": "https://api.staging.asterionyx.com/mcp",
    "advertised": false,
    "status": "verified_private_staging",
    "last_checked": "2026-07-07",
    "access": "private staging; HTTP basic-auth guarded",
    "server_info": {
      "name": "asterionyx-public-docs",
      "title": "Asterionyx Public Docs MCP",
      "version": "2026-07-07"
    }
  },
  "public_scope": {
    "authentication": "none for public read-only docs/API metadata once deployed",
    "resources": [
      "asterionyx://public/agent-guide",
      "asterionyx://public/api-catalog",
      "asterionyx://public/model-aliases"
    ],
    "tools": ["get_agent_guidance", "list_model_aliases", "get_public_api_catalog"],
    "limitations": [
      "No customer account data.",
      "No credential retrieval.",
      "No admin operations.",
      "No payment or checkout operations.",
      "No model routing or provider inspection."
    ]
  },
  "deployment_required": [
    "Deploy the backend API application containing backend/app/modules/mcp/router.py to production.",
    "Fix and verify production API TLS for https://api.a.eus.",
    "Verify production POST /mcp initialize, resources/list, resources/read, tools/list, and tools/call.",
    "Update /.well-known/mcp.json, /.well-known/mcp/server-card.json, /.well-known/agent-protocols.json, and this status card to live_supported only after production verification passes."
  ],
  "safe_alternatives": {
    "llms": "https://asterionyx.com/llms.txt",
    "full_guide": "https://asterionyx.com/llms-full.txt",
    "api_catalog": "https://asterionyx.com/.well-known/api-catalog.json",
    "agent_skills": "https://asterionyx.com/.well-known/agent-skills.json"
  }
}
