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:
Servidores relacionados
Google Cloud Logging
An MCP server for accessing Google Cloud Logging data and services.
DEX Metrics MCP
Tracks DEX trading volume metrics from Dune Analytics, segmented by blockchain, aggregator, and more.
CData Salesloft Server
A read-only MCP server by CData that enables LLMs to query live data from Salesloft.
Chronosphere
Fetch logs, metrics, traces, and events from the Chronosphere observability platform.
Bigeye MCP Server
Interact with Bigeye's data quality monitoring platform via its Datawatch API. Supports dynamic API key authentication.
FastlyMCP
Interact with the Fastly API and CLI using an API key.
Remote MCP Server on Cloudflare
A remote MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
Rostro
Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expanding capabilities with minimal context bloat.
Google Security
Access Google's security products and services, including Chronicle, SOAR, Threat Intelligence (GTI), and Security Command Center (SCC).
HuggingFace Spaces
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.