hostinger-mcp-server
Connect any MCP-compatible AI agent to the full Hostinger platform. Manage VPS, domains, DNS, hosting, WordPress, email, ecommerce, and more through natural language.
README
<div align="center">
hostinger-mcp-server
The most powerful MCP server for Hostinger — built for AI agents that manage infrastructure.
Getting Started · Why This? · Tools · Config · Architecture
</div>
Overview
hostinger-mcp-server connects any MCP-compatible AI agent (Claude, Kiro, Cursor, Windsurf, etc.) to the full Hostinger platform. Manage VPS, domains, DNS, hosting, WordPress, email, ecommerce, and more — all through natural language.
"Restart my VPS and purge the LiteSpeed cache on my WordPress site"
"Add A record for api.example.com pointing to 203.0.113.1"
"Deploy my Node.js app from the uploaded archive"
The agent calls the right tools. You stay in control.
Why This Over Official?
Official hostinger-api-mcp |
This hostinger-mcp-server |
|
|---|---|---|
| Tools | 276 | 280+ |
| Min Node.js | 24 | 18 |
| Retry + backoff | — | Exponential, 3x |
| Rate-limit handling | — | 429 + retry-after |
| Response caching | — | GET, 15s TTL |
| Request timeout | — | 30s configurable |
| Batch operations | — | Multi-domain, multi-VPS |
| Auto-pagination | — | Fetches all pages |
| Health check | — | Built-in |
| Account overview | — | One-call summary |
| Destructive hints | — | On all risky ops |
| HTTP dependencies | 7 (axios, express…) | 0 (native fetch) |
| OAuth 2.0 + PKCE | Yes | Yes |
| HTTP transport | Yes | Yes |
| Per-domain binaries | Yes | Yes (12) |
Getting Started
Install
# Global install
npm install -g hostinger-mcp-server
# Or run directly (no install)
npx hostinger-mcp-server
Authenticate
Option A — API Token (recommended for CI/scripts):
export HOSTINGER_API_TOKEN="your-token-from-hpanel"
Get your token at hpanel.hostinger.com/api
Option B — OAuth (interactive):
hostinger-mcp --login
MCP Client Configuration
Claude Desktop / Kiro / Cursor / Windsurf
{
"mcpServers": {
"hostinger": {
"command": "npx",
"args": ["-y", "hostinger-mcp-server"],
"env": {
"HOSTINGER_API_TOKEN": "your-api-token"
}
}
}
}
HTTP Mode (remote / shared)
HOSTINGER_API_TOKEN=your-token hostinger-mcp --http --host 0.0.0.0 --port 8100
Then connect any MCP client to http://your-server:8100.
Per-Domain Binaries
Only expose what your agent needs:
hostinger-mcp # All 280+ tools
hostinger-vps-mcp # 62 VPS tools
hostinger-hosting-mcp # 48 Hosting + Deploy tools
hostinger-wordpress-mcp # 35 WordPress tools
hostinger-mail-mcp # 38 Mail tools
hostinger-dns-mcp # 8 DNS tools
hostinger-domains-mcp # 23 Domain tools
hostinger-billing-mcp # 9 Billing tools
hostinger-reach-mcp # 12 Email Marketing tools
hostinger-ecommerce-mcp # 12 Ecommerce tools
hostinger-agency-mcp # 25 Agency Hosting tools
hostinger-horizons-mcp # 2 AI Website Builder tools
Tool Categories
<details> <summary><strong>VPS (62 tools)</strong> — Full VM lifecycle + Docker + Firewall</summary>
- VM: list, get, purchase, setup, start, stop, restart, recreate
- Config: hostname, root password, panel password, nameservers
- Monitoring: metrics (CPU/RAM/disk/network), actions
- Docker: create, get, update, start, stop, restart, delete, logs, containers
- Firewall: CRUD rules, activate, deactivate, sync
- SSH Keys: list, create, delete, attach
- Backups & Snapshots: list, restore, create, delete
- Templates & Data Centers: browse OS templates, list locations
- Scripts: CRUD post-install scripts
- Recovery: start/stop recovery mode
- Security: Monarx malware scanner (install/uninstall/metrics)
- Network: PTR records (create/delete)
</details>
<details> <summary><strong>Hosting (48 tools)</strong> — Websites, PHP, Node.js, Databases</summary>
- Websites: list, create, delete
- Cache: clear, toggle, cacheless mode
- Cron Jobs: list, create, delete, get output
- Databases: CRUD, change password, repair, phpMyAdmin link, remote connections
- Domains: subdomains, parked domains, free subdomain, verify ownership
- PHP: version, options, extensions, reset, phpinfo
- Node.js: builds, logs, restart, vulnerabilities, auto-patch
- Deploy: JS app, static site, WP import, WP plugin, WP theme
</details>
<details> <summary><strong>WordPress (35 tools)</strong> — Plugins, Themes, Cache, Maintenance</summary>
- Installations: list, install, detect, validate, delete
- Core: version, updates, update
- Plugins: list, search, suggested, available, install, activate, deactivate, update, uninstall
- Themes: list, browse, install, activate, update, uninstall
- Performance: LiteSpeed Cache (status/purge), Memcached (status/toggle)
- Operations: maintenance mode, login links, JWT tokens, AI tools
</details>
<details> <summary><strong>Mail (38 tools)</strong> — Mailboxes, Forwarding, Webhooks, Logs</summary>
- Orders & Plans
- Mailboxes: list, create, delete, change password
- Aliases: list, create, delete
- Forwarders: list, create, delete, keep-copy, resend confirmation
- Autoreplies: list, create, update, delete
- Catch-alls: list, create, delete, resend confirmation
- Webhooks: CRUD, test, regenerate secret, delivery logs
- Logs: access, action, inbound, outbound, mailbox-actions
- API Tokens: list, create, revoke
</details>
<details> <summary><strong>Domains (23 tools)</strong> — Portfolio, DNS, WHOIS, Transfers</summary>
- Availability check, purchase
- Portfolio: list, details, nameservers
- Security: domain lock, privacy protection, auth code
- Forwarding: create, get, update, delete
- WHOIS: profiles CRUD, usage
- Transfers: list, details
- Verifications
</details>
<details> <summary><strong>DNS (8 tools)</strong> — Records, Validation, Snapshots</summary>
- Records: get, update, delete, reset, validate
- Snapshots: list, get, restore
</details>
<details> <summary><strong>Billing (9 tools)</strong> — Catalog, Orders, Subscriptions</summary>
- Catalog: browse products & pricing
- Orders: create purchase order
- Payment Methods: list, set default, delete
- Subscriptions: list, enable/disable auto-renewal, renew
</details>
<details> <summary><strong>Reach / Email Marketing (12 tools)</strong></summary>
- Profiles: list, DNS status
- Contacts: list, create (single/bulk), delete, groups
- Segments: list, create, get, contacts
</details>
<details> <summary><strong>Ecommerce (12 tools)</strong></summary>
- Stores: list, create, delete, metadata
- Products: physical, digital
- Sales Channels: list, create, update
- Shipping, Payments, Storefront instructions
</details>
<details> <summary><strong>Agency Hosting (25 tools)</strong></summary>
- Orders, Datacenters
- Websites: provision, status, details, delete, processes, build assets
- Domains: link, unlink, change
- Cache, Cron Jobs, Databases (+ users)
- File import, WordPress settings/versions
</details>
<details> <summary><strong>Smart Tools (8 tools)</strong> — Exclusive to this server</summary>
health_check— Verify API connectivity + authaccount_overview— Full service summary in one callbatch_dns_update— Apply records to multiple domainsbatch_vps_restart— Restart multiple VMs at oncelist_all_domains_paginated— Auto-fetch all pageslist_all_websites_paginated— Auto-fetch all pageslist_all_subscriptions_paginated— Auto-fetch all pagesclear_api_cache— Force fresh data
</details>
CLI
Usage: hostinger-mcp [options]
Options:
--stdio Stdio transport (default)
--http HTTP streaming transport
--host <host> Bind host (default: 127.0.0.1)
--port <port> Bind port (default: 8100)
--login OAuth sign-in and exit
--logout Clear stored credentials and exit
--domain <name> Load only one domain's tools
--help Show help
Architecture
src/
├── index.ts Entry point — CLI, auth, registration, transport
├── api-client.ts HTTP engine: retry, cache, rate-limit, pagination
├── cli.ts Argument parser
├── helpers.ts Response formatter
├── auth/
│ └── oauth.ts OAuth 2.0 PKCE + credential storage
├── tools/
│ ├── billing.ts 9 tools
│ ├── dns.ts 8 tools
│ ├── domains.ts 23 tools
│ ├── vps.ts 62 tools
│ ├── hosting.ts 41 tools
│ ├── wordpress.ts 35 tools
│ ├── mail.ts 38 tools
│ ├── reach.ts 12 tools
│ ├── ecommerce.ts 12 tools
│ ├── agency.ts 25 tools
│ ├── horizons.ts 2 tools
│ ├── deploy.ts 8 tools
│ └── smart.ts 8 tools
└── bin/ Per-domain entry points (12 files)
Tech Stack:
- Runtime: Node.js 18+ (ESM)
- Language: TypeScript (strict)
- MCP SDK:
@modelcontextprotocol/sdk^1.30 (registerToolAPI) - Validation: Zod ^3.25
- HTTP: Native
fetch— zero external deps - Target: ESNext + NodeNext
Security
| Practice | Implementation |
|---|---|
| Token storage | Environment variable only |
| OAuth credentials | ~/.config/hostinger-mcp/credentials.json (mode 0600) |
| Destructive operations | Annotated with destructiveHint: true |
| Token in code | Never — always via ENV |
If a token is compromised, revoke immediately at hpanel.hostinger.com/api.
Contributing
git clone https://github.com/idugeni/hostinger-mcp.git
cd hostinger-mcp
npm install
npm run build
PRs welcome. Please ensure npm run build passes with zero errors before submitting.
References
<div align="center">
Built with precision for AI-powered infrastructure management.
</div>
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。