Skip to main content
Glama
armmac1

Hostinger Ecommerce MCP

by armmac1

Hostinger Ecommerce MCP

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

Setup

  1. Install dependencies:

npm install
  1. Build the project:

npm run build
  1. MCP server configuration:

  • MacOS (zsh):

{
  "mcpServers": {
    "hostinger-ecommerce": {
      "command": "node",
      "args": [
        "<path/to/hostinger-ecommerce-mcp/build/index.js>",
        "--jwt",
        "<your-jwt-token>",
        "--store-id",
        "<your-store-id>"
      ]
    }
  }
}
  • Windows (cmd):

{
  "mcpServers": {
    "hostinger-ecommerce": {
      "command": "cmd",
      "args": [
        "/c",
        "node",
        "<path/to/hostinger-ecommerce-mcp/build/index.js>",
        "--jwt",
        "<your-jwt-token>",
        "--store-id",
        "<your-store-id>"
      ]
    }
  }
}

Available Tools

The MCP server provides the following tools:

  1. getProduct - Retrieves a single product by ID

    • Parameter: productId - The ID of the product to retrieve

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

    • Parameters:

      • limit (optional, default: 25) - Maximum number of products to return

      • offset (optional, default: 0) - Offset for pagination

  3. updateProductDescription - Updates a product's description

    • Parameters:

      • productId - The ID of the product to update

      • description - The new product description

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/armmac1/hostinger-ecommerce-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server