Back to Home
hostinger icon

api-mcp-server

Verified Safe

by hostinger

Overview

The Model Context Protocol (MCP) server enables AI models to interact with Hostinger API services for hosting, domain management, billing, email marketing, and VPS management.

Installation

Run Command
npm install -g hostinger-api-mcp && hostinger-api-mcp

Environment Variables

  • API_TOKEN
  • DEBUG

Security Notes

The server correctly uses environment variables for API authentication (API_TOKEN) and avoids hardcoding sensitive information. It utilizes standard libraries like Axios for HTTP requests and tus-js-client for file uploads, which generally follow secure practices. Custom tools handle local file paths for deployment operations; while file system access is a potential attack vector, the current implementation focuses on reading files for upload rather than executing arbitrary commands based on user-provided paths, and includes basic file existence and format validation. There are no obvious `eval` or direct arbitrary command execution patterns in the runtime server logic.

Similar Servers

Stats

Interest Score45
Security Score8
Cost ClassLow
Stars51
Forks34
Last Update2026-01-13

Tags

HostingerAPIMCPHostingDomainsVPSNode.jsTypeScript