KosmoKrator

productivity

Contabo MCP, CLI, and Lua Integration for AI Agents

Contabo integration docs for AI agents: MCP gateway setup, Contabo CLI commands, Lua API reference, credentials, and function schemas.

Contabo 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
contabo.contabo_list_instances Read read 2 List all compute instances (VPS) in the Contabo account. Returns IDs, names, status, region, and IP addresses.
contabo.contabo_get_instance Read read 1 Get details for a specific Contabo compute instance (VPS) by ID. Returns full instance information including IP addresses, region, and configuration.
contabo.contabo_list_snapshots Read read 2 List all snapshots in the Contabo account. Returns snapshot IDs, names, instance IDs, and creation dates.
contabo.contabo_list_images Read read 2 List all custom images in the Contabo account. Returns image IDs, names, OS type, and size.
contabo.contabo_list_networks Read read 2 List all private networks in the Contabo account. Returns network IDs, names, regions, and CIDR ranges.
contabo.contabo_list_ssh_keys Read read 0 List all registered SSH keys in the Contabo account. Returns key IDs, names, and fingerprints.
contabo.contabo_get_current_user Read read 0 Get information about the current authenticated Contabo account, including email, tenant, and user ID.