$ timeahead.in
/ servers/npm/hostinger-api-mcp
npm

hostinger-api-mcp

MCP server for Hostinger API

105 stars10k/wkupdated 3d agogithub ↗
89good
▣ Overview

What it does

This server exposes the Hostinger API through 129 tools organized across seven specialized binaries—billing, DNS, domains, hosting, Reach (email and support), and VPS management. Callers choose the binary matching their scope or use the unified hostinger-api-mcp to access all tools. Authentication supports API tokens (recommended for scripts and CI) or OAuth 2.0 with PKCE for interactive sign-in; credentials are stored locally and refreshed automatically.

Who it's for

DevOps engineers and system administrators automating Hostinger infrastructure, hosting agencies provisioning and managing sites across multiple client accounts, and teams integrating Hostinger operations into Claude workflows for infrastructure-as-code or self-service platforms.

Common use cases

  • Query and scale VPS instances, snapshots, and backups
  • Automate DNS record updates and manage domain configurations
  • Retrieve billing data, invoices, and manage payment methods
  • Provision hosting accounts and configure databases
  • Inspect and manage email domains via the Reach API

Setup pitfalls

  • Requires Node.js 24 or higher; installation will fail on older versions
  • CI builds are currently failing—assess release stability and review recent commits before production use
  • OAuth credentials are stored at ~/.config/hostinger-mcp/credentials.json (Linux/macOS) or %APPDATA%\hostinger-mcp\credentials.json (Windows) with mode 0600; ensure read access
  • HTTP streaming transport does not support OAuth—set HOSTINGER_API_TOKEN before using --http
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
68
13.6
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
88.6
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "hostinger-api": {
      "command": "npx",
      "args": [
        "-y",
        "hostinger-api-mcp"
      ]
    }
  }
}
📈 Score historylast 31 snapshots
4/30/20266/8/2026 · 31 snapshots
⚙ Maintenance health
68/ 100 · is this project alive?
contributors (1y)9
top contributor share43%
releases (1y)58
last release3d ago
ci⚠ failing
⛁ Raw data
weekly downloads10k
github stars105
forks44
open issues2
license✓ present
readme length46683 chars
last publish2d ago
last commit3d ago
last updated2d ago
install verified✓ pass · 24d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points