Hostinger Ecommerce MCP
Provides tools for interacting with the Hostinger Ecommerce API, enabling retrieval of products and updating product descriptions in a Hostinger store.
Click on "Deploy 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:
npm installBuild the project:
npm run buildMCP 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>"
]
}
}
}Related MCP server: Hubspot Universal MCP Server
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect AI to store orders, products and inventory with scoped access and human approvals.
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
Enable AI assistants to interact seamlessly with Feeef e-commerce stores, products, and orders usi…
Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAllows Large Language Models to interact with Kroger's grocery services, enabling product search, store lookup, and cart management through the Model Context Protocol.3MIT
- AlicenseNot gradedqualityFmaintenanceEnables interacting with Hubspot tools and services through a unified API and the Model Context Protocol.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Hashnode's tools and services through a unified API using the Model Context Protocol.1MIT
- AlicenseAqualityDmaintenanceEnables interaction with FastSpring e-commerce platform for managing orders, subscriptions, and accounts through natural language using the Model Context Protocol.115 npmMIT