pluggy-mcp
pluggy-mcp
Pluggy API 데이터 제품 표면을 래핑하는 원격 Model Context Protocol 서버로, Cloudflare Workers에 배포됩니다.
Streamable HTTP 전송을 사용하는 Cloudflare Agents(McpAgent)로 구축되었습니다.
도구
Pluggy의 데이터 제품 전반에 걸쳐 25개의 도구를 제공합니다:
도메인 | 도구 |
항목 |
|
계정 |
|
거래 |
|
투자 |
|
신원 |
|
카테고리 |
|
대출 |
|
신용카드 청구서 |
|
커넥터 |
|
결제, 웹훅, Smart Transfers는 범위에서 제외됩니다.
Related MCP server: @gu-does-packages/pluggy-mcp
인증
MCP 클라이언트는 모든 요청에서 Bearer 토큰으로 인증합니다:
Authorization: Bearer <base64(clientId:clientSecret)>토큰 생성:
printf '%s:%s' "$PLUGGY_CLIENT_ID" "$PLUGGY_CLIENT_SECRET" | base64Worker는 토큰을 디코딩하고, POST /auth를 통해 수명이 짧은 Pluggy API 키를 발급하며(2시간 TTL, 만료 5분 전 갱신), 모든 Pluggy API 호출에 X-API-KEY로 전송합니다. Pluggy 자격 증명은 MCP 클라이언트에 도달하지 않습니다.
개발
npm install
npm run dev # wrangler dev on http://127.0.0.1:8787배포
npx wrangler deploy연결
Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"pluggy": {
"url": "https://<your-worker>.<your-subdomain>.workers.dev/mcp",
"headers": { "Authorization": "Bearer <base64(clientId:clientSecret)>" }
}
}
}Claude Desktop / Windsurf
동일한 형식이며, 구성 파일만 다릅니다(claude_desktop_config.json / ~/.codeium/windsurf/mcp_config.json).
참고 사항
list_items는 옵트인 Pluggy 기능입니다. Pluggy 지원팀이 팀에 대해 활성화할 때까지403 LIST_ITEMS_FEATURE_NOT_ENABLED를 반환합니다.list_transactions는 커서 기반GET /v2/transactions엔드포인트를 사용합니다. 이전 응답의next값에서after커서를 전달하여 페이지네이션합니다.Durable Object는 세션과 발급된 API 키를 수명 동안 유지합니다. 자격 증명은 Worker fetch 핸들러를 통해 요청별로
ctx.props에 전달됩니다.
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