P

Plaid Dashboard MCP server

MCP discovered

Details
Endpoint
https://api.dashboard.plaid.com/mcp/sse
Transport
sse
Docs
https://plaid.com/docs/resources/mcp/
Authentication
Plaid OAuth access token oauth2_cc discovered Set up OAuth ↗
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).