Interact with the Hostinger Ecommerce API using a JWT token and store ID.
This is a Model Context Protocol (MCP) server for interacting with the Hostinger Ecommerce API.
npm install
npm run build
{
"mcpServers": {
"hostinger-ecommerce": {
"command": "node",
"args": [
"<path/to/hostinger-ecommerce-mcp/build/index.js>",
"--jwt",
"<your-jwt-token>",
"--store-id",
"<your-store-id>"
]
}
}
}
{
"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>"
]
}
}
}
The MCP server provides the following tools:
getProduct - Retrieves a single product by ID
productId
- The ID of the product to retrievegetProducts - Retrieves a list of products (maximum 25)
limit
(optional, default: 25) - Maximum number of products to returnoffset
(optional, default: 0) - Offset for paginationupdateProductDescription - Updates a product's description
productId
- The ID of the product to updatedescription
- The new product descriptionInteract with the Eyevinn Open Source Cloud API. Requires a Personal Access Token (OSC_ACCESS_TOKEN).
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers.
Interact with Freshservice modules for IT service management operations.
Advanced text-to-image generation model using the fal.ai API. Requires a FAL_KEY environment variable.
Analyzes images using the GPT-4o-mini model via the OpenAI API.
Interact with Honeycomb observability data using the Model Context Protocol.
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Manage Aiven cloud services like Kafka, PostgreSQL, and Redis via its API.
Backs up Cloudflare projects to a specified GitHub repository.
AniList MCP server for accessing AniList API data