MCP server for payment verification across IFTHENPAY and Klarna — check payment status, list transactions, and validate webhooks from any MCP-compatible AI agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"payment-verification": {
"command": "npx",
"args": [
"-y",
"RobsonAdvincula/payment-verification-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add payment-verification npx -y RobsonAdvincula/payment-verification-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"payment-verification": {
"command": "npx",
"args": [
"-y",
"RobsonAdvincula/payment-verification-mcp"
]
}
}
}
📋 Copy