← Index

ai.shawndurrani/mcp-merchant

ai.shawndurrani/mcp-merchant·v0.1.3·Finance & Payments
Quality Score
55
/100

Search-only commerce MCP server backed by Stripe (test)

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.shawndurrani.ai/sse
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-merchant": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-merchant"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "<your-stripe_secret_key>",
        "PRODUCT_LIMIT": "100",
        "REFRESH_INTERVAL_SEC": "600"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-merchant": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-merchant"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "<your-stripe_secret_key>",
        "PRODUCT_LIMIT": "100",
        "REFRESH_INTERVAL_SEC": "600"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-merchant
§02  Environment variables
STRIPE_SECRET_KEY
requiredsecret

Stripe secret key (test mode)

PRODUCT_LIMIT

Max products to cache

REFRESH_INTERVAL_SEC

Catalog refresh interval in seconds

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
5
installability
25
documentation
10
stability
5
§04  Alternatives in Finance & Payments