KosmoKrator

productivity

Hetzner Cloud MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write Bearer token auth

Hetzner Cloud 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
hetzner
route_slug
hetzner
package
hetzner
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

Hetzner Cloud MCP Client Matrix

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

Hetzner Cloud CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
hetzner.hetzner_list_servers Read read 2 List Hetzner Cloud servers. Supports pagination with per_page and page parameters.
hetzner.hetzner_get_server Read read 1 Get details for a specific Hetzner Cloud server by ID.
hetzner.hetzner_create_server Write write 8 Create a new Hetzner Cloud server with specified name, type, and image.
hetzner.hetzner_list_volumes Read read 2 List Hetzner Cloud volumes. Supports pagination with per_page and page parameters.
hetzner.hetzner_list_networks Read read 2 List Hetzner Cloud networks. Supports pagination with per_page and page parameters.
hetzner.hetzner_list_ssh_keys Read read 2 List Hetzner Cloud SSH keys. Supports pagination with per_page and page parameters.
hetzner.hetzner_get_current_user Read read 0 Get the profile of the currently authenticated Hetzner Cloud user. Useful for verifying credentials and displaying account information.