@replenishradar/mcp-server
Connect AI agents to live ReplenishRadar inventory data. Works with Claude Desktop, OpenClaw, and any MCP-compatible client.
Setup
- Get your API key from ReplenishRadar > Settings > API Keys.
- Add this server to your MCP client config. In Claude Desktop, open Settings > Developer > Edit Config:
{
"mcpServers": {
"replenishradar": {
"command": "npx",
"args": ["-y", "@replenishradar/mcp-server"],
"env": {
"REPLENISHRADAR_API_KEY": "rr_sk_your_key_here"
}
}
}
}- Restart Claude Desktop and ask: "What are my top stockout risks?"
No ReplenishRadar account yet? Use the public agent intake endpoint to request a short-lived, read-only sandbox key before configuring the server:
POST https://api.replenishradar.com/api/public/agent-intakeAvailable Tools
Read
Standard includes limited read API access. Growth adds diagnosis/status read tools.
| Tool | Description |
|---|---|
rr_get_stockout_risk |
Stockout risk levels for SKUs |
rr_get_inventory_position |
Stock-by-location for an item |
rr_get_demand_forecast |
Demand forecast stats |
rr_get_suggested_purchase_orders |
Suggested POs |
rr_get_replenishment_actions |
Canonical buyer replenishment actions |
rr_get_replenishment_action |
One replenishment action with event history |
rr_get_alerts |
Active alerts |
rr_list_items |
List inventory items |
rr_get_sync_status |
Recent sync history |
rr_list_suppliers |
List vendors/suppliers |
rr_list_purchase_orders |
List purchase orders |
rr_get_purchase_order |
Single PO with line items |
rr_get_po_pdf |
PO PDF info |
rr_get_po_documents |
Documents attached to a PO |
rr_get_po_notes |
Notes attached to a PO |
rr_get_sales_history |
Sales history |
rr_get_top_sellers |
Top-selling SKUs |
rr_get_slow_movers |
Slow-moving SKUs |
rr_get_inventory_value |
Inventory value breakdown |
rr_get_sku_health |
SKU-level health summary |
rr_get_lost_sales |
Estimated lost sales from stockouts |
rr_get_store_health |
Store connection and sync health |
rr_get_data_freshness |
Freshness status by data dimension |
rr_get_setup_status |
Setup milestones and next step |
rr_get_recent_activity |
Recent alerts, POs, and sync rollup |
search_knowledge |
ReplenishRadar product knowledge search |
rr_evaluate_fit |
Deterministic ICP + tier fit verdict (no org data) |






