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.

7 functions 7 read 0 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
contabo
route_slug
contabo
package
contabo
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

Contabo MCP Client Matrix

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

Contabo CLI Matrix

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

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.