Inspect and optionally manage IONOS Cloud infrastructure through read-only MCP tools and opt-in write operations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ionoscloud MCP.
eagerCallable MCP tool function
lazyCallable MCP tool function
ionos_load_compute_toolsCallable MCP tool function
ionos_load_objectstorage_toolsCallable MCP tool function
dynamicCallable MCP tool function
searchCallable MCP tool function
The ionos-cloud/ionoscloud-mcp MCP server exposes IONOS Cloud control-plane and Object Storage capabilities through the Model Context Protocol. It is intended for MCP-compatible clients and agent workflows that need to query infrastructure with natural-language prompts or programmatic tool calls.
The default behavior is read-only. The available read tools cover seven IONOS Cloud product areas:
Write operations exist for Compute Engine, Kubernetes, and DNS, but they are not registered unless the tool scope is changed. Create and delete actions also use a preview and one-time-token confirmation process.
The ionos-cloud/ionoscloud-mcp MCP server runs locally on a workstation, CI runner, or container. Its API requests go directly to IONOS Cloud over HTTPS rather than through a third-party AI provider. It supports MCP stdio transport by default and can also be started with HTTP transport.
Three tool-loading approaches are documented. Eager mode registers all tools when the process starts. Lazy mode places Compute and Object Storage tools behind loader tools. Dynamic mode exposes search, describe, and call meta-tools, which can help clients with strict tool-count limits discover and invoke the underlying capabilities.
Install options include Homebrew, a pre-built release binary, Docker, Go, or a source build. The documented Go installation command is go install github.com/ionos-cloud/ionoscloud-mcp@latest. Docker images are published for Linux amd64 and arm64.
The required IONOS_TOKEN environment variable supplies the API token for Compute, DNS, Billing, Certificate Manager, and Object Storage management APIs. Object Storage data-plane operations additionally require IONOS_S3_ACCESS_KEY and IONOS_S3_SECRET_KEY. These credentials are created in the relevant IONOS Cloud account consoles.
Set IONOS_MCP_TOOL_SCOPE=write to enable create and update operations. A destructive scope also enables deletion and implies write access. Without this setting, the server remains read-only.
The ionos-cloud/ionoscloud-mcp MCP server reports 118 read-only tools and 93 opt-in write tools in the documented product set. Tool names generally reflect their operation, including list_*, get_*, and head_* for inspection, plus create_*, update_*, and delete_* for enabled mutations. Domain-specific actions such as starting or attaching resources are also available among the opt-in tools.
The top-level MCP interface includes eager, lazy, and dynamic loading controls, along with search, description, and tool-call operations. Product-specific loader tools are provided for Compute and Object Storage in lazy mode.
An IONOS Cloud account and API credentials are required. Object Storage data-plane functionality needs separate S3-compatible access credentials. Write actions can create billable resources, so they should only be enabled when the client workflow is prepared to handle confirmations and the consequences of mutations.
The project targets MCP specification version 2024-11-05 and requires Go 1.25 or newer for builds. The repository is licensed under Apache 2.0.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ionos-cloud-ionoscloud-mcp)<a href="https://allmcps.com/mcp/ionos-cloud-ionoscloud-mcp"><img src="https://allmcps.com/api/badge/ionos-cloud-ionoscloud-mcp?style=directory" alt="Ionoscloud MCP on AllMCPs" /></a>