Skip to content

F5 Cloud Status MCP Server

Real-time F5 Cloud operational status monitoring with 6 comprehensive tools

All platforms require:

  • Node.js: Version 18.0.0 or higher
  • npm: Included with Node.js
  • Internet connection: Required for API access and package downloads

Check your Node.js version:

Terminal window
node --version # Should be v18.0.0 or higher
npm --version

Get started in under 1 minute with Claude Code:

Terminal window
# Add MCP server to Claude Code
claude mcp add f5xc-cloudstatus npx @robinmordasiewicz/f5xc-cloudstatus-mcp@latest
# Test it immediately
# Ask Claude: "What is the current status of F5 Cloud services?"
FeatureClaude CodeOpenCodeVS CodeClaude Desktop
TypeCLICLIEditorDesktop App
Installation DifficultyEasyEasyMediumEasy
Configuration Method.mcp.jsonopencode.jsonCLI commandclaude_desktop_config.json
Restart RequiredNoNoNoYes
Best ForDevelopersTerminal usersIDE integrationGeneral users

The MCP server is added via a JSON configuration in your platform’s config file:

{
"mcpServers": {
"f5xc-cloudstatus": {
"command": "npx",
"args": ["-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]
}
}
}
ToolDescription
f5-status-get-overallGet current overall operational status
f5-status-get-componentsList all service components with filtering
f5-status-get-componentGet detailed information about a specific component
f5-status-get-incidentsTrack current and recent incidents
f5-status-get-maintenanceView scheduled maintenance windows
f5-status-searchSearch across components, incidents, and maintenance

After installation, verify with this prompt:

What is the current status of F5 Cloud services?

MIT License - Copyright (c) 2025 Robin Mordasiewicz