Skip to main content
Glama
danielsuguimoto

pluggy-mcp

pluggy-mcp

一个远程 Model Context Protocol 服务器,封装了 Pluggy API 的数据产品接口,部署在 Cloudflare Workers 上。

使用 Cloudflare Agents(McpAgent)构建,采用 Streamable HTTP 传输。

工具

在 Pluggy 的数据产品中暴露了 25 个工具:

领域

工具

项目

list_itemsretrieve_itemcreate_itemupdate_itemdelete_itemsend_item_mfa

账户

list_accountsretrieve_accountget_real_time_balance

交易

list_transactionsretrieve_transactionupdate_transaction_category

投资

list_investmentsretrieve_investmentlist_investment_transactions

身份

find_identity_by_itemretrieve_identity

类别

list_categoriesretrieve_category

贷款

list_loansretrieve_loan

信用卡账单

list_billsretrieve_bill

连接器

list_connectorsretrieve_connector

支付、webhooks 和 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