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 descriptionIntegrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.
Manage Azure Cloud PCs using the Microsoft Graph API.
Interact with Webflow APIs to list and edit your site and CMS data.
Deploy a remote, authentication-free MCP server on Cloudflare Workers to search for rewards flights.
Manage DigitalOcean resources and perform actions using the DigitalOcean API.
Interact with your AWS environment using natural language to query and manage resources. Requires local AWS credentials.
An MCP server for interacting with the CoSense collaborative sensemaking platform, supporting public and private projects.
Integrates with the Uberall API to manage business listings, locations, and social media presence.
Interact with your content on the Contentful platform
An MCP server for interacting with the Coolify API to manage servers and applications.