Financial data aggregation: bank accounts, transactions, balances, and identity verification via Plaid API.
40+ deploysclaude mcp add plaid --url https://datafaucet.dev/api/mcp/t/plaid
Run this command in your terminal · most users connect in under 60s
get_accounts
Get all bank accounts linked to an access token. Returns account name, type, subtype, mask, and balances.
https://production.plaid.com/accounts/get
sync_transactions
Get new, modified, and removed transactions since last sync. Returns transaction details with merchant, amount, category, and date.
https://production.plaid.com/transactions/sync
get_balances
Get real-time balance for all accounts. Returns current, available, and limit amounts with currency.
https://production.plaid.com/accounts/balance/get
get_identity
Get account holder identity: name, address, email, and phone numbers as reported by the financial institution.
https://production.plaid.com/identity/get
search_institutions
Search supported financial institutions by name. Returns institution ID, name, supported products, and routing numbers.
https://production.plaid.com/institutions/search
get_item
Get item metadata: institution, available products, consent expiration, and error state.
https://production.plaid.com/item/get
Run this in your terminal:
claude mcp add plaid https://datafaucet.dev/api/mcp/t/plaid
Connect Plaid to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{access_token}API settings page{plaid_client_id}Resource identifier{plaid_secret}API settings page{query}Your valuePreview:
POST https://production.plaid.com/accounts/get Content-Type: application/json {"client_id":"{plaid_client_id}","secret":"{plaid_secret}","access_token":"{access_token}"}
claude mcp add plaid --url https://datafaucet.dev/api/mcp/t/plaidWhat your AI agent sees
I have access to 6 tools from Plaid: get_accounts, sync_transactions, get_balances, and 3 more.
“Get all bank accounts linked to an access token. Returns account name, type, subtype, mask, and balances.”
Calling get_accounts... Done. Here are the results.
Try these prompts
“Show me all linked bank accounts and their current balances”
Copy“Sync my latest transactions and categorize spending by merchant”
Copy“Search for 'Chase' in supported institutions and show available products”
CopyClick any prompt to copy, then paste into your AI client.