Provides tools for interacting with the Hostinger Ecommerce API, enabling retrieval of products and updating product descriptions in a Hostinger store.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hostinger Ecommerce MCPget product with ID 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hostinger Ecommerce MCP
This is a Model Context Protocol (MCP) server for interacting with the Hostinger Ecommerce API.
Setup
Install dependencies:
Build the project:
MCP server configuration:
MacOS (zsh):
Windows (cmd):
Available Tools
The MCP server provides the following tools:
getProduct - Retrieves a single product by ID
Parameter:
productId- The ID of the product to retrieve
getProducts - Retrieves a list of products (maximum 25)
Parameters:
limit(optional, default: 25) - Maximum number of products to returnoffset(optional, default: 0) - Offset for pagination
updateProductDescription - Updates a product's description
Parameters:
productId- The ID of the product to updatedescription- The new product description