Labsco
MCP SERVER

Intra Pay Pagamentos

by Intra-Pay

Pix payments from a session: static and dynamic QR codes, payouts by key, bank details or scanned code, charge status and webhooks.

Payments, Billing & Subscriptions
Summary
Pix in and out, from the session.

Both directions of a Pix flow are callable — a charge to hand a customer and a payout to send — with webhooks so your own system hears the result rather than being polled for it.

What it is

A Brazilian Pix server for Intra Pay, documented entirely in Portuguese. It creates cash-in QR codes — static, dynamic immediate, and dynamic with a due date — pays out by Pix key, bank account or scanned EMV code, checks charge status and manages webhooks.

What you get
  • Static Pix QR codes, dynamic immediate ones, and dynamic ones with a due date
  • Payouts by Pix key, by bank account details, or from a scanned EMV code
  • The status of a charge, where the operation supports it
  • Webhooks created and listed, so payment events reach your own system
  • A health check on the connection
Requirements

An Intra Pay client key and secret, sent as x-intrapay-client-key and x-intrapay-client-secret headers to the hosted endpoint at https://mcp.intrapay.io/mcp — which is how one instance serves several clients. Running it locally with your own credentials needs Node.js 20 or higher, and it works against production only.

Setup effort

One command plus a key — npx -y mcp-remote https://mcp.intrapay.io/mcp, then supply credentials