F5 Cloud Status MCP Server
F5 Cloud Status MCP Server
F5 Distributed Cloudサービスのステータス、コンポーネント、インシデント、メンテナンスを監視するための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- アイドル状態のブラウザを閉じるまでの時間(ms) (デフォルト: 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