ifthenpay Payments MCP
com.ifthenpay/paymentsRemote MCP for ifthenpay payments: Multibanco, MB WAY and Payshop.
Tools · 8
Creates a Multibanco payment reference that the customer can use to pay at any ATM or via online banking in Portugal.
Sends an MB WAY payment request to the customer's mobile phone. The customer approves the payment in the MB WAY app. Use mbway_check_status to check the result.
Checks the status of a previously requested MB WAY payment. Returns pending, paid, declined, timeout, or cancelled.
Creates a Payshop payment reference that the customer can use to pay at any Payshop agent or CTT (postal service) in Portugal.
Creates a credit/debit card payment session and returns a payment URL. The customer is redirected to a hosted checkout page to complete payment with their card.
Creates a Pay by Link / PINPAY payment. Returns a shareable payment URL and a PIN code. The hosted checkout supports multiple payment methods including Credit Card, Google Pay, and Apple Pay.
Creates a PIX payment for Brazilian customers. Returns a payment URL and a QR code value. Customer must have a CPF number (Brazilian tax ID).
Lists completed payments using the ifthenpay Backoffice Key. Filter by payment method, date range, order ID, reference or request ID. Returns up to 1000 most recent payments if no filters are applied.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ifthenpay_payments_mcp": {
"url": "https://ai.ifthenpay.com/mcp/payments/",
"transport": "streamable-http"
}
}
}