loading…
Search for a command to run...
loading…
An unofficial MCP server that connects AI agents to Horoshop e-commerce stores, providing tools for managing orders, products, and store operations via the Horo
An unofficial MCP server that connects AI agents to Horoshop e-commerce stores, providing tools for managing orders, products, and store operations via the Horoshop API.
An unofficial MCP server for stores built on Horoshop.
This project connects AI agents, internal assistants, and MCP-compatible clients to the Horoshop API through a practical Model Context Protocol server. It is designed for teams that run e-commerce operations on Horoshop and want language models to interact with store data in a controlled, tool-based way.
This project is not affiliated with, endorsed by, or maintained by Horoshop. It is a community-built integration for the Horoshop ecosystem.
Horoshop gives merchants a hosted e-commerce platform at horoshop.ua, but AI tools still need a reliable way to access store operations such as orders, catalog data, and order status updates. MCP is a good fit for that layer because it lets LLMs call clearly defined tools instead of improvising against raw APIs.
This server turns the Horoshop API into MCP tools that can be used from clients like Claude Desktop, Cursor, and other agent frameworks that support MCP over stdio.
This server is useful when you want AI to do real operational work around a Horoshop store, for example:
The current implementation provides a compact but useful starting point:
This gives you enough to start with real workflows while keeping the codebase small enough to extend quickly.
With this MCP server, an agent can support workflows such as:
12345 and tell me whether it has already moved to the shipped status."9876 and prepare a short product brief for a support manager."12345 to status 7 after warehouse confirmation."Copy .env.example to .env and configure:
HOROSHOP_BASE_URL: your Horoshop store domain, for example https://your-store.example.comHOROSHOP_LOGIN: API login created in the Horoshop admin panelHOROSHOP_PASSWORD: API password created in the Horoshop admin panelHOROSHOP_TOKEN: optional token if you already use token-based accessYou need either:
HOROSHOP_TOKENor:
HOROSHOP_LOGINHOROSHOP_PASSWORDnpm install
npm run build
npm start
For development:
npm run dev
{
"mcpServers": {
"horoshop": {
"command": "node",
"args": [
"D:/usr/www/mcp-dev/horoshop/dist/index.js"
],
"env": {
"HOROSHOP_BASE_URL": "https://your-store.example.com",
"HOROSHOP_LOGIN": "api-login",
"HOROSHOP_PASSWORD": "api-password"
}
}
}
}
horoshop_auth: verify authentication and confirm token accesshoroshop_list_orders: list orders using Horoshop order export functionshoroshop_get_order: fetch one order by IDhoroshop_list_products: list products using Horoshop catalog export functionshoroshop_get_product: fetch one product by IDhoroshop_update_order_status: change the status of an orderhoroshop_call_api: call any Horoshop API function with arbitrary JSON parametersThis project is a strong fit for:
This repository focuses on the operational core first: authentication, orders, products, status updates, and a raw API escape hatch.
That means it is intentionally useful on day one, but not yet a complete wrapper for the full Horoshop API surface. The generic horoshop_call_api tool is included specifically so you can validate store-specific behavior and extend the server safely as new requirements appear.
The server assumes the Horoshop API endpoint pattern:
https://<domain>/api/<function>/
If your store exposes different function names or request shapes than the defaults currently wrapped in this repository, use horoshop_call_api first and then extend src/index.ts.
Horoshop website: https://horoshop.ua/
Выполни в терминале:
claude mcp add horoshop-mcp-server -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.