trackmcp
Back to directory
armmac1

hostinger-ecommerce-mcp

View on GitHub

Hostinger Ecommerce MCP

0 stars TypeScriptOthers Updated Jun 30, 2025

Documentation

Hostinger Ecommerce MCP

This is a Model Context Protocol (MCP) server for interacting with the Hostinger Ecommerce API.

Setup

1. Install dependencies:

bash
npm install

2. Build the project:

bash
npm run build

3. MCP server configuration:

  • MacOS (zsh):
json
{
  "mcpServers": {
    "hostinger-ecommerce": {
      "command": "node",
      "args": [
        "",
        "--jwt",
        "",
        "--store-id",
        ""
      ]
    }
  }
}
  • Windows (cmd):
json
{
  "mcpServers": {
    "hostinger-ecommerce": {
      "command": "cmd",
      "args": [
        "/c",
        "node",
        "",
        "--jwt",
        "",
        "--store-id",
        ""
      ]
    }
  }
}

Available Tools

The MCP server provides the following tools:

1. getProduct - Retrieves a single product by ID

    2. getProducts - Retrieves a list of products (maximum 25)

      3. updateProductDescription - Updates a product's description

        Frequently asked questions

        What is hostinger-ecommerce-mcp?

        hostinger-ecommerce-mcp is Hostinger Ecommerce MCP

        How do I install hostinger-ecommerce-mcp?

        Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

        Is hostinger-ecommerce-mcp open source?

        Yes — it is hosted on GitHub at https://github.com/armmac1/hostinger-ecommerce-mcp.

        Related MCP tools

        Run your own MCP server? See who uses it and what to fix.

        Measure it with TrackMCP