mcpbeat

ifthenpay Payments MCP Server

com.ifthenpay/payments
answering

ifthenpay Payments MCP is answering right now. Last checked 14 min ago. It exposes 9 tools. Last commit 25 Jun 2026.

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

Uptime history 39 hours of history · worst hour 25%
39 hours agonow
89.0%
Uptime 24h
81 of 91 checks
9
Tools
read from the server
341 ms
Response time
average over 24h
0
Stars
last commit 25 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add payments --transport http https://ai.ifthenpay.com/mcp/payments/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "payments": {
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.payments]
url = "https://ai.ifthenpay.com/mcp/payments/"
.cursor/mcp.json
{
  "mcpServers": {
    "payments": {
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "payments": {
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mbway
mbway_check_status
Checks the status of a previously requested MB WAY payment. Returns pending, paid, declined, timeout, or cancelled.
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.
cofidis
cofidis_create_payment
Creates a Cofidis Pay instalment payment. Returns a payment URL where the customer can complete the purchase in instalments.
creditcard
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.
multibanco
multibanco_create_reference
Creates a Multibanco payment reference that the customer can use to pay at any ATM or via online banking in Portugal.
payments
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.
payshop
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.
pinpay
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
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).

Endpoints

URLTransportStateLatencyChecked
https://ai.ifthenpay.com/mcp/payments/ streamable-http answering 274 ms 14 min ago

ifthenpay Payments MCP — questions

Answers built from our own checks of this server.

What can ifthenpay Payments MCP do?
It exposes 9 tools, read directly from the server on our last check. Among them: cofidis_create_payment, creditcard_create_payment, mbway_check_status, mbway_request_payment, multibanco_create_reference, payments_list and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is ifthenpay Payments MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 81 of 91 checks got a reply (89.0%), average response time 341 ms. The bar chart above shows every period we have measured.
How do I connect ifthenpay Payments MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does ifthenpay Payments MCP need an API key?
No. ifthenpay Payments MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is ifthenpay Payments MCP?
It answers our handshake in 341 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is ifthenpay Payments MCP open source?
Yes — it is published under the NOASSERTION licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.