Loading MCP server directory, please wait...
MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks
npx @getmcp/cli add io.github.ecomkit-com-ua/horoshopRequires Node.js 18+. Community-contributed server. Review source before installing.
HOROSHOP_DOMAINStore domain, e.g. myshop.com.ua (with or without https://)
HOROSHOP_LOGINLogin of a dedicated admin account created in the Horoshop panel (Налаштування → Адміни)
HOROSHOP_PASSWORDPassword of that admin account. Horoshop has no API keys, so admin credentials are used
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ecomkit-com-ua/horoshop": {
"command": "npx",
"args": [
"-y",
"horoshop-mcp"
],
"env": {
"HOROSHOP_DOMAIN": "",
"HOROSHOP_LOGIN": "",
"HOROSHOP_PASSWORD": "",
"HOROSHOP_READONLY": "",
"HOROSHOP_TIMEOUT_MS": "60000",
"HOROSHOP_MAX_RESPONSE_BYTES": "100000",
"HOROSHOP_INSECURE_HTTP": ""
}
}
}
}