pluggy-mcp
Click on "Deploy 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., "@pluggy-mcplist my recent transactions"
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.
pluggy-mcp
A remote Model Context Protocol server that wraps the Pluggy API data-products surface, deployed on Cloudflare Workers.
Built with Cloudflare Agents (McpAgent) using the Streamable HTTP transport.
Tools
Exposes 25 tools across Pluggy's data products:
Domain | Tools |
Items |
|
Accounts |
|
Transactions |
|
Investments |
|
Identities |
|
Categories |
|
Loans |
|
Credit card bills |
|
Connectors |
|
Payments, webhooks, and Smart Transfers are out of scope.
Related MCP server: Copiloto Financeiro MCP Server
Authentication
The MCP client authenticates with a Bearer token on every request:
Authorization: Bearer <base64(clientId:clientSecret)>Generate the token:
printf '%s:%s' "$PLUGGY_CLIENT_ID" "$PLUGGY_CLIENT_SECRET" | base64The Worker decodes the token, mints a short-lived Pluggy API key via POST /auth (2h TTL, refreshed 5min before expiry), and sends it as X-API-KEY on all Pluggy API calls. Pluggy credentials never reach the MCP client.
Develop
npm install
npm run dev # wrangler dev on http://127.0.0.1:8787Deploy
npx wrangler deployConnect
Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"pluggy": {
"url": "https://<your-worker>.<your-subdomain>.workers.dev/mcp",
"headers": { "Authorization": "Bearer <base64(clientId:clientSecret)>" }
}
}
}Claude Desktop / Windsurf
Same shape, different config file (claude_desktop_config.json / ~/.codeium/windsurf/mcp_config.json).
Notes
list_itemsis an opt-in Pluggy feature. It returns403 LIST_ITEMS_FEATURE_NOT_ENABLEDuntil Pluggy support enables it for your team.list_transactionsuses the cursor-basedGET /v2/transactionsendpoint. Pass theaftercursor from a previous response'snextvalue to paginate.The Durable Object persists the session and the minted API key for its lifetime; credentials are passed per-request via the Worker fetch handler into
ctx.props.
This server cannot be deployed
Maintenance
Related MCP Connectors
Authenticated, user-scoped MCP connectors for 30+ business systems.
Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.
One connector URL giving any MCP client live access to 21 services and 51 tools.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server for the Pluggy Open Finance Brazil API, enabling connection to bank accounts and management of financial data including transactions, accounts, investments, and payment intents through natural language.10 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables 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.-

BankBridgeofficial
FlicenseNot gradedqualityDmaintenanceEnables financial data access from connected bank accounts via MCP tools, allowing natural language queries about balances, transactions, subscriptions, investments, and more, with a focus on privacy and read-only access.-- AlicenseNot gradedqualityBmaintenanceA read-only MCP server exposing Brazilian Open Finance personal financial data from Pluggy to MCP clients, enabling listing of connections, accounts, transactions, credit card bills, investments, and loans without moving money.MIT