KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

IONOS Cloud MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for IONOS Cloud.

IONOS Cloud CLI Matrix

Use these pages for direct IONOS Cloud CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.