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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Hostinger CLIHeadless setup and direct function calls. Hostinger MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Hostinger MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Hostinger.
Claude Code Hostinger MCP setup for Claude Code. Cursor Hostinger MCP setup for Cursor. Codex Hostinger MCP setup for Codex. OpenAI Agents Hostinger MCP setup for OpenAI Agents SDK. Claude Agent SDK Hostinger MCP setup for Claude Agent SDK. Vercel AI SDK Hostinger MCP setup for Vercel AI SDK. LangChain Hostinger MCP setup for LangChain. LangGraph Hostinger MCP setup for LangGraph. CrewAI Hostinger MCP setup for CrewAI. MCP clients Hostinger MCP setup for Generic MCP Clients.
Hostinger CLI Matrix
Use these pages for direct Hostinger CLI workflows in scripts, CI, cron, and agent wrappers.
CI Hostinger CLI for CI. Cron Jobs Hostinger CLI for cron jobs. Shell Scripts Hostinger CLI for shell scripts. Headless Automation Hostinger CLI for headless automation. Coding Agents Hostinger CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |