Odel
horoshop mcp

horoshop mcp

Local
@ecomkit-com-uaTypeScriptMITUpdated 4 days ago

MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhoroshop-mcpv0.1.1

Run

npx -y horoshop-mcp

MCP client config

{
  "mcpServers": {
    "horoshop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "horoshop-mcp"
      ]
    }
  }
}