
Mcp Nubank
Wire Claude or Cursor to Nubank via Open Finance so your agent can read accounts, run PIX, and initiate transfers without leaving the chat.
Overview
io.github.codespar/mcp-nubank is a MCP server for the Build phase that connects coding agents to Nubank accounts, PIX, and transfers through Brazilian Open Finance.
What is this MCP server?
- stdio MCP server @codespar/mcp-nubank v0.1.0 on npm
- Open Finance–backed Nubank access: accounts, balances, and transaction context
- PIX and transfer operations callable from compatible coding agents
- Requires NUBANK_CLIENT_ID secret env var at startup
- Part of codespar/mcp-dev-brasil payments package family
- Package version 0.1.0
- 1 required secret environment variable: NUBANK_CLIENT_ID
- Transport: stdio
Community signal: 252 GitHub stars.
What problem does it solve?
You want your agent to act on real Nubank money movement and balances without hand-rolling Open Finance auth and API clients.
Who is it for?
Brazil-based solo builders shipping agent-assisted finance, payout, or personal banking automations tied to Nubank.
Skip if: Teams outside Brazil, builders without Open Finance credentials, or anyone who only needs sandbox mocks without a live Nubank relationship.
What do I get? / Deliverables
After install, your agent can invoke MCP tools against Nubank using a configured client id and stdio transport.
- Registered stdio MCP server for Nubank in your agent
- Agent-callable tools for accounts, PIX, and transfers
- Documented secret env setup for NUBANK_CLIENT_ID
Recommended MCP Servers
Journey fit
Banking connectors belong on the Build shelf under integrations because you install them while wiring product or ops automation to live Brazilian payment rails. Nubank is a third-party financial API exposed through stdio MCP, matching the integrations subphase for external service hooks.
How it compares
Open Finance MCP bridge for one neobank, not a multi-bank aggregator skill.
Common Questions / FAQ
Who is mcp-nubank for?
Solo and indie developers in Brazil who use Claude Code, Cursor, or similar agents and need Nubank account, PIX, or transfer tools in the same workspace as their code.
When should I use mcp-nubank?
Use it during Build when you are integrating live Brazilian banking into an agent workflow, reconciliation bot, or internal ops assistant that must talk to Nubank via Open Finance.
How do I add mcp-nubank to my agent?
Install @codespar/mcp-nubank from npm, configure stdio MCP in your agent, and set the required NUBANK_CLIENT_ID environment variable before starting the server.