
Mcp Pix Bcb
Integrate the official Banco Central do Brasil Pix API through MCP so agents can work against the standard Pix stack directly.
Overview
io.github.codespar/mcp-pix-bcb is a MCP server for the Build phase that connects agents to the official Banco Central do Brasil Pix API.
What is this MCP server?
- stdio MCP @codespar/mcp-pix-bcb v0.1.2 targeting official Pix BCB API
- Uses PIX_CLIENT_SECRET for authenticated access to Pix infrastructure
- Focused on Brazil’s Central Bank Pix standard rather than a single acquirer UI
- npm package from codespar mcp-dev-brasil payments subfolder
- Suited when you need BCB-aligned Pix instead of only gateway wrappers
- Server version 0.1.2 on MCP schema 2025-12-11
- 1 required secret environment variable: PIX_CLIENT_SECRET
- Transport stdio via npm @codespar/mcp-pix-bcb
Community signal: 252 GitHub stars.
What problem does it solve?
BCB Pix APIs are dense and easy to misconfigure, which blocks solo builders who want agent help without mis-implementing the national standard.
Who is it for?
Builders with BCB Pix API credentials who need agent-assisted integration against the official standard, often alongside a Brazilian fintech product.
Skip if: Merchants who only need simple Pix QR via PagSeguro or Pagar.me without direct BCB API participation.
What do I get? / Deliverables
Once PIX_CLIENT_SECRET is configured on the stdio server, your agent can invoke Pix BCB API operations as MCP tools while you ship compliant instant-payment features.
- MCP tool surface over official Pix BCB API
- Agent-assisted Pix protocol integration workflows
- Reduced manual API experimentation during Build
Recommended MCP Servers
Journey fit
Direct central-bank Pix API access is implemented during Build when you connect regulated instant payments to your backend. Integrations is the right shelf for BCB Pix API credentials and protocol calls exposed as MCP tools.
How it compares
Official Pix BCB API MCP connector, not a consumer Pix wallet app or generic payment orchestration skill.
Common Questions / FAQ
Who is io.github.codespar/mcp-pix-bcb for?
Developers integrating directly with Brazil’s Central Bank Pix API who use MCP-enabled agents for implementation and ops support.
When should I use io.github.codespar/mcp-pix-bcb?
When your architecture requires the official Pix BCB API during Build, after you have obtained the appropriate client credentials.
How do I add io.github.codespar/mcp-pix-bcb to my agent?
Install @codespar/mcp-pix-bcb, configure stdio in your MCP host, and set PIX_CLIENT_SECRET before running the server.