sibs-payment-mcp

RobsonAdvincula/sibs-payment-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server for SIBS payment gateway — create checkouts, verify payments, issue refunds, and generate Multibanco references from any MCP-compatible AI agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sibs-payment-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "RobsonAdvincula/sibs-payment-mcp"
      ]
    }
  }
}

README Excerpt

> A Model Context Protocol (MCP) server that exposes the SIBS payment gateway as tools for AI agents — enabling LLMs to create checkouts, verify payments, issue refunds, and generate Multibanco references natively in any MCP-compatible environment. --- Bridges the SIBS payment gateway to the MCP ecosystem. Any AI agent or LLM-powered tool running in an MCP-compatible host (Claude Desktop, n8n, custom agents) can:

Tools (8)

sibs_cancel_paymentsibs_capture_paymentsibs_create_checkoutsibs_generate_mb_referencesibs_mbway_paymentsibs_payment_statussibs_refund_paymentsibs_test