F5 Cloud Status MCP Server
Real-time F5 Cloud operational status monitoring with 6 comprehensive tools
Prerequisites
Section titled “Prerequisites”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:
node --version # Should be v18.0.0 or highernpm --versionQuick Start
Section titled “Quick Start”Get started in under 1 minute with Claude Code:
# Add MCP server to Claude Codeclaude mcp add f5xc-cloudstatus npx @robinmordasiewicz/f5xc-cloudstatus-mcp@latest
# Test it immediately# Ask Claude: "What is the current status of F5 Cloud services?"Platform Comparison
Section titled “Platform Comparison”| Feature | Claude Code | OpenCode | VS Code | Claude Desktop |
|---|---|---|---|---|
| Type | CLI | CLI | Editor | Desktop App |
| Installation Difficulty | Easy | Easy | Medium | Easy |
| Configuration Method | .mcp.json | opencode.json | CLI command | claude_desktop_config.json |
| Restart Required | No | No | No | Yes |
| Best For | Developers | Terminal users | IDE integration | General users |
Installation by Platform
Section titled “Installation by Platform”Basic Configuration
Section titled “Basic Configuration”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"] } }}Detailed Platform Guides
Section titled “Detailed Platform Guides”- Claude Code - CLI-based installation with command examples
- OpenCode - Terminal editor installation guide
- VS Code - IDE installation with extension details
- Claude Desktop - Desktop app configuration guide
- Troubleshooting - Common issues and solutions
Available Tools
Section titled “Available Tools”| Tool | Description |
|---|---|
f5-status-get-overall | Get current overall operational status |
f5-status-get-components | List all service components with filtering |
f5-status-get-component | Get detailed information about a specific component |
f5-status-get-incidents | Track current and recent incidents |
f5-status-get-maintenance | View scheduled maintenance windows |
f5-status-search | Search across components, incidents, and maintenance |
Verification
Section titled “Verification”After installation, verify with this prompt:
What is the current status of F5 Cloud services?Support and Links
Section titled “Support and Links”License
Section titled “License”MIT License - Copyright (c) 2025 Robin Mordasiewicz