KosmoKrator

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.

7 functions 6 read 1 write Bearer token auth

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.

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

Kamatera MCP Client Matrix

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

Kamatera CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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.