HomeOther › ReplenishRadar

ReplenishRadar

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

TypeScript Cloud
★ 2 stars Last pushed 2026-08-01 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y @replenishradar/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@replenishradar/[email protected]"
      ],
      "env": {
        "REPLENISHRADAR_API_KEY": "<YOUR_VALUE>",
        "REPLENISHRADAR_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • REPLENISHRADAR_API_KEY required secret — ReplenishRadar API key with the rr_sk_ prefix.
  • REPLENISHRADAR_API_URL — Optional API base URL. Defaults to https://api.replenishradar.com.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry