Skip to main content
NU

Nubank

v0.2.0-alpha.2OAuth2alpha

El neobank más grande de Brasil vía Open Finance. Datos de cuenta, Pix y transferencias. Tu agente lee saldos e inicia pagos.

22 herramientas1 env vars🇧🇷 Brasilalpha — validación pendiente

Qué puede hacer tu agente

Nubank le da a tu agente 22 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • get_accountsList all accounts (checking, savings)
  • get_balanceGet account balance
  • get_transactionsList transactions with filters
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("get_accounts", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-nubank@alpha

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "nubank": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-nubank@alpha"
      ],
      "env": {
        "NUBANK_CLIENT_ID": "<your_nubank_client_id>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 22 herramientas de abajo — probá get_accounts primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

NUBANK_CLIENT_ID
obligatoriosecret

API key/token for nubank

Herramientas disponibles · 22

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

READget_accounts
List all accounts (checking, savings)
READget_balance
Get account balance
READget_transactions
List transactions with filters
READget_credit_card_bill
Get credit card bill details
READget_investments
List investments and yields
READinitiate_pix
Initiate a PIX transfer
READget_pix_keys
List registered PIX keys
READget_statement
Get account statement for a period

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-nubank` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Nubank — MCP server · 22 tools | CodeSpar