Replenish Radar MCP Server

Connect AI agents to live ReplenishRadar inventory data. Works with Claude Desktop, OpenClaw, and any MCP-compatible client. Its 40 documented tools cover replenishment, action, purchase, inventory. It runs locally over stdio via the published package.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-01 · ★ 2 · #13 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Replenish Radar

before you install - you'll need

Set REPLENISHRADAR_API_KEY before connecting.

Claude Code

claude mcp add replenishradar-mcp -- npx -y @replenishradar/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @replenishradar/mcp-server - published under the repo owner's npm scope (@replenishradar)

registry namespace io.github.ReplenishRadar is GitHub-verified and matches the repo owner

03 · What Replenish Radar can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list inventory items, list vendors/suppliers, list purchase orders, and add a note to a PO.

Capability map

Tools grouped from the project's README - what Replenish Radar lets an agent do.

Replenishment

8 tools - e.g. Canonical buyer replenishment actions; One replenishment action with event history; Add a note to a replenishment action

rr_get_replenishment_actions · rr_get_replenishment_action · rr_add_replenishment_action_note · rr_dismiss_replenishment_action · rr_prepare_replenishment_action · rr_execute_replenishment_action…

Purchase

4 tools - e.g. Suggested POs; List purchase orders; Single PO with line items

rr_get_suggested_purchase_orders · rr_list_purchase_orders · rr_get_purchase_order · rr_create_purchase_order

Inventory

2 tools - e.g. Stock-by-location for an item; Inventory value breakdown

rr_get_inventory_position · rr_get_inventory_value

Sync

2 tools - e.g. Recent sync history; Trigger inventory sync

rr_get_sync_status · rr_trigger_sync

Stockout

1 tool - e.g. Stockout risk levels for SKUs

rr_get_stockout_risk

Demand

1 tool - e.g. Demand forecast stats

rr_get_demand_forecast

Alerts

1 tool - e.g. Active alerts

rr_get_alerts

Items

1 tool - e.g. List inventory items

rr_list_items

Latest releases

v1.0.8 · 2026-07-15

Repairs MCP distribution metadata across npm, GitHub, and the official Registry: canonical ReplenishRadar/MCP repository and namespace, 50 tools, runtime/package version 1.0.8, and self-contained parity CI.

v1.0.1 · 2026-03-13

ReplenishRadar MCP Server v1.0.1 · Multi-channel inventory intelligence for Shopify and Amazon sellers. · 28 Tools · 18 read tools: stockout risk, demand forecasts, inventory position, sales analytics, supplier…

04 · Who maintains Replenish Radar

ReplenishRadar is maintained by replenishradar. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
e-commerce - ranked #13 of 39 actively-maintained e-commerce servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-15)
registry
io.github.ReplenishRadar/MCP (active, first published 2026-07-15 · 2 versions)
packages
npm:@replenishradar/mcp-server

06 · Replenish Radar FAQ

Is Replenish Radar still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-01 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Replenish Radar do?

With this server connected, an agent can list inventory items, list vendors/suppliers, list purchase orders, and add a note to a PO.

How do I install Replenish Radar?

Run `npx -y @replenishradar/mcp-server`. The README documents one environment variable (REPLENISHRADAR_API_KEY) to set first. Set REPLENISHRADAR_API_KEY before connecting. You can also paste the ready-made client config above.

Does Replenish Radar run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Replenish Radar

More e-commerce MCP servers · Hermes Grocy MCP · Kronan MCP · Appstore Connect · CrowdStrike MCP

More JavaScript MCP servers · Replynodes MCP Server · Agoragentic Agent OS MCP · Raven · Fable Cut · Figbridge · see all