{
  "status": "degraded",
  "server": "ai4ca-mcp-server",
  "version": "0.1.0",
  "timestamp": "2026-05-03T17:37:15.854Z",
  "mcp": {
    "protocolVersion": "2025-06-18",
    "endpoint": "https://mcp.ai4ca.in/mcp"
  },
  "summary": {
    "toolsTotal": 10,
    "toolsOk": 9,
    "toolsDegraded": 1,
    "toolsDown": 0,
    "workflowsTotal": 8,
    "workflowsOk": 7
  },
  "tools": [
    {
      "name": "list_workflow_templates",
      "status": "ok",
      "requiresAuth": false
    },
    {
      "name": "create_workflow_instance",
      "status": "degraded",
      "requiresAuth": true,
      "note": "Most templates work fine. TDS Quarterly (template_id=tds_quarterly) currently returns 404 — see workflows[].tds_quarterly below."
    },
    {
      "name": "get_workflow_status",
      "status": "ok",
      "requiresAuth": true
    },
    {
      "name": "complete_node",
      "status": "ok",
      "requiresAuth": true
    },
    {
      "name": "list_clients",
      "status": "ok",
      "requiresAuth": true
    },
    {
      "name": "add_client",
      "status": "ok",
      "requiresAuth": true
    },
    {
      "name": "send_whatsapp_reminder",
      "status": "ok",
      "requiresAuth": true
    },
    {
      "name": "generate_compliance_post",
      "status": "ok",
      "requiresAuth": true
    },
    {
      "name": "build_ca_website",
      "status": "ok",
      "requiresAuth": true
    },
    {
      "name": "check_icai_compliance",
      "status": "ok",
      "requiresAuth": false
    }
  ],
  "workflows": [
    {
      "id": "gstr1",
      "status": "ok"
    },
    {
      "id": "gstr3b",
      "status": "ok"
    },
    {
      "id": "gst_annual",
      "status": "ok"
    },
    {
      "id": "itr_individual",
      "status": "ok"
    },
    {
      "id": "itr_company",
      "status": "ok"
    },
    {
      "id": "tds_quarterly",
      "status": "migrating",
      "note": "TDS quarterly workflow temporarily 404. The 26AS traces fetch endpoint changed format on the GST/IT portal side; we are migrating the backing integration. Expected resolution within 7 days. Existing TDS instances created before this date are unaffected; only NEW instance creation fails."
    },
    {
      "id": "roc_mgt7",
      "status": "ok"
    },
    {
      "id": "advisory",
      "status": "ok"
    }
  ],
  "discovery": {
    "serverCard": "https://ai4ca.in/.well-known/mcp/server-card.json",
    "agentSkills": "https://ai4ca.in/.well-known/agent-skills/index.json",
    "apiCatalog": "https://ai4ca.in/.well-known/api-catalog",
    "llmsTxt": "https://ai4ca.in/llms.txt"
  },
  "support": "support@ai4ca.in",
  "recommendedPollInterval": "15m"
}