MCP server para operações Pix (cash-in/cash-out) via Intra Pay.
Intra Pay MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server para operações Pix (cash-in/cash-out) via Intra Pay.
Este projeto inclui um cliente HTTP tipado, schemas validados com Zod e respostas padronizadas.
Once Intra Pay MCP is connected, these are the calls the assistant has available:
intrapay_health_check — Verifica o status da conexãointrapay_pix_create_static_qrcode — Gera um QR Code Pix estáticointrapay_pix_create_dynamic_immediate_qrcode — Gera um Pix dinâmico para pagamento imediatointrapay_pix_create_dynamic_duedate_qrcode — Gera um Pix dinâmico com data de vencimentointrapay_pix_get_charge_status — Consulta o status de uma cobrançaintrapay_pix_cash_out_by_account — Realiza transferência Pix para conta bancáriaintrapay_pix_cash_out_by_key — Realiza transferência Pix via chave (CPF, Email, etc.)intrapay_pix_cash_out_by_emv — Realiza pagamento lendo um código "Copia e Cola" (EMV)intrapay_webhook_create — Registra um novo webhookintrapay_webhook_list — Lista os webhooks cadastradosCursor — 1. Vá em Settings > MCP > Add Server. 2. Selecione transporte HTTP (ou SSE). 3. URL: https://mcp.intrapay.io/mcp 4. Nome: intrapayYou will need 4 environment variables: SUA_CLIENT_KEY, SEU_CLIENT_SECRET, INTRAPAY_CLIENT_KEY, INTRAPAY_CLIENT_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Intra Pay MCP's toolset — intrapay_health_check, intrapay_pix_create_static_qrcode, intrapay_pix_create_dynamic_immediate_qrcode and 8 more — is a fair guide to whether it matches your workflow. It is maintained by intra-pay; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Intra Pay MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| intrapay_health_check | Verifica o status da conexão. |
| intrapay_pix_create_static_qrcode | Gera um QR Code Pix estático. |
| intrapay_pix_create_dynamic_immediate_qrcode | Gera um Pix dinâmico para pagamento imediato. |
| intrapay_pix_create_dynamic_duedate_qrcode | Gera um Pix dinâmico com data de vencimento. |
| intrapay_pix_get_charge_status | Consulta o status de uma cobrança. |
| intrapay_pix_cash_out_by_account | Realiza transferência Pix para conta bancária. |
| intrapay_pix_cash_out_by_key | Realiza transferência Pix via chave (CPF, Email, etc.). |
| intrapay_pix_cash_out_by_emv | Realiza pagamento lendo um código "Copia e Cola" (EMV). |
| intrapay_webhook_create | Registra um novo webhook. |
| intrapay_webhook_list | Lista os webhooks cadastrados. |
| Cursor | 1. Vá em **Settings** > **MCP** > **Add Server**. 2. Selecione transporte **HTTP** (ou SSE). 3. URL: https://mcp.intrapay.io/mcp 4. Nome: intrapay *Nota: O Cursor pode não ter interface gráfica para adicionar headers cus |
{
"mcpServers": {
"intrapay": {
"command": "node",
"args": [
"C:\\Caminho\\Para\\mcp-server\\dist\\server.js",
"--client-key=SUA_KEY_PRODUCAO",
"--client-secret=SEU_SECRET_PRODUCAO"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SUA_CLIENT_KEY | Credential the server authenticates with. | Yes |
| SEU_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| INTRAPAY_CLIENT_KEY | Credential the server authenticates with. | Yes |
| INTRAPAY_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.