Intra Pay Pagamentos

by intra-pay

Not rated
GitHub

About

Payments of Brazil - PIX Browse Intra Pay Pagamentos MCP Server for Claude, Cursor, VS Code, and other AI agents.

Details

Author
intra-pay
Categories
Other, Developer Tools

Setup

Install Intra Pay Pagamentos in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/intra-pay/mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

Este projeto inclui um cliente HTTP tipado, schemas validados com Zod e respostas padronizadas.

- Autenticação: Gerenciamento automático de tokens com cache.
- Pix Cash-In: Criação de QR Codes estáticos, dinâmicos imediatos e com vencimento.
- Pix Cash-Out: Pagamentos por chave Pix, dados bancários ou leitura de QR Code (EMV).
- Webhooks: Criação e listagem de webhooks para notificação de eventos.
- Consultas: Verificação de status de cobranças (onde suportado).

- Node.js 20 ou superior (apenas se for rodar localmente).

O servidor MCP da Intra Pay funciona exclusivamente emProdução(api.intrapay.io).

Autenticação Multi-Tenant (Suporte a Múltiplos Clientes)

Este servidor suporta autenticação por requisição. Isso permite que uma única instância hospedada (https://mcp.intrapay.io/mcp) atenda a múltiplos clientes, cada um com suas próprias credenciais.

Para isso, o cliente MCP deve enviar as credenciais através dos Headers HTTP:

- x-intrapay-client-key: Sua Client Key
- x-intrapay-client-secret: Seu Client Secret

Se os headers não forem enviados, o servidor usará as credenciais padrão configuradas no ambiente.

Edite o arquivo de configuração (Windows:%APPDATA%\Trae\User\mcp.json):

{ "servers": { "intrapay": { "type": "http", "url": "https://mcp.intrapay.io/mcp", "headers": { "x-intrapay-client-key": "SUA_CLIENT_KEY", "x-intrapay-client-secret": "SEU_CLIENT_SECRET" }, "metadata": { "name": "intrapay-mcp", "description": "MCP server para operações Pix via Intra Pay" } } } }

- Vá emSettings>MCP>Add Server.
- Selecione transporteHTTP(ou SSE).
- URL:https://mcp.intrapay.io/mcp
- Nome:intrapayNota: O Cursor pode não ter interface gráfica para adicionar headers customizados ainda. Se for o caso, use a configuração local ou verifique a documentação atualizada do Cursor.

Use esta opção se precisar usarsuas próprias credenciaisIntra Pay.

Adicione aoclaude_desktop_config.json:

{ "mcpServers": { "intrapay": { "command": "node", "args": [ "C:\\Caminho\\Para\\mcp-server\\dist\\server.js", "--client-key=SUA_KEY_PRODUCAO", "--client-secret=SEU_SECRET_PRODUCAO" ] } } }
# Instalar dependências npm install # Build npm run build # Rodar com suas credenciais node dist/server.js --client-key=SUA_KEY --client-secret=SEU_SECRET

O servidor expõe as seguintes ferramentas para o agente:

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

Se quiser hospedar sua própria instância com suas chaves:
- Crie um projeto na Railway/Vercel conectado a este repositório.
- Configure as variáveis de ambiente (INTRAPAY_CLIENT_KEY,INTRAPAY_CLIENT_SECRET) no painel do provedor.
- O comando de inicialização énpm start.

- Credenciais: Nunca commite suas chaves ou arquivo.env.
- Logs: O sistema evita logar informações sensíveis, mas registra metadados de transações (txid) para auditoria.

Este projeto é de uso livre para integração com a API da Intra Pay.

Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.

Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP

AI-powered no-code app builder with 17 MCP tools — create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.

An mcp server for your food ordering needs.

Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.

Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.

A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.

Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf — zero config, no API key.

Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.

Real-time stock heatmaps and investment tools delivered as interactive React components.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.