Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

ifthenpay Payments MCP

com.ifthenpay/payments

Remote MCP for ifthenpay payments: Multibanco, MB WAY and Payshop.

Uptime
100.0%
2 direct probes · 30d
Response
313ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

multibanco_create_reference

Creates a Multibanco payment reference that the customer can use to pay at any ATM or via online banking in Portugal.

mbway_request_payment

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.

mbway_check_status

Checks the status of a previously requested MB WAY payment. Returns pending, paid, declined, timeout, or cancelled.

payshop_create_reference

Creates a Payshop payment reference that the customer can use to pay at any Payshop agent or CTT (postal service) in Portugal.

creditcard_create_payment

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.

pinpay_create_payment

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.

pix_create_payment

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).

payments_list

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.

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"
    }
  }
}