MCP Gateway
ApiMcp servers

Check all servers health

Check health of all MCP servers and update their statuses. Returns aggregated results with counts by status.

POST
/api/v1/servers/health/all

Response Body

application/json

curl -X POST "https://loading/api/v1/servers/health/all"
{
  "results": [
    {
      "server_id": "820efca4-4a15-4ab7-82fc-9e76f6d61325",
      "server_name": "string",
      "previous_status": "pending",
      "current_status": "pending",
      "message": "string",
      "checked_at": "2019-08-24T14:15:22Z"
    }
  ],
  "total_checked": 0,
  "running": 0,
  "stopped": 0,
  "error": 0
}