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_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. Contabo CLIHeadless setup and direct function calls. Contabo 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.
Contabo MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Contabo.
Claude Code Contabo MCP setup for Claude Code. Cursor Contabo MCP setup for Cursor. Codex Contabo MCP setup for Codex. OpenAI Agents Contabo MCP setup for OpenAI Agents SDK. Claude Agent SDK Contabo MCP setup for Claude Agent SDK. Vercel AI SDK Contabo MCP setup for Vercel AI SDK. LangChain Contabo MCP setup for LangChain. LangGraph Contabo MCP setup for LangGraph. CrewAI Contabo MCP setup for CrewAI. MCP clients Contabo MCP setup for Generic MCP Clients.
Contabo CLI Matrix
Use these pages for direct Contabo CLI workflows in scripts, CI, cron, and agent wrappers.
CI Contabo CLI for CI. Cron Jobs Contabo CLI for cron jobs. Shell Scripts Contabo CLI for shell scripts. Headless Automation Contabo CLI for headless automation. Coding Agents Contabo CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |