Hostinger Ecommerce MCP
Interact with the Hostinger Ecommerce API using a JWT token and store ID.
Hostinger Ecommerce MCP
This is a Model Context Protocol (MCP) server for interacting with the Hostinger Ecommerce API.
Setup
- Install dependencies:
npm install
- Build the project:
npm run build
- 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:
-
getProduct - Retrieves a single product by ID
- Parameter:
productId- The ID of the product to retrieve
- Parameter:
-
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
- Parameters:
-
updateProductDescription - Updates a product's description
- Parameters:
productId- The ID of the product to updatedescription- The new product description
- Parameters:
Related Servers
Lodgify MCP Server
An MCP server for the Lodgify vacation rental API.
Google Cloud Run
Official MCP Server to deploy to Google Cloud Run.
Google Admin MCP
A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs.
Brain MCP
An example MCP server deployed on Cloudflare Workers, without authentication.
Whop MCP
Whop provides Model Context Protocol (MCP) servers to manage your servers and accelerate app development with AI assistance.
Amazon VPC Lattice
Access and manage AWS VPC Lattice resources and related documentation.
Ssemble AI Clipping
Create AI-powered short-form video clips from YouTube videos using any AI assistant
App Store Connect MCP Server
Interact with the App Store Connect API to manage apps, sales, and reports.
CodemagicMcp
A local Python MCP server that exposes the Codemagic CI/CD REST API as Claude-callable tools.
OpenAI MCP Server
An MCP server for integrating with the OpenAI API.