13 tools from the Ilumin MCP Server, categorised by risk level.
View the Ilumin policy →get_app_env Fetches the environment variables (ENVs) for a specific application. Useful to get credentials like API keys or database passwords found in the app... get_app_logs Retrieves the recent logs of an application running on a server. Useful for debugging, monitoring, or checking the current state of an app. get_catalog_app_documentation Fetches the full documentation for a specific catalog app by its slug. Useful for learning how to integrate the installed app with the user's proje... get_compose_guidelines Retrieves the mandatory rules and examples for formatting Docker Compose files for Ilumin Cloud. MUST be used before generating a compose file for ... list_catalog Lists all applications available in the Ilumin App Catalog.
The output will include the app slug, name, description, and potentially a list of re... list_deploys Lists the history of deployments/builds. Use this to find the 'image_tag' required for installation. list_servers Lists all available servers and their installed applications. Use this to find server domains and check if an app is already installed. IMPORTANT: ... install_app Installs an application on a specific server. CRITICAL: The 'composeFileContent' MUST be formatted according to Ilumin standards (Traefik labels, n... install_catalog_app Installs an application from the Ilumin App Catalog.
IMPORTANT: Before calling this tool, you must have confirmed with the user that they want to... manage_domain Configures a custom domain for an application. rebuild_app Updates the docker-compose.yml and/or environment variables of an already-installed custom app, then restarts the container with the new configurat... update_app Updates an existing application to a new version (image tag). The Ilumin MCP server exposes 13 tools across 3 categories: Read, Write, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Ilumin server.
Ilumin tools are categorised as Read (7), Write (5), Execute (1). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.