Package Exports
- @robinmordasiewicz/f5xc-cloudstatus-mcp
- @robinmordasiewicz/f5xc-cloudstatus-mcp/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@robinmordasiewicz/f5xc-cloudstatus-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
F5 Cloud Status MCP Server
MCP server for monitoring F5 Distributed Cloud service status, components, incidents, and maintenance.
Installation
{
"mcpServers": {
"f5xc-cloudstatus": {
"command": "npx",
"args": ["-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]
}
}
}Config file locations:
- 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: Plugins → Search "F5 Cloud Status" → Install
Tools
| Tool | Description |
|---|---|
f5-status-get-overall |
Current overall status |
f5-status-get-components |
All service components with status |
f5-status-get-component |
Specific component details |
f5-status-get-incidents |
Current and recent incidents |
f5-status-get-maintenance |
Scheduled maintenance windows |
f5-status-search |
Search components, incidents, maintenance |
Example Queries
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 GatewayLinks
License
MIT