Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

v1.5.0

Latest

Choose a tag to compare

@robinmordasiewicz robinmordasiewicz released this 08 Feb 22:10
· 70 commits to main since this release

F5 Cloud Status MCP Server v1.5.0

Installation

One-click installation in Claude Desktop:

  1. Download the .mcpb file below
  2. Double-click the file to install
  3. Restart Claude Desktop

Manual installation using npx:

{
  "mcpServers": {
    "f5xc-cloudstatus": {
      "command": "npx",
      "args": ["-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@1.5.0"]
    }
  }
}

Install from GitHub Packages:

npm install @robinmordasiewicz/f5xc-cloudstatus-mcp@1.5.0 --registry=https://npm.pkg.github.com

What's Included

This MCPB bundle includes:

  • Complete F5 Cloud Status MCP server
  • All required dependencies
  • Ready to use - no additional installation needed

Features

  • Real-time F5 Cloud service status monitoring
  • Component health tracking (148+ components)
  • Incident management and tracking
  • Maintenance window information
  • Intelligent caching with TTL
  • Dual data sources (API + web scraper fallback)

Documentation