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:
相关服务器
Bybit MCP Server
Access Bybit's v5 API for real-time market data, trading operations, and account information.
AWS MCP
A natural language interface to manage AWS services like RDS, S3, EC2, and VPC.
ESA MCP Server
An MCP server for Alibaba Cloud's Edge Security Acceleration (ESA) service.
soundside.ai
MCP-native AI media generation with x402 pay-per-call. Image, video, audio, and music from 6 providers — composable via resource IDs. USDC on Base.
Salesforce MCP Server
Integrates Claude with Salesforce, enabling natural language interactions with your Salesforce data and metadata.
Live Marketing Data MCP
Connect AI assistants to live Meta Ads, GA4, and Search Console data. 100% local, machine-locked encryption, no cloud relay.
Remote MCP Server (Authless)
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers or local execution via npm.
APS MCP Server
A Node.js server for the Model Context Protocol that provides access to the Autodesk Platform Services (APS) API with fine-grained access control.
Cyclops MCP
Manage Kubernetes applications safely by creating and updating Cyclops Modules for AI agents.
Presso
AI-powered analytics platform connecting e-commerce and marketing data (GA4, Google Ads, Meta Ads, Shopify, Search Console) to AI assistants via MCP.