Skip to main content
Glama
robinmordasiewicz

F5 Cloud Status MCP Server

F5 云状态 MCP 服务器

用于监控 F5 分布式云服务状态、组件、事件和维护的 MCP 服务器。

安装

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

配置文件位置:

  • 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: 插件 → 搜索 "F5 Cloud Status" → 安装

Related MCP server: F5 MCP Server

工具

工具

描述

f5-status-get-overall

当前整体状态

f5-status-get-components

所有服务组件及其状态

f5-status-get-component

特定组件详情

f5-status-get-incidents

当前及近期事件

f5-status-get-maintenance

计划维护窗口

f5-status-search

搜索组件、事件、维护信息

示例查询

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

性能

浏览器池化

MCP 服务器使用浏览器实例池,抓取性能提升 40-60%。浏览器实例在操作间重复使用,而不是每次都创建新的实例。

配置:

  • SCRAPER_POOLING_ENABLED=true - 启用/禁用池化(默认:true)

  • SCRAPER_POOLING_MIN_SIZE=1 - 池中最小浏览器数量(默认:1)

  • SCRAPER_POOLING_MAX_SIZE=3 - 池中最大浏览器数量(默认:3)

  • SCRAPER_POOLING_IDLE_TIMEOUT=60000 - 空闲浏览器关闭时间(毫秒)(默认:60秒)

  • SCRAPER_POOLING_ACQUIRE_TIMEOUT=10000 - 获取浏览器超时时间(默认:10秒)

  • SCRAPER_POOLING_HEALTH_CHECK_INTERVAL=30000 - 健康检查频率(默认:30秒)

  • SCRAPER_POOLING_ENABLE_METRICS=true - 跟踪性能指标(默认:true)

性能提升:

  • 单次抓取:约提升 50% (2500ms → 1200ms)

  • 并行抓取:约提升 51% (8300ms → 4100ms)

  • 缓存命中率:预热后 >80%

资源占用:

  • 每个浏览器:约 150MB 内存

  • 最大池(3 个浏览器):约 450MB 内存

  • 空闲清理:60秒后自动清理

如需禁用:

SCRAPER_POOLING_ENABLED=false

链接

许可证

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