Back to Browse

Payments MCP Server

FinanceLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://ai.ifthenpay.com/mcp/payments/

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

9 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-ifthenpay-payments": {
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ifthenpay MCP Server

Official Model Context Protocol (MCP) server for ifthenpay payment services.

The ifthenpay MCP Server enables AI assistants and MCP-compatible applications to securely interact with ifthenpay payment services, including Multibanco, MB WAY, Payshop, Credit Card, PinPay, Cofidis Pay, PIX, and payment reporting.


Registry

Registry ID

com.ifthenpay/payments

Remote Endpoint

https://ai.ifthenpay.com/mcp/payments/

Protocol

  • Model Context Protocol (MCP)
  • JSON-RPC 2.0
  • Streamable HTTP

Supported Clients

The server is compatible with any MCP client, including:

  • Claude Desktop
  • GitHub Copilot
  • Visual Studio Code
  • Cursor
  • Windsurf
  • Continue.dev
  • Any other MCP-compatible client

Available Tools

ToolDescription
multibanco_create_referenceCreate a Multibanco payment reference
mbway_request_paymentSend an MB WAY payment request
mbway_check_statusCheck the status of an MB WAY payment
payshop_create_referenceCreate a Payshop payment reference
creditcard_create_paymentCreate a hosted Credit/Debit Card checkout
pinpay_create_paymentCreate a Pay-by-Link supporting Card, Multibanco, MB WAY, Payshop, Google Pay, Apple Pay, Cofidis Pay and PIX
cofidis_create_paymentCreate a Cofidis Pay payment
pix_create_paymentCreate a PIX payment
payments_listRetrieve completed payments from the ifthenpay Backoffice

Rate Limits

To ensure platform stability, the server applies rate limiting.

  • 60 requests per IP per minute
  • Exceeded requests return HTTP 429 Too Many Requests
  • Batch JSON-RPC requests are not supported

Client Configuration

Claude Desktop

{
  "mcpServers": {
    "ifthenpay": {
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}

GitHub Copilot / Visual Studio Code

{
  "servers": {
    "ifthenpay": {
      "type": "http",
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}

Cursor

{
  "mcpServers": {
    "ifthenpay": {
      "url": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}

Windsurf

{
  "mcpServers": {
    "ifthenpay": {
      "serverUrl": "https://ai.ifthenpay.com/mcp/payments/"
    }
  }
}

Continue.dev

{
  "mcpServers": [
    {
      "name": "ifthenpay",
      "transport": {
        "type": "streamable-http",
        "url": "https://ai.ifthenpay.com/mcp/payments/"
      }
    }
  ]
}

Example MCP Request

Initialize the connection:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "initialize",
  "params": {
    "protocolVersion": "2025-03-26",
    "clientInfo": {
      "name": "my-client",
      "version": "1.0"
    }
  }
}

List available tools:

{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/list"
}

Call a tool:

{
  "jsonrpc": "2.0",
  "id": 3,
  "method": "tools/call",
  "params": {
    "name": "multibanco_create_reference",
    "arguments": {
      "mb_key": "...",
      "order_id": "1001",
      "amount": 25.00
    }
  }
}

Documentation

Complete documentation, examples and API reference are available at:

Documentation

https://ai.ifthenpay.com/mcp/docs/

Interactive Test Client

https://ai.ifthenpay.com/mcp/client/

ifthenpay

https://www.ifthenpay.com


License

Copyright © ifthenpay.

All rights reserved.

Reviews

No reviews yet

Be the first to review this server!