productivity
IONOS Cloud MCP, CLI, and Lua Integration for AI Agents
IONOS Cloud integration docs for AI agents: MCP gateway setup, IONOS Cloud CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
IONOS Cloud for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
ionos- route_slug
ionos- package
ionos- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. IONOS Cloud CLIHeadless setup and direct function calls. IONOS Cloud MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
IONOS Cloud MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for IONOS Cloud.
Claude Code IONOS Cloud MCP setup for Claude Code. Cursor IONOS Cloud MCP setup for Cursor. Codex IONOS Cloud MCP setup for Codex. OpenAI Agents IONOS Cloud MCP setup for OpenAI Agents SDK. Claude Agent SDK IONOS Cloud MCP setup for Claude Agent SDK. Vercel AI SDK IONOS Cloud MCP setup for Vercel AI SDK. LangChain IONOS Cloud MCP setup for LangChain. LangGraph IONOS Cloud MCP setup for LangGraph. CrewAI IONOS Cloud MCP setup for CrewAI. MCP clients IONOS Cloud MCP setup for Generic MCP Clients.
IONOS Cloud CLI Matrix
Use these pages for direct IONOS Cloud CLI workflows in scripts, CI, cron, and agent wrappers.
CI IONOS Cloud CLI for CI. Cron Jobs IONOS Cloud CLI for cron jobs. Shell Scripts IONOS Cloud CLI for shell scripts. Headless Automation IONOS Cloud CLI for headless automation. Coding Agents IONOS Cloud CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
ionos.ionos_list_servers | Read read | 0 | List all servers in the IONOS Cloud account. Returns IDs, names, cores, RAM, VM state, and boot volume information. |
ionos.ionos_get_server | Read read | 1 | Get details for a specific IONOS Cloud server by ID. Returns full server information including cores, RAM, VM state, volumes, and NICs. |
ionos.ionos_list_volumes | Read read | 0 | List all block storage volumes in the IONOS Cloud account. Returns IDs, names, size, type, zone, and state. |
ionos.ionos_list_lans | Read read | 0 | List all local area networks (LANs) in the IONOS Cloud account. Returns IDs, names, public flag, and connected servers. |
ionos.ionos_list_nics | Read read | 0 | List all network interface cards (NICs) in the IONOS Cloud account. Returns IDs, names, MAC addresses, IPs, and LAN associations. |
ionos.ionos_list_images | Read read | 0 | List all available images in the IONOS Cloud account. Returns IDs, names, size, OS type, location, and public status. |
ionos.ionos_get_current_user | Read read | 0 | Get information about the current authenticated IONOS Cloud user, including email, name, and account status. |