Open Finance BR aggregator (TPP). Single API across all BR banks: account discovery, balances, transactions, identity, investments, loans, and Pix payment initiation. Pluggy holds the ICP-Brasil cert and does Dynamic Client Registration with each bank โ operator doesn't. Auth via clientId + clientSecret minting a short-lived X-API-KEY. Alpha on npm โ endpoint set provisional pending live-validation.
$ npm install @codespar/mcp-pluggyAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"pluggy": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pluggy"
],
"env": {}
}
}
}Each tool is independent โ your agent loads only what it needs to reduce context and response time.
Tool list is being indexed. Check the source on GitHub in the meantime.
MCP is a protocol โ any framework that speaks it can mount this server.