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 💡
crypto-indicators-mcp
An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
@kukapay/crypto-projects-mcp
An MCP server that provides cryptocurrency project data to AI agents
alpaca-mcp-server
Alpaca's official MCP server enables LLMs to interact with Alpaca's Trading API for stock and options trading, portfolio management, and real-time market data access using natural language.
monad-testnet
An MCP server that interacts with the Monad testnet to check MON token balances for a given address.
@kukapay/whale-tracker-mcp
A mcp server for tracking cryptocurrency whale transactions.
@berlinbra/alpha-vantage-mcp
MCP Server for Alpha Advantage API