The MCP server for Hostinger API implements the Model Context Protocol, allowing users to interact with various hosting services through a set of defined tools.
From the registry: MCP server for Hostinger API
$ npm install -g hostinger-api-mcpPlease install the `hostinger-api-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install hostinger-api-mcp** — Install the MCP server globally via npm Run: `npm install -g hostinger-api-mcp`
- **Hostinger API token** — Obtain a Hostinger API token to authenticate requests (https://developers.hostinger.com/)
Canonical MCP server config (stdio transport):
- command: `hostinger-api-mcp`
- args: []
- required environment variables:
- `API_TOKEN`: Hostinger API token sent in the Authorization header (example: `<your-api-token>`)
- optional environment variables:
- `DEBUG`: Enable debug logging (true/false) (example: `false`)
Note: Supports both stdio (default) and HTTP streamable transport via --http flag (default 127.0.0.1:8100).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.API_TOKENrequiredYour API token, which will be sent in the Authorization header.All Azure MCP tools to create a seamless connection between AI agents and Azure services.