Skip to main content
Glama
danielsuguimoto

pluggy-mcp

pluggy-mcp

Pluggy API 데이터 제품 표면을 래핑하는 원격 Model Context Protocol 서버로, Cloudflare Workers에 배포됩니다.

Streamable HTTP 전송을 사용하는 Cloudflare Agents(McpAgent)로 구축되었습니다.

도구

Pluggy의 데이터 제품 전반에 걸쳐 25개의 도구를 제공합니다:

도메인

도구

항목

list_items, retrieve_item, create_item, update_item, delete_item, send_item_mfa

계정

list_accounts, retrieve_account, get_real_time_balance

거래

list_transactions, retrieve_transaction, update_transaction_category

투자

list_investments, retrieve_investment, list_investment_transactions

신원

find_identity_by_item, retrieve_identity

카테고리

list_categories, retrieve_category

대출

list_loans, retrieve_loan

신용카드 청구서

list_bills, retrieve_bill

커넥터

list_connectors, retrieve_connector

결제, 웹훅, 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" | base64

Worker는 토큰을 디코딩하고, 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에 전달됩니다.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    F
    maintenance
    Provides 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    An 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.
    14
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes personal-finance tools like accounts, transactions, spending analysis, budgets, bills, reminders, portfolio, and goals via MCP, enabling any MCP client to query financial data.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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