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>
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.