Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ifthenpay Payments MCP

REMOTE · AI.IFTHENPAY.COM · SCANNED SEP 21

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

Available components

0 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1556 tokens (~194/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management88
  • Stability check failed: schema churn in the 30 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "mbway_request_payment" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the ifthenpay Payments MCP server?

ifthenpay Payments MCP is a hosted endpoint at https://ai.ifthenpay.com/mcp/payments/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · ai.ifthenpay.com

# add to Claude Code
claude mcp add --transport http com-ifthenpay-payments 'https://ai.ifthenpay.com/mcp/payments/'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-ifthenpay-payments": {
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-ifthenpay-payments": {
      "type": "http",
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-ifthenpay-payments]
url = "https://ai.ifthenpay.com/mcp/payments/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ifthenpay-payments": {
      "type": "remote",
      "url": "https://ai.ifthenpay.com/mcp/payments/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-ifthenpay-payments --url 'https://ai.ifthenpay.com/mcp/payments/' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-ifthenpay-payments:
    url: "https://ai.ifthenpay.com/mcp/payments/"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-ifthenpay-payments": {
      "Transport": "http",
      "Url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}
# add to Vellum
assistant mcp add com-ifthenpay-payments -t streamable-http -u 'https://ai.ifthenpay.com/mcp/payments/'
// mcp.json
{
  "mcpServers": {
    "com-ifthenpay-payments": {
      "type": "http",
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 81 to 84.

  • 18 Sept 26 −1

    No change was recorded against any check on this day. Stability & Change Management went from 88 to 81.

  • 16 Sept 26 0
    • Stability: unverified → fail security
    • Injection markers: unverified → pass security
    • HSTS header: unverified → pass security
    • Transport: fail → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • MCP protocol: unverified → fail functional
    • Endpoint reachability: unreachable → reachable functional
    • Tool coverage: unverified → 100 functional
  • 15 Sept 26 0
    • Endpoint reachability: reachable → unreachable security
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • HSTS header: pass → unverified security
    • Transport: pass → fail security
    • Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it. security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
  • 14 Sept 26 0
    • Stability: unverified → fail security
    • Injection markers: unverified → pass security
    • HSTS header: unverified → pass security
    • Transport: fail → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • MCP protocol: unverified → fail functional
    • Endpoint reachability: unreachable → reachable functional
    • Tool coverage: unverified → 100 functional
  • 13 Sept 26 0
    • Endpoint reachability: reachable → unreachable security
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • HSTS header: pass → unverified security
    • Transport: pass → fail security
    • Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it. security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
  • 12 Sept 26 0
    • “mbway_request_payment” reworded the description of “order_id” cosmetic

    1 cosmetic change on this day. Switch on “Show cosmetic changes” to see it.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 84 to 88.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://ai.ifthenpay.com/mcp/payments/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=ifthenpay.com CN=WE1,O=Google Trust Services,C=US 13 Sept 2026 12 Dec 2026 ECDSA 256 ECDSA-SHA256 79f01eb10b0fafd213bb8154962f31fa
SANs: ifthenpay.com, *.ifthenpay.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of ai.ifthenpay.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
ifthenpay.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
x-content-type-options nosniff
referrer-policy strict-origin-when-cross-origin
permissions-policy geolocation=(), microphone=(), camera=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://ai.ifthenpay.com/mcp/payments/ Verified 200
http (plaintext) http://ai.ifthenpay.com/mcp/payments/ HTTPS enforced 301 https://ai.ifthenpay.com/mcp/payments/
MCP tools · 8 exposed · ~1,556 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
creditcard_create_payment ~171

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.

NameTypeReqDescription
amountnumberyesPayment amount in EUR (e.g. 10.50).
cancel_urlstringyesURL to redirect the customer if they cancel the payment.
ccard_keystringyesifthenpay Credit Card key.
error_urlstringyesURL to redirect the customer if the payment fails.
languagestringLanguage for the checkout page (e.g. "pt", "en"). Defaults to "pt".
order_idstringyesUnique order identifier in your system (max 15 characters).
success_urlstringyesURL to redirect the customer after a successful payment.

No output schema declared.

No examples provided.

mbway_check_status ~64

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

NameTypeReqDescription
mbway_keystringyesifthenpay MB WAY key.
request_idstringyesRequest ID returned by mbway_request_payment.

No output schema declared.

No examples provided.

mbway_request_payment ~136

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.

NameTypeReqDescription
amountnumberyesPayment amount in EUR (e.g. 10.50).
descriptionstringShort payment description shown in the MB WAY app.
mbway_keystringyesifthenpay MB WAY key.
order_idstringyesUnique order identifier in your system (max 15 characters).
phonestringyesCustomer mobile number in format "351#912345678" (country code # number).

No output schema declared.

No examples provided.

multibanco_create_reference ~105

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

NameTypeReqDescription
amountnumberyesPayment amount in EUR (e.g. 10.50).
expiry_daysintegerNumber of days until the reference expires. Defaults to no expiry if omitted.
mb_keystringyesifthenpay Multibanco key.
order_idstringyesUnique order identifier in your system.

No output schema declared.

No examples provided.

payments_list ~293

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.

NameTypeReqDescription
amountstringFilter by exact payment amount.
bo_keystringyesifthenpay Backoffice Key (provided when signing the contract).
date_endstringEnd date/time in format dd-MM-yyyy HH:mm:ss (e.g. 31-01-2024 23:59:59).
date_startstringStart date/time in format dd-MM-yyyy HH:mm:ss (e.g. 01-01-2024 00:00:00).
entitystringPayment method entity filter. Use: MB, MBWAY, PAYSHOP, CCARD, GOOGLE, APPLE, PIX, or a 5-digit Multibanco entity number. Leave blank for all methods.
order_idstringFilter by order identifier.
referencestringFilter by payment reference (Multibanco/Payshop reference or orderId for other methods).
request_idstringFilter by the unique request token returned at payment creation.
sub_entitystringPayment method key or sub-entity (e.g. MB KEY, MBWAY KEY, PAYSHOP KEY). Leave blank to match all.

No output schema declared.

No examples provided.

payshop_create_reference ~121

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

NameTypeReqDescription
amountnumberyesPayment amount in EUR (e.g. 10.50).
expiry_datestringExpiry date in YYYYMMDD format (e.g. 20301231). Leave blank for no expiry.
order_idstringyesUnique order identifier in your system (max 25 characters).
payshop_keystringyesifthenpay Payshop key.

No output schema declared.

No examples provided.

pinpay_create_payment ~397

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.

NameTypeReqDescription
accountsstringPayment methods to show in the gateway, separated by semicolons. Format: METHOD|KEY (e.g. "MBWAY|MBWAY-KEY;MB|MB-KEY;PAYSHOP|PAYSHOP-KEY;CCARD|CCARD-KEY"). Leave blank to use gateway defaults.
amountnumberyesPayment amount in EUR (e.g. 10.50).
btn_close_labelstringLabel text for the close/back button.
btn_close_urlstringURL for the close/back button on the payment page.
cancel_urlstringURL to redirect the customer if they cancel.
descriptionstringShort description shown on the payment page (max 200 characters).
error_urlstringURL to redirect the customer if the payment fails.
expiry_datestringLink expiry date in YYYYMMDD format (e.g. 20301231). Leave blank for no expiry.
gateway_keystringyesifthenpay Gateway key for Pay by Link / PINPAY.
langstringLanguage for the payment page: pt, en, es, fr. Defaults to pt.
order_idstringyesUnique order identifier in your system (max 15 characters).
otpstringOne-time payment: "true" makes the link expire after a single payment.
selected_methodstringPre-select a payment method: 1=Multibanco, 2=MB WAY, 3=Payshop, 4=Credit Card, 8=Pix.
success_urlstringURL to redirect the customer after a successful payment.

No output schema declared.

No examples provided.

pix_create_payment ~269

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

NameTypeReqDescription
amountnumberyesPayment amount in BRL (e.g. 50.00).
customer_addressstringCustomer street address.
customer_citystringCustomer city.
customer_cpfstringyesCustomer CPF number (Brazilian tax ID), digits only (e.g. 74026594025).
customer_emailstringyesCustomer email address.
customer_namestringyesFull name of the customer (max 150 characters).
customer_phonestringyesCustomer phone number including country code (e.g. +5585912345678).
customer_statestringCustomer state (e.g. CE, SP).
customer_zip_codestringCustomer postal/ZIP code.
descriptionstringShort description or reference for the payment (max 200 characters).
order_idstringyesUnique order identifier in your system (max 25 characters).
pix_keystringyesifthenpay PIX key.
redirect_urlstringyesURL to redirect the customer after payment. Check payment status via the status API after redirect.

No output schema declared.

No examples provided.

Common questions

What is the ifthenpay Payments MCP server?

ifthenpay Payments MCP is listed in the public MCP registry as com.ifthenpay/payments. Remote MCP for ifthenpay payments: Multibanco, MB WAY and Payshop. This page covers its hosted endpoint (https://ai.ifthenpay.com/mcp/payments/).

Is the ifthenpay Payments MCP server safe to use?

ifthenpay Payments MCP scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ifthenpay Payments MCP server expose?

ifthenpay Payments MCP exposes 8 tools: multibanco_create_reference, mbway_request_payment, mbway_check_status, payshop_create_reference, creditcard_create_payment, and 3 more. Their descriptions and schemas cost roughly 1,556 tokens of context every time the server is loaded.

Does the ifthenpay Payments MCP server require authentication?

No. We connected to ifthenpay Payments MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the ifthenpay Payments MCP server still maintained?

ifthenpay Payments MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.