MCP: Connect AI assistants
Synci ships a Model Context Protocol (MCP) server, so AI assistants like Claude can answer questions about your finances using live data from your connected accounts. Access is strictly read-only: the MCP server cannot create, modify, or delete anything in your Synci account.https://api.synci.io/api/mcp
Connecting a client#
Add the endpoint above to any MCP client that supports remote servers with OAuth (for example Claude, or other assistants that support MCP connectors). The client discovers Synci's OAuth configuration automatically and registers itself; no manual API keys are involved.During authorization you will be asked to:1.
Sign in to your Synci account.
2.
Approve the "Access your financial data through AI assistants (read-only)" permission.
3.
Select which accounts the assistant may see.
You can revoke the connection at any time from your Synci settings, and connect requires an active Synci subscription.What the assistant can do#
| Tool | Returns |
|---|
list_connections | Your bank and provider connections and their health status |
list_accounts | Your connected financial accounts (bank, investment, crypto) |
get_account_balance | Recent balance snapshots for one account |
list_transactions | Transactions within a date range |
list_holdings | Investment and crypto positions (symbol, quantity, market value) |
Data reflects the most recent sync from your bank or broker, not real-time values. Sensitive identifiers (IBANs, account numbers, card numbers, owner names) are always omitted from MCP responses. Modified at 2026-07-11 12:22:15