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:
相關伺服器
Waldur MCP server
Integrates Waldur instances with Claude Desktop using the Model Context Protocol (MCP).
Azure MCP
Manage and interact with Microsoft Azure services.
Space Frontiers
Interfaces with the Space Frontiers API, enabling language models to interact with its data sources.
Linode
Interact with the Linode API to manage cloud resources.
Appwrite
Interact with the Appwrite API to manage your backend services.
Coinmarket MCP server
Fetches cryptocurrency market data using the CoinMarketCap API.
NFTGo MCP
Access the NFTGo Developer API for comprehensive NFT data and analytics. Requires an NFTGo API key.
Weather
Accurate weather forecasts via the AccuWeather API (free tier available).
CData Zoho Inventory Server
A read-only MCP server by CData for querying live Zoho Inventory data.
ConnectWise API Gateway
A comprehensive interface for interacting with the ConnectWise Manage API.