SimpleFINWriteDo not retry automatically

Create SimpleFIN access

create_simplefin_access

Issue a new SimpleFIN setup token so a third-party app can read this workspace’s banks. The setup token is returned ONCE and cannot be retrieved again — surface it to the user immediately. Optionally limit the access to specific accountIds; omit to share every account, including banks connected later.

Parameters

ParameterTypeRequiredDescription
namestringrequiredLabel for this access, e.g. "Actual Budget — laptop"
app"actual" | "securo" | "other"optionalWhich client this is for; tailors the setup instructions only
accountIdsstring[]optionalLimit the access to these accounts — get ids from list_accounts
includePendingDefaultbooleanoptionalInclude pending transactions when the app does not ask explicitly

Example call

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

{
"tool": "create_simplefin_access",
"arguments": {
"name": "value"
}
}

Use this tool in

Related SimpleFIN tools