Loading MCP server directory, please wait...
Search-only commerce MCP server backed by Stripe (test)
npx @getmcp/cli add ai.shawndurrani/mcp-merchantRequires Node.js 18+. Community-contributed server. Review source before installing.
STRIPE_SECRET_KEYStripe secret key (test mode)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.shawndurrani/mcp-merchant": {
"command": "npx",
"args": [
"-y",
"mcp-merchant"
],
"env": {
"STRIPE_SECRET_KEY": "",
"PRODUCT_LIMIT": "100",
"REFRESH_INTERVAL_SEC": "600"
}
}
}
}