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@latestVS Code:
code --add-mcp '{"name":"f5xc-cloudstatus","command":"npx","args":["@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]}'Cursor:
.cursor/mcp.jsonWindsurf: 插件 → 搜索 "F5 Cloud Status" → 安装
Related MCP server: F5 MCP Server
工具
工具 | 描述 |
| 当前整体状态 |
| 所有服务组件及其状态 |
| 特定组件详情 |
| 当前及近期事件 |
| 计划维护窗口 |
| 搜索组件、事件、维护信息 |
示例查询
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
Maintenance
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
- Flicense-qualityDmaintenanceEnables 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.
- Flicense-qualityDmaintenanceEnables 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.
- AlicenseCqualityBmaintenanceMonitor 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.5101MIT
- Alicense-qualityFmaintenanceEnables natural language interaction with F5 Distributed Cloud (F5XC) infrastructure through Claude, VS Code, and other MCP-compatible tools, providing over 1500 API tools.6681MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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