plaid-dashboard-mcp-server
For AI tools and applications, Plaid hosts a Model Context Protocol (MCP) server that provides several tools to help you better understand your Plaid integration health, investigate user-facing issues, and more.
Plaid Dashboard MCP Server
Plaid's MCP server enables AI tools to access Plaid integration health, Link analytics, and usage metrics via the Model Context Protocol (SSE transport).
What it does
- Diagnose Plaid items with
plaid_debug_item - Analyze Link conversion rates with
plaid_get_link_analytics - Track product usage via
plaid_get_usages - List teams with
plaid_list_teams
How to use
- Authorization: Create an OAuth token with scope
mcp:dashboardusing Plaid's/oauth/tokenAPI. - Connect: Use the SSE endpoint
https://api.dashboard.plaid.com/mcp/ssewith anAuthentication: Bearer <access_token>header. - Integrate: Use client libraries (OpenAI/Anthropic) to add the MCP server as a tool.
Notes
- Requires production Plaid access.
- Tokens expire every 15 minutes; refresh using the
refresh_token. - Limited official support (active development).
Recommend MCP Servers 💡
lambda-capture-mcp
Provides an MCP server for semantic search of macroeconomic data, integrating with the Lambda Capture Semantic Search API to offer contextual information for AI agents.
financial-datasets
An MCP server providing access to stock market and cryptocurrency data from Financial Datasets, including income statements, balance sheets, cash flow, prices, and news.
xero-mcp
A Model Context Protocol server allows Clients to interact with Xero
sanxxit/AWS-cost-explorer-with-MCP-server
An MCP server for accessing AWS Cost Explorer and Amazon Bedrock usage data through Anthropic's Model Control Protocol
monad-bridge-mcp-server
A lightweight MCP server enabling bridging between Ethereum Sepolia and Monad Testnet using Wormhole bridge
Nasdaq Data Link MCP Server
A Model Context Protocol (MCP) server that provides large language models with access to Nasdaq Data Link's extensive financial and economic datasets.