P
Plaid Dashboard MCP server
Details
- Endpoint
-
https://api.dashboard.plaid.com/mcp/sse - Transport
- sse
- Docs
- https://plaid.com/docs/resources/mcp/
Authentication
Authorization: Bearer <credential> First obtain your Plaid API client_id and secret from API Keys. Then call `/oauth/token` with grant type client_credentials and the needed scope such as mcp:dashboard to mint an OAuth access_token (and refresh_token).