The Plaid API MCP Config
The Plaid REST API. Please see https://plaid.com/docs/api for more details.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/plaid-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/plaid-com.json to fetch programmatically.
{
"mcpServers": {
"plaid-com": {
"command": "npx",
"args": ["-y","@mcp/plaid-com"],
"env": {
"THE_PLAID_API_API_KEY": "your_the_plaid_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/plaid-com.jsonEnvironment Variables
THE_PLAID_API_API_KEYReplace your_the_plaid_api_api_key with your actual the plaid api api key
Endpoints
POST
/accounts/balance/getRetrieve real-time balance data
POST
/accounts/getRetrieve accounts
POST
/application/getRetrieve information about a Plaid application
POST
/asset_report/audit_copy/createCreate Asset Report Audit Copy
POST
/asset_report/audit_copy/getRetrieve an Asset Report Audit Copy
POST
/asset_report/audit_copy/removeRemove Asset Report Audit Copy
POST
/asset_report/createCreate an Asset Report
POST
/asset_report/filterFilter Asset Report
POST
/asset_report/getRetrieve an Asset Report
POST
/asset_report/pdf/getRetrieve a PDF Asset Report