Cloud.Red exposes a Model Context Protocol (MCP) server that lets AI assistants interact with your F5 and NGINX infrastructure in real time. Instead of copying and pasting data between your browser and an AI chat window, your AI client can call Cloud.Red tools directly β listing devices, running scripts, querying logs, making iControl REST calls, and more.Documentation Index
Fetch the complete documentation index at: https://docs.cloud.red/llms.txt
Use this file to discover all available pages before exploring further.
π Prerequisites
- A Cloud.Red account with API access enabled
crcliinstalled and authenticated
Contact WorldTech IT support to enable MCP access for your account.
π Quick Start
crcli mcp is the recommended connection method. It acts as a local stdio β SSE bridge: it handles authentication, token refresh, and tunnels JSON-RPC between your AI client and the Cloud.Red MCP server.
1. Install and authenticate crcli
2. Configure your AI client
- Claude Desktop
- Cursor
- Claude Code
- Direct SSE
Edit Restart Claude Desktop. The Cloud.Red tools will appear in the tools panel.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):π Multi-account access (crcli)
If you manage multiple tenants,crcli mcp injects a set_context tool that lets the AI switch between accounts without reconnecting:
βSwitch context to acmecorp.βThe AI calls
set_context(tenant: "acmecorp") and all subsequent tool calls are scoped to that account. You can also pass _tenant on any individual tool call for a one-off override.
π Available capabilities
| Area | What the AI can do |
|---|---|
| Devices & Groups | List, inspect, and identify active/standby device state |
| Orchestration | Run scripts (single device or whole group), upload/download files |
| iControl REST | Authenticate and make arbitrary iControl REST API calls |
| Metrics | Pull time-series metrics for BIG-IP and F5OS devices |
| Backups | List UCS backup history with status |
| Log Search | Query F5 log data via SQL against ClickHouse |
π Access control
Tools respect the same RBAC model as the Cloud.Red UI:- View permission is required to list devices, groups, and metrics.
- Write permission is required to run scripts, push files, and make iControl REST calls.
list_accountsandlist_agentsare admin-only.
