Hostinger
FreeNot checkedEnables interaction with Hostinger's services through 111 OpenAPI tools, deployment helpers, and agent-navigation tools, with built-in safety defaults.
About
Enables interaction with Hostinger's services through 111 OpenAPI tools, deployment helpers, and agent-navigation tools, with built-in safety defaults.
README
MAD MCP Portal-native Hostinger MCP server built with Python 3.12 and FastMCP.
Endpoint
Canonical hosted endpoint:
https://hostinger-mcp.madpanda3d.com/mcp
/mcp/ is intentionally deprecated and returns 410 Gone.
Hosted Auth Contract
Required headers on /mcp requests:
X-MADPANDA-PORTAL-GRANT- checked againstMCP_PORTAL_GRANT_TOKEN- Hostinger BYOK auth, one of:
x-hostinger-api-tokenAuthorization: Bearer <hostinger_api_token>
If both BYOK methods are present, x-hostinger-api-token takes precedence and the response meta includes a warning.
Tool Surface
- 111 canonical Hostinger OpenAPI tools generated from
data/hostinger_manifest.json - 7 extended deployment helpers based on Hostinger's official MCP reference
- 5 agent-navigation tools:
hostinger_check_configurationhostinger_list_capabilitieshostinger_get_endpoint_coveragehostinger_get_tool_usagehostinger_find_tools
- 1 allowlisted gap tool:
hostinger_raw_request
All tools return:
{"ok":true,"data":{},"error":null,"meta":{}}
Safety Defaults
- No Hostinger or portal secrets are persisted.
- All write tools require
confirm=true. - Spend, destructive, and credential tools also require the exact
confirmation_phrasereturned byhostinger_get_tool_usage. dry_run=truepreviews request shape and risk without calling Hostinger.MCP_READ_ONLY=trueblocks write tools.- Raw requests are restricted to allowlisted Hostinger hosts and
/api/*paths.
Local Run
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -e '.[dev]'
python scripts/sync_hostinger_openapi.py
mad-mcp-hostinger
Server listens on 0.0.0.0:8093 by default.
Sync Hostinger API Reference
python scripts/sync_hostinger_openapi.py
This writes:
data/hostinger_openapi.jsondata/hostinger_manifest.jsondocs/endpoint-coverage.md
The current checked-in baseline is Hostinger API 0.11.7 with 111 operations across 83 paths.
Docker
docker compose up -d --build
The service attaches to external Docker network mcp-network and exposes only the container port for reverse-proxy routing.
Install Hostinger in Claude Desktop, Claude Code & Cursor
unyly install hostinger-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add hostinger-mcp -- uvx --from git+https://github.com/MADPANDA3D/HOSTINGER-MCP mad-mcp-hostingerFAQ
Is Hostinger MCP free?
Yes, Hostinger MCP is free — one-click install via Unyly at no cost.
Does Hostinger need an API key?
No, Hostinger runs without API keys or environment variables.
Is Hostinger hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Hostinger in Claude Desktop, Claude Code or Cursor?
Open Hostinger on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Hostinger with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
