api-mcp-server
Verified Safeby hostinger
Overview
This server acts as a Model Context Protocol (MCP) gateway to manage Hostinger services including hosting, billing, DNS, domains, email marketing, and VPS instances.
Installation
hostinger-api-mcp --httpEnvironment Variables
- API_TOKEN
- DEBUG
- API_BASE_URL
- API_HEADERS
Security Notes
The server uses environment variables for API tokens, which is good practice. Input validation is implemented for custom file-related tools (e.g., `hosting_importWordpressWebsite`, `hosting_deployJsApplication`) to check file existence, type, and format. File uploads are routed through Hostinger's pre-authenticated upload endpoints. CORS is configured to allow all origins ('*') for HTTP transport, which might be overly broad depending on the deployment context, but is acceptable for a general-purpose API provider. No direct `eval` or obvious command injection vulnerabilities were found in the provided code snippets. API calls include timeouts and handle non-2xx responses as errors.
Similar Servers
mcphub
A centralized hub for managing, orchestrating, and exposing Model Context Protocol (MCP) servers and their tools/prompts, including OAuth authorization, user/group management, and dynamic registration of clients.
sagemcp
A scalable platform for hosting Multi-tenant Model Context Protocol (MCP) servers with multi-tenant support, OAuth integration, and connector plugins for various services.
instantly-mcp
Manages Instantly.ai email automation: accounts, campaigns, leads, emails, and analytics via the Model Context Protocol (MCP).
mcp-compose
Orchestrates multiple Model Context Protocol (MCP) servers, providing a unified management interface, REST API, Web UI, and protocol translation. It enables building AI applications with secure tool access and real-time monitoring.