KosmoKrator

productivity

Hostinger MCP, CLI, and Lua Integration for AI Agents

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

7 functions 7 read 0 write Bearer token auth

Hostinger 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
hostinger
route_slug
hostinger
package
hostinger
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

Hostinger MCP Client Matrix

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

Hostinger CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
hostinger.hostinger_list_servers Read read 0 List all VPS servers in the Hostinger account. Returns server IDs, names, status, plan, and IP addresses.
hostinger.hostinger_get_server Read read 1 Get details for a specific Hostinger VPS server by ID. Returns full server information including IP addresses, plan, and status.
hostinger.hostinger_list_domains Read read 0 List all domains in the Hostinger account. Returns domain IDs, names, and status.
hostinger.hostinger_get_domain Read read 1 Get details for a specific domain in Hostinger by domain ID. Returns full domain information.
hostinger.hostinger_list_dns_records Read read 1 List DNS records for a specific domain in Hostinger. Returns all record types (A, AAAA, CNAME, MX, TXT, etc.).
hostinger.hostinger_list_ssl Read read 0 List all SSL certificates in the Hostinger account. Returns certificate details including domain, status, and expiry.
hostinger.hostinger_get_current_user Read read 0 Get information about the current authenticated Hostinger account, including email and user details.