- Home
- MCP servers
- F5 Cloud Status
F5 Cloud Status
- javascript
1
GitHub Stars
javascript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"robinmordasiewicz-f5xc-cloudstatus-mcp": {
"command": "npx",
"args": [
"-y",
"@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"
]
}
}
}You can monitor F5 Distributed Cloud service status, components, incidents, and maintenance by using the F5 Cloud Status MCP Server. This MCP Server exposes a set of queries to fetch overall status, component health, incidents, and maintenance windows, helping you stay informed and respond quickly to changes.
How to use
Use your MCP client to query the F5 Cloud Status MCP Server and retrieve up-to-date information about service health. You can check the current overall status, inspect individual components, view active or recent incidents, and review upcoming maintenance. You can also search for specific components or incidents to filter results.
How to install
Prerequisites: install Node.js and npm on your machine. You need Node to run the MCP server harness and npm to install the MCP package.
{
"mcpServers": {
"f5xc_cloudstatus": {
"command": "npx",
"args": ["-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]
}
}
}
Additional configuration and usage notes
Place the MCP server configuration in the supported editor or IDE integration you use. Common locations include local editor settings or dedicated MCP configuration panels in your development tools.
Examples show how to add the MCP server in different environments. Use the exact command and arguments shown to start the MCP server from your environment.
Configuration tips and references
The MCP server is configured with a single stdio entry that runs via npx and loads the F5 Cloud Status MCP package. The following snippet is the recommended configuration. It should be placed in your MCP configuration file or editor integration where MCP servers are defined.
{
"mcpServers": {
"f5xc_cloudstatus": {
"command": "npx",
"args": ["-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]
}
}
}
Available tools
f5-status-get-overall
Retrieves the current overall status for F5 Cloud services.
f5-status-get-components
Fetches all service components with their current statuses.
f5-status-get-component
Gets detailed status for a specific component.
f5-status-get-incidents
Returns current and recent incidents affecting services.
f5-status-get-maintenance
Lists scheduled maintenance windows.
f5-status-search
Searches components, incidents, and maintenance records.