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.

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.

Agent Surfaces

Machine-Readable Metadata

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.