Pluggy Finance MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLUGGY_ITEM_ID | Yes | The ID of the MeuPluggy item to restrict queries to. | |
| PLUGGY_CLIENT_ID | Yes | Your Pluggy client ID, used for authentication. | |
| PLUGGY_CLIENT_SECRET | Yes | Your Pluggy client secret, used for authentication. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_connection_statusA | Estado e data de atualização do Item configurado. |
| list_accountsC | Contas e cartões autorizados. Subtype é filtrado localmente. |
| get_accountC | Detalhe de uma conta pertencente ao Item configurado. |
| get_account_balanceB | Saldo em tempo real, sujeito ao suporte e limites da instituição. |
| list_account_statementsC | Extratos disponíveis; URLs assinadas expiram e não são acessadas pelo servidor. |
| list_transactionsA | Uma página de até 500 transações v2. Datas YYYY-MM-DD; cursor opaco da resposta anterior. |
| get_transactionD | Transação com vínculo à conta autorizado antes de retornar seus dados. |
| list_credit_card_billsA | Faturas coletadas de um cartão autorizado; não representam todas dívida atual. |
| get_credit_card_billB | Detalhe de fatura após comprovação pela listagem de cartão autorizado. |
| list_investmentsC | Investimentos do Item; página numerada, tamanho entre 1 e 500. |
| get_investmentC | Detalhe de investimento autorizado. |
| list_investment_transactionsC | Movimentações do investimento com paginação numerada. |
| get_total_balanceB | Saldos bancários por moeda e tipo; cartões separados. Instituição pode estar indisponível. |
| get_monthly_expensesA | Gastos lançados no mês YYYY-MM ou intervalo YYYY-MM-DD, em São Paulo; mês atual por padrão. Totais decimais em strings, pendências e ambiguidades separadas. |
| get_expenses_by_categoryC | Gastos por categoria original e moeda; mesmas regras dos gastos mensais. |
| get_credit_card_summaryA | Faturas, vencimentos e pagamentos disponíveis; sem somar faturas históricas como dívida. |
| get_investment_portfolioB | Carteira ativa por instituição, tipo e moeda; posições excluídas ficam explícitas. |
| get_net_worthB | Estimativa patrimonial parcial por moeda, com possíveis sobreposições e lacunas explícitas. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Most tools are clearly separated by resource and action, with list_* for collections and get_* for single items. A few aggregate tools like get_total_balance, get_net_worth, and get_investment_portfolio could be confused, but their descriptions clarify their distinct scopes.
Tool names follow a consistent list_/get_ + noun pattern with snake_case throughout. The verb prefix reliably indicates whether the tool returns a collection or a single resource, making the naming predictable and easy to navigate.
18 tools is slightly above the ideal compact range, but the count is justified by the breadth of finance domains covered: accounts, transactions, credit cards, investments, expenses, and net worth. No tool feels redundant, though a few could potentially be consolidated.
The surface covers the main read-only finance data needs well: accounts, balances, transactions, statements, credit cards, investments, expenses, and net worth. Minor gaps exist, such as no connection refresh or broader account-level filtering, but core workflows are not blocked.