hostinger_api-mcp-server
0
The project is an MCP server for the Hostinger API, supporting Model Context Protocol integration. It is equipped with various features and endpoints, enabling robust interactions with Hostinger's suite of APIs, such as billing, DNS, domains, and virtual machines.
hostinger-api-mcp
Model Context Protocol (MCP) server for Hostinger API.
Prerequisites
- Node.js version 20 or higher
Installation
Install the MCP server using one of the following package managers:
- npm: Install globally using
npm install -g hostinger-api-mcp
- yarn: Install globally using
yarn global add hostinger-api-mcp
- pnpm: Install globally using
pnpm add -g hostinger-api-mcp
Update
Update with:
- npm:
npm update -g hostinger-api-mcp
- yarn:
yarn global upgrade hostinger-api-mcp
- pnpm:
pnpm update -g hostinger-api-mcp
Configuration
Configure environment variables such as DEBUG
and APITOKEN
.