Skip to main content
Glama
robinmordasiewicz

F5 Cloud Status MCP Server

F5 Cloud Status MCP-Server

MCP-Server zur Überwachung des Status, der Komponenten, Vorfälle und Wartungsarbeiten von F5 Distributed Cloud-Diensten.

Installation

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

Speicherorte der Konfigurationsdatei:

  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) | %APPDATA%\Claude\claude_desktop_config.json (Windows)

  • Claude Code: claude mcp add f5xc-cloudstatus npx @robinmordasiewicz/f5xc-cloudstatus-mcp@latest

  • VS Code: code --add-mcp '{"name":"f5xc-cloudstatus","command":"npx","args":["@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]}'

  • Cursor: .cursor/mcp.json

  • Windsurf: Plugins → Suche nach "F5 Cloud Status" → Installieren

Related MCP server: F5 MCP Server

Tools

Tool

Beschreibung

f5-status-get-overall

Aktueller Gesamtstatus

f5-status-get-components

Alle Servicekomponenten mit Status

f5-status-get-component

Details zu einer bestimmten Komponente

f5-status-get-incidents

Aktuelle und kürzliche Vorfälle

f5-status-get-maintenance

Geplante Wartungsfenster

f5-status-search

Suche nach Komponenten, Vorfällen, Wartungen

Beispielabfragen

What is the current status of F5 Cloud services?
Are there any active incidents?
Show me components that are degraded
What maintenance is scheduled?
Search for API Gateway

Leistung

Browser-Pooling

Der MCP-Server verwendet Browser-Instanz-Pooling für eine 40-60% schnellere Scraping-Leistung. Browser-Instanzen werden über Vorgänge hinweg wiederverwendet, anstatt jedes Mal neue zu erstellen.

Konfiguration:

  • SCRAPER_POOLING_ENABLED=true - Pooling aktivieren/deaktivieren (Standard: true)

  • SCRAPER_POOLING_MIN_SIZE=1 - Minimale Anzahl an Browsern im Pool (Standard: 1)

  • SCRAPER_POOLING_MAX_SIZE=3 - Maximale Anzahl an Browsern im Pool (Standard: 3)

  • SCRAPER_POOLING_IDLE_TIMEOUT=60000 - Inaktive Browser nach ms schließen (Standard: 60s)

  • SCRAPER_POOLING_ACQUIRE_TIMEOUT=10000 - Timeout für Browser-Akquise (Standard: 10s)

  • SCRAPER_POOLING_HEALTH_CHECK_INTERVAL=30000 - Häufigkeit der Gesundheitsprüfung (Standard: 30s)

  • SCRAPER_POOLING_ENABLE_METRICS=true - Leistungsmetriken verfolgen (Standard: true)

Leistungsgewinne:

  • Einzelnes Scraping: ~50% schneller (2500ms → 1200ms)

  • Paralleles Scraping: ~51% schneller (8300ms → 4100ms)

  • Cache-Trefferquote: >80% nach Aufwärmphase

Ressourcennutzung:

  • Jeder Browser: ~150MB Arbeitsspeicher

  • Maximaler Pool (3 Browser): ~450MB Arbeitsspeicher

  • Bereinigung inaktiver Instanzen: Automatisch nach 60s

Bei Bedarf deaktivieren:

SCRAPER_POOLING_ENABLED=false

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
19Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables management of F5 BIG-IP load balancers through secure authentication and configuration queries. Supports multiple devices with token caching, allowing users to list virtual servers and device configurations through natural language.
  • F
    license
    -
    quality
    D
    maintenance
    Enables interaction with F5 devices through the iControl REST API to manage objects like virtual servers, pools, iRules, and profiles. It provides comprehensive tools for listing, creating, updating, and deleting F5 configurations via natural language interfaces.
  • A
    license
    C
    quality
    B
    maintenance
    Monitor the real-time status of 200+ popular APIs and services. Check if services like GitHub, Stripe, AWS, and Slack are experiencing outages or degraded performance directly from your AI assistant.
    5
    10
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Check real-time uptime and incident status for 285 APIs and cloud services.

  • Vendor status pages, TLS cert inspection, DNS propagation checks, and incident-response playbooks.

  • Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.

View all MCP Connectors

Latest Blog Posts

MCP directory API

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