Skip to main content
Glama
robinmordasiewicz

F5 Cloud Status MCP Server

MCP-сервер статуса F5 Cloud

MCP-сервер для мониторинга статуса сервисов F5 Distributed Cloud, компонентов, инцидентов и технического обслуживания.

Установка

{
  "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% быстрее (2500мс → 1200мс)

  • Параллельный парсинг: ~51% быстрее (8300мс → 4100мс)

  • Частота попаданий в кэш: >80% после прогрева

Использование ресурсов:

  • Каждый браузер: ~150МБ памяти

  • Максимальный пул (3 браузера): ~450МБ памяти

  • Очистка простоя: Автоматически через 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