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

hostinger-api-mcp

MCP server for Hostinger API

129 stars69k/wkupdated 1d agogithub ↗
91excellent
▣ Overview

What it does

This MCP server provides programmatic access to Hostinger's API, exposing 139 tools across domains, DNS, hosting, VPS, billing, ecommerce, and related services. It runs as a Node.js application and supports two transport modes: standard I/O (default) and HTTP streaming. Authentication is handled via API token (recommended for automation) or OAuth 2.0 with PKCE flow (for interactive use), with automatic token refresh and persistent credential storage.

Who it's for

DevOps engineers and automation teams managing Hostinger infrastructure at scale. Backend developers integrating Hostinger services into Claude-driven workflows. Site operators who need programmatic access to domain management, DNS configuration, and billing without leaving their AI chat context.

Common use cases

  • Query domain registrations, DNS records, and zone configurations from Claude
  • Provision and manage VPS instances programmatically
  • Generate billing reports and service usage across multiple accounts
  • Batch operations on domains (updates, transfers, renewals)
  • Ecommerce and hosting configuration management

Setup pitfalls

  • Requires Node.js 24 or higher; older versions will not work
  • OAuth sign-in (browser flow) is not supported when using --http transport mode—set HOSTINGER_API_TOKEN environment variable for automated or CI deployments
  • Credentials are stored locally (mode 0600) and shared across all Hostinger MCP binaries; ensure proper secret management on the host machine
  • High risk class due to filesystem read/write access—sandbox or review before granting access to sensitive environments
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
78
15.6
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
90.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 49 snapshots
4/30/20267/21/2026 · 49 snapshots
⚙ Maintenance health
95/ 100 · is this project alive?
contributors (1y)13
top contributor share23%
releases (1y)97
last release0d ago
median issue response0.0h
ci✓ passing
⛁ Raw data
weekly downloads69k
github stars129
forks53
open issues4
license✓ present
readme length46683 chars
last publish0d ago
last commit1d ago
last updated3d ago
install verified✓ pass · 69d 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