pluggy-mcp
pluggy-mcp
Ein Remote-Server für das Model Context Protocol, der die Data-Products-Oberfläche der Pluggy API kapselt und auf Cloudflare Workers bereitgestellt wird.
Erstellt mit Cloudflare Agents (McpAgent) unter Verwendung des Streamable-HTTP-Transports.
Tools
Stellt 25 Tools für Pluggy-Datenprodukte bereit:
Domäne | Tools |
Items |
|
Konten |
|
Transaktionen |
|
Investments |
|
Identitäten |
|
Kategorien |
|
Kredite |
|
Kreditkartenabrechnungen |
|
Connectors |
|
Zahlungen, Webhooks und Smart Transfers liegen außerhalb des Umfangs.
Related MCP server: @gu-does-packages/pluggy-mcp
Authentifizierung
Der MCP-Client authentifiziert sich bei jeder Anfrage mit einem Bearer-Token:
Authorization: Bearer <base64(clientId:clientSecret)>Token generieren:
printf '%s:%s' "$PLUGGY_CLIENT_ID" "$PLUGGY_CLIENT_SECRET" | base64Der Worker dekodiert das Token, erstellt über POST /auth einen kurzlebigen Pluggy-API-Schlüssel (2h TTL, wird 5 Minuten vor Ablauf erneuert) und sendet ihn bei allen Pluggy-API-Aufrufen als X-API-KEY. Pluggy-Anmeldedaten gelangen nie zum MCP-Client.
Entwicklung
npm install
npm run dev # wrangler dev on http://127.0.0.1:8787Bereitstellung
npx wrangler deployVerbinden
Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"pluggy": {
"url": "https://<your-worker>.<your-subdomain>.workers.dev/mcp",
"headers": { "Authorization": "Bearer <base64(clientId:clientSecret)>" }
}
}
}Claude Desktop / Windsurf
Gleiche Struktur, andere Konfigurationsdatei (claude_desktop_config.json / ~/.codeium/windsurf/mcp_config.json).
Hinweise
list_itemsist ein optionales Pluggy-Feature. Es gibt403 LIST_ITEMS_FEATURE_NOT_ENABLEDzurück, bis der Pluggy-Support es für Ihr Team aktiviert.list_transactionsverwendet den cursor-basierten EndpunktGET /v2/transactions. Übergeben Sie denafter-Cursor aus demnext-Wert einer vorherigen Antwort, um zu paginieren.Das Durable Object speichert die Sitzung und den erstellten API-Schlüssel für seine Lebensdauer; Anmeldedaten werden pro Anfrage über den Worker-Fetch-Handler an
ctx.propsübergeben.
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
- FlicenseNot gradedqualityFmaintenanceProvides 667 specialized tools for financial and operational tasks, including fund accounting, compliance, DeFi, and tax management. It enables users to integrate extensive financial intelligence and automated workflows into any MCP-compatible client.1
- AlicenseNot gradedqualityBmaintenanceAn 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.14MIT
- FlicenseNot gradedqualityCmaintenanceExposes personal-finance tools like accounts, transactions, spending analysis, budgets, bills, reminders, portfolio, and goals via MCP, enabling any MCP client to query financial data.
- 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.
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
Conta Azul ERP MCP — sales, customers, finance and NF-e via OAuth 2.0. Read + write, 35 tools.
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/danielsuguimoto/pluggy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server