Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Payments Reliability Copilot

FreeNot checked

MCP server for payment reliability tasks including retry strategy recommendation, payment failure simulation, billing guardrail validation, fee leakage detectio

GitHubEmbed

About

MCP server for payment reliability tasks including retry strategy recommendation, payment failure simulation, billing guardrail validation, fee leakage detection, and incident summarization.

README

Payment reliability MCP server for dunning strategy, failure simulation, billing guardrails, fee leakage analysis, and incident summaries.

Available on MCPize

Tools

Tool Description
recommend_retry_strategy Suggests retry cadence and channels based on decline code and segment
simulate_payment_failure Projects outcomes for retry policies on failed transactions
validate_billing_guardrails Enforces tier limits, country policies, and risk thresholds
detect_fee_leakage Compares actual fees against expected rates and flags leakage
summarize_payment_incident Converts event logs into severity, probable causes, and actions

Quick Start

npm install
cp .env.example .env
npm run dev

Server runs with MCPize dev on http://localhost:3000/mcp.

Configuration

Variable Required Description
PORT No Runtime port (MCPize cloud sets this automatically)
NODE_ENV No development enables request/response dev logs

Development

mcpize dev               # Best local dev path
mcpize dev --playground  # Public tunnel + browser playground
npm test                 # Unit tests
npm run test:smoke       # MCP protocol smoke test
npm run build            # Compile TypeScript

Deploy

mcpize login
mcpize deploy

Connect via MCPize

npx -y mcpize connect @azharul.sylhet/payments-reliability-copilot-mcp --client claude

Or visit: https://mcpize.com/mcp/payments-reliability-copilot-mcp

Per-client install commands

claude mcp add --transport http payments-reliability-copilot-mcp https://payments-reliability-copilot-mcp.mcpize.run/mcp
cursor mcp add payments-reliability-copilot-mcp https://payments-reliability-copilot-mcp.mcpize.run/mcp
windsurf mcp add payments-reliability-copilot-mcp https://payments-reliability-copilot-mcp.mcpize.run/mcp
cline mcp add payments-reliability-copilot-mcp https://payments-reliability-copilot-mcp.mcpize.run/mcp

JSON config

{
  "mcpServers": {
    "payments-reliability-copilot-mcp": {
      "url": "https://payments-reliability-copilot-mcp.mcpize.run/mcp"
    }
  }
}

License

MIT

from github.com/mr-azharul/payments-reliability-copilot-mcp

Installing Payments Reliability Copilot

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/mr-azharul/payments-reliability-copilot-mcp

FAQ

Is Payments Reliability Copilot MCP free?

Yes, Payments Reliability Copilot MCP is free — one-click install via Unyly at no cost.

Does Payments Reliability Copilot need an API key?

No, Payments Reliability Copilot runs without API keys or environment variables.

Is Payments Reliability Copilot hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Payments Reliability Copilot in Claude Desktop, Claude Code or Cursor?

Open Payments Reliability Copilot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Payments Reliability Copilot with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs