We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robinmordasiewicz/f5cloudstatus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"f5cloudstatus": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"API_BASE_URL": "https://www.f5cloudstatus.com/api/v2",
"API_TIMEOUT": "10000",
"API_RETRY_ATTEMPTS": "3",
"API_RETRY_DELAY": "1000",
"SCRAPER_BASE_URL": "https://www.f5cloudstatus.com",
"SCRAPER_TIMEOUT": "30000",
"SCRAPER_HEADLESS": "true",
"CACHE_TTL_STATUS": "30000",
"CACHE_TTL_COMPONENTS": "60000",
"CACHE_TTL_INCIDENTS": "120000",
"CACHE_TTL_MAINTENANCE": "300000",
"LOG_LEVEL": "info"
}
}
}
}