ReplenishRadar MCP
OtherInventory intelligence MCP server with 28 tools for stockout risk, demand forecasts, and purchase orders across Shopify and Amazon.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"replenishradar-mcp": {
"command": "npx",
"args": [
"-y",
"@replenishradar/mcp-server"
]
}
}
}