Skip to main content
Glama
robinmordasiewicz

F5 Cloud Status MCP Server

F5 Cloud Status MCP 서버

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@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 - 유휴 브라우저 종료 시간(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

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