By hostingerCreated 16 days ago
starstarstarstarstar

Official Hostinger API MCP server for service management.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

HostingerApiMcpServer

What is Hostinger API MCP?

Hostinger API MCP is an official Model Context Protocol (MCP) server provided by Hostinger for managing various services, resources, and configurations.

How to use Hostinger API MCP?

To use the Hostinger API MCP server:

  1. Ensure you have Node.js version 20 or higher installed.
  2. Install the MCP server globally using your preferred package manager (npm, yarn, or pnpm).
  3. Configure the environment variables, including your API token.
  4. Use the server with supported clients or directly through its API endpoints.

Key features of Hostinger API MCP:

  • Comprehensive API for managing Hostinger services, including billing, domains, DNS, VPS, and more.
  • Model Context Protocol (MCP) compatibility for integration with AI clients like Claude.js.
  • Supports Server-Sent Events (SSE) for real-time communication.
  • Extensive toolset for various operations, such as purchasing services, managing DNS records, and controlling VPS instances.

Use cases of Hostinger API MCP:

  1. Automating service purchases and management.
  2. Managing DNS records and domain configurations programmatically.
  3. Controlling VPS instances, including firewall rules, backups, and actions.
  4. Integrating Hostinger services with external applications and AI clients.
  5. Monitoring and managing billing, subscriptions, and payment methods.

FAQ from Hostinger API MCP:

  • What is the API token used for?

The API token is sent in the Authorization header to authenticate requests to the Hostinger API MCP server.

  • How do I update the MCP server?

Use one of the following commands, depending on your package manager:

npm update -g hostinger-api-mcp
yarn global upgrade hostinger-api-mcp
pnpm update -g hostinger-api-mcp
  • What is the purpose of the --sse option?

The --sse option enables Server-Sent Events transport, allowing the server to communicate with clients in real-time on localhost port 8100.

  • How do I manage VPS instances using the API?

Use endpoints like VPS_startVirtualMachineV1, VPS_restartVirtualMachineV1, VPS_createSnapshotV1, and others to manage your VPS instances.