Connector guide1-minute read10 MCP toolsEN · DE · IT

PlaidをChatGPTに接続する方法 — MCP経由

任意の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 + ChatGPT

任意のAIエージェントからPlaid(銀行リンク、取引、残高、身分、負債、投資)を読み取ります。10のツール、ボディ認証。

前提条件

コネクタに組み込まれた完全なセットアップ手順を参照してください(コネクタを選択したときにアプリ内ストアで表示されます)。このコネクタに必要な環境変数は次のとおりです:

PLAID_CLIENT_ID, PLAID_SECRET

ステップ1 — 認証情報を取得

このコネクタはPlaid REST APIをラップしています(環境ごと)。

セットアップ

  1. https://dashboard.plaid.com にサインアップ → Team Settings → Keysclient_idと次のいずれかのsecretをメモしてください: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を介して自動的にマージします。

…(アプリ内コネクタの手順に続く)

ステップ2 — アダプターをインストール

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

ステップ3 — ChatGPTにコネクタを追加

ChatGPTはConnectors機能を介してMCPサーバーをサポートしています(Plus / Pro / Team / Enterpriseプラン)。無料プランではカスタムコネクタはサポートされていません。

  1. ChatGPT → Settings → Connectorsを開きます(または作成者内の🔧アイコンをクリックしてManage connectors)。
  2. **"Add custom connector"**をクリックします。
  3. 次の情報を入力します:
    • Name: Plaid
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearerトークン → あなたのMCP APIキーを貼り付けます(AnythingMCP → Profile → MCP API Keys → New Keyから)
  4. Connectをクリックして認証します。

利用可能なツール

ツール機能
plaid_link_token_createPlaid Linkクライアントに渡す短命のlink_tokenを作成します
plaid_item_public_token_exchangepublic_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_getACH/EFT設定のための銀行ルーティング + アカウント番号を取得します
plaid_institutions_search名前 + 国でPlaidのサポートされている金融機関のカタログを検索します

FAQ

ChatGPTの無料プランはカスタムMCPコネクタと連携しますか? いいえ — Plus、Pro、TeamまたはEnterpriseが必要です。

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Your Plaid agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

関連ガイド