Odel
ReplenishRadar

ReplenishRadar

Local
@replenishradar2JavaScriptMITUpdated 1mo ago

Shopify + Amazon inventory planning, forecasting & replenishment over MCP (50 tools).

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).

npm@replenishradar/mcp-serverv1.1.0

Run

npx -y @replenishradar/mcp-server

MCP client config

{
  "mcpServers": {
    "replenishradar": {
      "command": "npx",
      "args": [
        "-y",
        "@replenishradar/mcp-server"
      ]
    }
  }
}