SimpleFINWriteDo not retry automatically
Rotate SimpleFIN access
rotate_simplefin_accessIssue a fresh setup token for an existing SimpleFIN access. The credentials the app currently holds stop working immediately, so the user must paste the new token before it syncs again. Use when a token may have leaked, or to re-link an app.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accessId | string | required | SimpleFIN access id — get from list_simplefin_access |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "rotate_simplefin_access","arguments": {"accessId": "accessId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent
Related SimpleFIN tools
List SimpleFIN access
list_simplefin_accessList the SimpleFIN access this workspace has issued to third-party apps (Actual Budget, Securo, and other SimpleFIN clients).Create SimpleFIN accesscreate_simplefin_accessIssue a new SimpleFIN setup token so a third-party app can read this workspace’s banks.Revoke SimpleFIN accessrevoke_simplefin_accessRevoke a SimpleFIN access.