payment-verification-mcp

RobsonAdvincula/payment-verification-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server for payment verification across IFTHENPAY and Klarna — check payment status, list transactions, and validate webhooks from any MCP-compatible AI agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "payment-verification": {
      "command": "npx",
      "args": [
        "-y",
        "RobsonAdvincula/payment-verification-mcp"
      ]
    }
  }
}