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:
เซิร์ฟเวอร์ที่เกี่ยวข้อง
AniList
AniList MCP server for accessing AniList API data
Remote MCP Server on Cloudflare
A remote MCP server running on Cloudflare Workers with OAuth login support.
WaveGuard
Physics-based anomaly detection via MCP — send any data, get anomalies back using wave-equation dynamics. No training pipelines, no model files.
Anima MCP Server
Connect AI coding agents to Anima Playground, Figma designs, and your team's design system. Bridge the gap between prototypes and production code.
Infactory MCP Server
Interact with Infactory APIs using Claude and other large language models.
PayPal by CData
A read-only MCP server for querying live PayPal data, powered by the CData JDBC Driver.
Reservation System MCP Server
Integrates with the WeChat cloud development reservation system API.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.
Amazon Product Advertising API
Integrates with the Amazon Product Advertising API to search for products.
Typecast API
An MCP server for the Typecast API, enabling AI-powered voice generation for various content.