@gu-does-packages/pluggy-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@gu-does-packages/pluggy-mcpShow my transactions from the last 30 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@gu-does-packages/pluggy-mcp
Servidor MCP para Pluggy — agregador Open Finance Brasil (ITP/TPP).
Baseado no @codespar/mcp-pluggy por CodeSpar, estendido com funcionalidades adicionais.
Licença: MIT — mantém os créditos ao trabalho original da CodeSpar.
Setup
bun installRelated MCP server: pluggy-mcp-server
Quick Start
Via npx (recomendado)
```bash
npx @gu-does-packages/pluggy-mcpClaude Desktop
Adicione ao claude_desktop_config.json:
{
"mcpServers": {
"pluggy": {
"command": "npx",
"args": ["@gu-does-packages/pluggy-mcp"],
"env": {
"PLUGGY_CLIENT_ID": "seu-client-id",
"PLUGGY_CLIENT_SECRET": "seu-client-secret"
}
}
}
}Cursor / VS Code
Mesma configuração em .cursor/mcp.json ou no JSON de MCP do VS Code.
Autenticação
Pluggy usa OAuth2 client-credentials. Obtenha suas credenciais no dashboard da Pluggy.
Variável | Obrigatório | Descrição |
| sim | Client ID do dashboard |
| sim | Client Secret do dashboard |
| não | URL base da API (default |
Sandbox
A Pluggy disponibiliza conectores sandbox (Pluggy Bank, BR · Pluggy Bank) que funcionam com o mesmo endpoint de produção. Use list_connectors com sandbox: true para listá-los.
Comandos
Comando | Descrição |
| Compila para Node.js ( |
| Roda o servidor MCP ( |
| Roda os testes automatizados |
| Abre o MCP Inspector (UI interativa no navegador) |
Créditos
Este projeto é um fork estendido do @codespar/mcp-pluggy (MIT), mantendo toda a funcionalidade original dos 18 tools MCP para a API Pluggy. Agradecimentos à CodeSpar pelo trabalho base.
Extensões em relação ao original
list_investments— recupera todos os investimentos de um item (GET /investments)get_investment— recupera um investimento específico por ID (GET /investments/{id})list_investment_transactions— recupera todas as transações de um investimento (GET /investments/{id}/transactions)
Funcionalidades (18 tools)
Tool | Endpoint Pluggy | Descrição |
|
| Lista conectores (bancos) |
|
| Detalhes de um conector |
|
| Taxonomia de categorias |
|
| Token para Pluggy Connect |
|
| Nova conexão bancária |
|
| Detalhes de uma conexão |
|
| Atualiza credenciais/sync |
|
| Revoga conexão |
|
| Contas de um item |
|
| Detalhes de uma conta |
|
| Transações de uma conta |
|
| Detalhes de uma transação |
|
| Dados cadastrais (CPF, nome, endereço) |
|
| Investimentos de um item |
|
| Detalhes de um investimento |
|
| Transações de um investimento |
|
| Inicia intent de pagamento |
|
| Status do payment intent |
Publicação
bun run build
npm publishnpx @gu-does-packages/pluggy-mcp funciona em qualquer máquina com Node.js instalado.
Licença
MIT — veja LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that provides a conversational interface to the UK Open Banking account information API, allowing agents to interact with bank account data through natural language commands.Last updated
- Flicense-qualityCmaintenanceRead-only MCP server for connecting to Pluggy Open Finance Brasil, exposing accounts, balances, transactions, and investments to Claude agents.Last updated
- Flicense-qualityBmaintenanceEnables AI agents to manage personal finances for Brazilian users through MCP tools, including categorizing transactions, reconciling debts, checking cash-flow projections, and adjusting budgets, with integration to Open Finance Brasil via Pluggy.Last updated
- Alicense-qualityFmaintenanceMCP server for integrating with the Organizze financial manager, enabling AI clients to create transactions, check balances, manage accounts, and more via the Organizze API.Last updated7MIT
Related MCP Connectors
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
Connect your Mercado Pago account to AI via Brazil's Open Finance: balances, statements, cards, inve
Connect your Inter account to AI via Brazil's Open Finance: balances, statements, cards, investments
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gu-does-git/pluggy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server