We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robinmordasiewicz/f5xc-cloudstatus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"page": {
"id": "test-page-id",
"name": "F5 Distributed Cloud Services",
"url": "https://www.f5cloudstatus.com",
"time_zone": "America/Los_Angeles",
"updated_at": "2026-01-09T10:30:00.000Z"
},
"incidents": [
{
"id": "incident-1",
"name": "XC Observability Metrics Delays",
"status": "monitoring",
"created_at": "2026-01-03T08:00:00.000Z",
"updated_at": "2026-01-09T10:00:00.000Z",
"monitoring_at": "2026-01-09T09:30:00.000Z",
"resolved_at": null,
"impact": "minor",
"shortlink": "https://status.f5.com/incidents/incident-1",
"started_at": "2026-01-03T08:00:00.000Z",
"page_id": "test-page-id",
"incident_updates": [
{
"id": "update-1",
"status": "investigating",
"body": "We are investigating reports of delayed metrics collection",
"incident_id": "incident-1",
"created_at": "2026-01-03T08:00:00.000Z",
"updated_at": "2026-01-03T08:00:00.000Z",
"display_at": "2026-01-03T08:00:00.000Z",
"affected_components": [
{
"code": "component-2",
"name": "XC Observability - Metrics",
"old_status": "operational",
"new_status": "degraded_performance"
}
],
"deliver_notifications": true,
"custom_tweet": null,
"tweet_id": null
},
{
"id": "update-2",
"status": "identified",
"body": "Issue identified in metrics processing pipeline",
"incident_id": "incident-1",
"created_at": "2026-01-07T09:00:00.000Z",
"updated_at": "2026-01-07T09:00:00.000Z",
"display_at": "2026-01-07T09:00:00.000Z",
"affected_components": null,
"deliver_notifications": true,
"custom_tweet": null,
"tweet_id": null
},
{
"id": "update-3",
"status": "monitoring",
"body": "Fix deployed, monitoring for stability",
"incident_id": "incident-1",
"created_at": "2026-01-09T10:00:00.000Z",
"updated_at": "2026-01-09T10:00:00.000Z",
"display_at": "2026-01-09T10:00:00.000Z",
"affected_components": null,
"deliver_notifications": true,
"custom_tweet": null,
"tweet_id": null
}
],
"components": [
{
"id": "component-2",
"name": "XC Observability - Metrics",
"status": "degraded_performance",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2026-01-09T10:30:00.000Z",
"position": 2,
"description": "Metrics collection and processing service",
"showcase": true,
"start_date": null,
"group_id": "group-1",
"group": false,
"only_show_if_degraded": false
}
]
},
{
"id": "incident-2",
"name": "API Gateway Timeout Issues",
"status": "resolved",
"created_at": "2026-01-02T14:00:00.000Z",
"updated_at": "2026-01-02T14:45:00.000Z",
"monitoring_at": "2026-01-02T14:30:00.000Z",
"resolved_at": "2026-01-02T14:45:00.000Z",
"impact": "minor",
"shortlink": "https://status.f5.com/incidents/incident-2",
"started_at": "2026-01-02T14:00:00.000Z",
"page_id": "test-page-id",
"incident_updates": [
{
"id": "update-4",
"status": "resolved",
"body": "All systems operational, issue fully resolved",
"incident_id": "incident-2",
"created_at": "2026-01-02T14:45:00.000Z",
"updated_at": "2026-01-02T14:45:00.000Z",
"display_at": "2026-01-02T14:45:00.000Z",
"affected_components": [
{
"code": "component-1",
"name": "Distributed Cloud Services - API Gateway",
"old_status": "degraded_performance",
"new_status": "operational"
}
],
"deliver_notifications": true,
"custom_tweet": null,
"tweet_id": null
}
],
"components": []
}
]
}