Connector guide1-minute read10 MCP toolsEN · DE · IT

Plaid to 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 にサインアップ → Team Settings → Keysclient_idと次のいずれかの秘密をメモしてください: sandbox, development, production
  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_ID, PLAID_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_createPlaid Linkクライアントに渡す短命のlink_tokenを作成
plaid_item_public_token_exchange公開トークン(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_getACH/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.

関連ガイド