Official Pix API from Banco Central do Brasil. Instant transfers, QR codes, DICT key lookup, and devolution flows.
$ npm install @codespar/mcp-pix-bcbAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"pix-bcb": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pix-bcb"
],
"env": {
"PIX_CLIENT_SECRET": "<your_pix_client_secret>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try create_cob first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
PIX_CLIENT_SECRETAPI key for pix-bcb
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_cobget_coblist_cobsupdate_cobcreate_cobvlist_cobvupdate_cobvget_pixMCP is a protocol โ any framework that speaks it can mount this server.