Connector guide1-minute read10 MCP toolsEN · DE · IT

Plaid 到 MCP — 从任何 AI 代理驱动 Plaid

从任何 AI 代理读取 Plaid(银行链接、交易、余额、身份、负债、投资)。10 种工具,主体凭证认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Plaid

Read Plaid (bank-linking, transactions, balances, identity, liabilities, investments) from any AI agent. 10 tools, body-credential auth.

Tools

10

Region

INTL

Category

Payments

Authentication

Public API

Required env vars

PLAID_CLIENT_IDPLAID_SECRET
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Plaid in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

从任何 AI 代理读取 Plaid(银行链接、交易、余额、身份、负债、投资)。10 种工具,主体凭证认证。

试试这样问

Plaid 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Plaid · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 无需安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Plaid,粘贴你的凭证,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Plaid

从任何 AI 代理读取 Plaid(银行链接、交易、余额、身份、负债、投资)。10 种工具,主体凭证认证。

设置

此连接器封装了 Plaid REST API(按环境)。

设置

  1. https://dashboard.plaid.com 注册 → 团队设置 → 密钥。记下你的 client_id 和以下之一:sandboxdevelopmentproduction 密钥。
  2. 环境很重要:更改 baseUrl:sandbox.plaid.com(免费,虚拟银行),development.plaid.com(真实银行,100 个免费项目),production.plaid.com(付费)。默认为 sandbox。
  3. 设置 PLAID_CLIENT_IDPLAID_SECRET

认证:每个 POST 请求在 JSON 主体中发送 client_id + secret — 而不是作为头部。适配器通过 envVars 自动合并它们。

…(在应用内连接器说明中继续)

先决条件PLAID_CLIENT_IDPLAID_SECRET

本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 Plaid 并粘贴在先决条件下列出的 env vars。

可用工具

工具功能
plaid_link_token_create创建一个短期有效的 link_token 以传递给 Plaid Link 客户端
plaid_item_public_token_exchange用 public_token(来自 Plaid Link)交换一个长期有效的 access_token + item_id
plaid_item_get获取有关项目的元数据(机构、产品、计费产品、状态、错误)
plaid_accounts_get列出项目的账户,包括名称、掩码、类型(存款、信用、贷款、投资)、子类型
plaid_accounts_balance_get获取项目账户的实时余额(可能会触发刷新 — 比 accounts_get 慢)
plaid_transactions_get获取日期范围内的交易(最多可追溯 730 天)
plaid_transactions_sync增量交易同步
plaid_identity_get获取附加到项目账户的身份信息(姓名、电子邮件、地址、电话号码)
plaid_auth_get获取银行路由 + 账户号码以进行 ACH/EFT 设置
plaid_institutions_search按名称 + 国家搜索 Plaid 支持的金融机构目录

下一步

这份指南对你有帮助吗?

Ready to ship

Your Plaid agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南