productivity
Kamatera MCP, CLI, and Lua Integration for AI Agents
Kamatera integration docs for AI agents: MCP gateway setup, Kamatera CLI commands, Lua API reference, credentials, and function schemas.Kamatera 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
| Function | Type | Parameters | Description |
|---|---|---|---|
kamatera.kamatera_list_servers | Read read | 0 | List all cloud servers in the Kamatera account. Returns IDs, names, status, and configuration details. |
kamatera.kamatera_get_server | Read read | 1 | Get details for a specific Kamatera cloud server by ID. Returns full server information including status, CPU, RAM, disk, and IP addresses. |
kamatera.kamatera_create_server | Write write | 9 | Create a new cloud server in Kamatera. Requires a name, datacenter, image, CPU count, RAM, and disk size. |
kamatera.kamatera_list_networks | Read read | 0 | List all networks in the Kamatera account. Returns network IDs, names, datacenter, and CIDR details. |
kamatera.kamatera_list_images | Read read | 0 | List all available images for server creation in Kamatera. Returns image IDs, names, OS type, and sizes. |
kamatera.kamatera_list_datacenters | Read read | 0 | List all available Kamatera datacenter locations. Returns datacenter IDs, names, city, and country. |
kamatera.kamatera_get_current_user | Read read | 0 | Get information about the current authenticated Kamatera account, including email, name, and account details. |