Plaid
Plaid's hosted MCP for financial data agents. Account balances, transactions, identity verification, all behind their existing OAuth flow.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-18
Plaid is a well-established fintech infrastructure provider trusted by major banks and fintechs, which gives this MCP server strong maintainer credentials. The OAuth flow provides proper authentication boundaries, and the API is scoped to financial data reads rather than arbitrary system access. However, the hosted nature means you're routing sensitive financial queries through Plaid's infrastructure, and there's no public repository or package to audit. The lack of transparent install method or versioning is concerning for supply chain verification. The permissions are inherently sensitive (reading account balances, transactions, identity data) even though they're properly scoped within Plaid's domain. You're trusting Plaid's security posture end-to-end, which is reasonable given their track record, but the opacity around deployment and the absence of self-hosted options limit your ability to verify what's actually running.
Green flags
- Plaid is established fintech infrastructure provider with strong security record
- OAuth flow provides proper authentication boundaries
- API scoped to financial reads, not arbitrary system access
- Used by major banks and fintechs in production
- Official vendor implementation, not community fork
Red flags
- Hosted service with no public repo or source code to audit
- No package distribution or versioning visible for supply chain verification
- Handles highly sensitive financial data (balances, transactions, identity)
- Unclear install method and deployment model
- Requires production API credentials (PLAID_CLIENT_ID, PLAID_SECRET)
Permissions requested
Review
Install this if you're building agents that need real financial data and you're already comfortable with OAuth flows. Skip it if you're just exploring MCPs or don't have a concrete use case that justifies the Plaid API setup. The value is high, but only if you actually need what it does.
Good at
- Production-grade OAuth flow built in, so you're never handling raw banking credentials.
- Enriched transaction data includes merchant names, categories, and metadata you'd otherwise have to scrape or infer.
- Works across multiple financial institutions without writing institution-specific code.
- Identity verification features let you build agents that confirm account ownership, useful for onboarding workflows.
Watch out
- Requires a Plaid developer account and API keys, which adds setup friction for casual experimentation.
- Free tier is limited. Production use will incur Plaid API costs that scale with usage.
- Error messages when OAuth fails can be vague, especially around expired bank connections.
- No install command or package means manual configuration, and the repo link is missing so you're relying on documentation elsewhere.
Getting started
Works with
Similar MCPs
- Lara Translate MCPProfessional translation with language detection, context-aware translations, translation memories, and glossaries.
- Make MCPTurns Make automation scenarios into callable tools for AI assistants, bridging 1,000+ apps through Make workflows.
- CCXT MCPCrypto exchange integration using CCXT, covering spot, futures, OHLCV, balances, and orders across 20+ exchanges.
- HubSpotHubSpot's MCP for CRM workflows: contacts, deals, tickets, properties. Distributed via NPM, see the developer docs for install steps.