Loading MCP server directory, please wait...
PagBrasil — cross-border acquiring into Brazil: Pix, Boleto Flash, refunds
npx @getmcp/cli add io.github.codespar/mcp-pagbrasilRequires Node.js 18+. Community-contributed server. Review source before installing.
PAGBRASIL_PBTOKENMerchant token (pbtoken) from the PagBrasil Dashboard
PAGBRASIL_SECRETSecret phrase from the PagBrasil Dashboard
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-pagbrasil": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pagbrasil"
],
"env": {
"PAGBRASIL_PBTOKEN": "",
"PAGBRASIL_SECRET": "",
"PAGBRASIL_BASE_URL": ""
}
}
}
}