Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPLENISHRADAR_API_KEY | Yes | Your ReplenishRadar API key (rr_sk_live_...) | |
| REPLENISHRADAR_API_URL | No | API base URL (for self-hosted/testing) | https://api.replenishradar.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rr_get_stockout_risk | Get stockout risk levels for SKUs |
| rr_get_inventory_position | Get stock-by-location for an item |
| rr_get_demand_forecast | Get demand forecast stats for an item |
| rr_get_suggested_purchase_orders | Get suggested purchase orders |
| rr_get_alerts | Get active alerts |
| rr_list_items | List inventory items |
| rr_get_sync_status | Get recent sync run history |
| rr_list_suppliers | List vendors/suppliers |
| rr_list_purchase_orders | List purchase orders |
| rr_get_purchase_order | Get a single purchase order with line items |
| rr_get_po_pdf | Get info for generating a PO PDF |
| rr_get_po_documents | List documents attached to a PO |
| rr_get_sales_history | Get sales history |
| rr_get_top_sellers | Get top-selling SKUs |
| rr_get_slow_movers | Get slow-moving SKUs |
| rr_get_inventory_value | Get total inventory value breakdown |
| rr_get_sku_health | Quick SKU-level health summary (risk counts, alert counts) |
| rr_get_lost_sales | Estimate lost sales from stockouts |
| rr_trigger_sync | Trigger an inventory sync |
| rr_acknowledge_alert | Acknowledge an alert |
| rr_create_purchase_order | Create a draft purchase order |
| rr_update_purchase_order | Update a draft purchase order |
| rr_add_po_note | Add a note to a purchase order |
| rr_request_approval | Request human approval for a PO (returns a link) |
| rr_send_purchase_order | Send an approved PO to the supplier |
| rr_cancel_purchase_order | Cancel a purchase order |
| rr_get_document_upload_url | Get upload URL for a PO document |
| rr_record_pi_review | Record proforma invoice details on a PO |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |