Hostinger Ecommerce MCP - Secure MCP Server by ALMC Security 2025

Hostinger Ecommerce MCP

View on GitHub

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

Related in Cloud Service - Secure MCP Servers

ServerSummaryActions
Secure Ubuntu MCP Server🔒 Security-First Model Context Protocol server for safe Ubuntu system operationsView
TerraA Model Context Protocol server that allows LLMs to configure the TerraAPI dashboard.View
Azure Data Catalog by CDataCData's Model Context Protocol (MCP) Server for Azure Data CatalogView
Rewards Flights Public MCPThis example allows you to deploy a remote MCP server that doesn't require authentication on Cloudfl...View
AWS CLI🌟 amazon-q-cli is great, and it is great because it has use_aws MCP tool to interact with AWS API.View
Paddle BillingPaddle Billing is the developer-first merchant of record. We take care of payments, tax, subscriptio...View