Connect Replenish to Claude and ask your inventory questions in plain English. The answers come from Replenish’s deterministic forecasting math — not an LLM guess — so you can trust the numbers and see exactly why.
Included with the Pro plan · 14-day free trial
Replenish runs a Model Context Protocol (MCP) server that gives Claude direct, read-only access to your reorder intelligence.
Ask “what should I reorder?” and Claude lists the SKUs that need a purchase order, with quantity and timing — ranked by urgency.
Ask “why are you recommending I reorder SKU-1234?” and get the full reasoning: velocity, lead time, safety stock, and days of cover.
Ask “what’s about to stock out?” and Claude surfaces your active stockout-risk and dead-stock alerts in one place.
For Claude Desktop. You’ll need the Pro plan and Node.js (for the npx bridge).
In Replenish, open API Access and create a key (it starts with rpl_live_). Copy it now — it’s shown only once.
Press ⌘Q. Claude Desktop rewrites its config file on launch, so edits must be made while it is completely closed.
Open ~/Library/Application Support/Claude/claude_desktop_config.json and add the replenish block below inside mcpServers, pasting your key.
First launch downloads the bridge (~15 seconds), then ask “What should I reorder?” and approve the permission prompt.
{
"mcpServers": {
"replenish": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://www.tryreplenish.store/mcp",
"--header",
"Authorization: Bearer rpl_live_<your-key>"
]
}
}
}The exact config — pre-filled with your endpoint — is also shown inside the app under API Access → Use with Claude. Copy it from there to avoid typos.
Why the npx / mcp-remote wrapper? Claude Desktop’s config only accepts local (stdio) servers, so mcp-remote bridges to our hosted endpoint. On claude.ai or other clients that support remote MCP servers natively, point them at https://www.tryreplenish.store/mcp with an Authorization: Bearer header instead.
General Shopify AI tools can read your products, orders, and customers — but they don’t tell you what to reorder, how much, or when. That’s the gap Replenish fills. And critically: the recommendations are computed by deterministic forecasting math (velocity × lead time + safety stock − stock on hand and incoming), so they’re reproducible and explainable. Claude reads and narrates them — it doesn’t invent them. You get the convenience of asking in plain English with the reliability of a formula behind every answer.
mcp-remote bridge (its config accepts local stdio servers). Clients that support remote MCP servers natively can point directly at https://www.tryreplenish.store/mcp with an Authorization: Bearer header using your Replenish API key.Install Replenish, create an API key, and connect it to Claude. From $10/mo with a 14-day free trial.
Install Replenish on ShopifyClaude integration on the Pro plan · 14-day free trial · no credit card required during trial