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.

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.

Agent Surfaces

Machine-Readable Metadata

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.