Horoshop runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 9 Sep 2026.
MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks
Today is the operative word: we check Horoshop every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add horoshop -- npx -y horoshop-mcp
{
"mcpServers": {
"horoshop": {
"args": [
"-y",
"horoshop-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.horoshop]
command = "npx"
args = ["-y", "horoshop-mcp"]
{
"mcpServers": {
"horoshop": {
"args": [
"-y",
"horoshop-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"horoshop": {
"args": [
"-y",
"horoshop-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
HOROSHOP_DOMAIN (Store domain, e.g. myshop.com.ua (with or without https://)), HOROSHOP_LOGIN (Login of a dedicated admin account created in the Horoshop panel (Налаштування → Адміни)), HOROSHOP_PASSWORD (Password of that admin account. Horoshop has no API keys, so admin credentials are used), HOROSHOP_READONLY (Set to 1 to hide every tool that writes to the store. Recommended for a first run), HOROSHOP_TIMEOUT_MS (Request timeout in milliseconds), HOROSHOP_MAX_RESPONSE_BYTES (Cap on a single tool response; larger exports are truncated with a note), HOROSHOP_INSECURE_HTTP (Set to 1 to use plain http instead of https (dev stores only)).
The author declared them in the registry entry; get the values from the project itself.
A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
MCP server for E-Commerce
Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)
MCP server for Sherweb — billing, subscriptions, customers, and product catalog.
MCP server for Sherweb — billing, subscriptions, customers, and product catalog.
Answers built from our own checks of this server.