Bank ConnectionsWrite

Connect Bank

connect_bank

Complete a Plaid bank connection by exchanging the public_token. Call create_bank_link first, have the user complete Plaid, then pass the public_token here.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
publicTokenstringrequiredpublic_token from Plaid Link onSuccess callback
institutionIdstringoptionalInstitution ID from Plaid metadata
institutionNamestringoptionalInstitution name from Plaid metadata

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "connect_bank",
"arguments": {
"workspaceId": "workspaceId_123",
"publicToken": "value"
}
}

Use this tool in

Related Bank Connections tools