MCP.so
登录

Synci已验证已精选

@Synci

关于 Synci

Synci connects your real bank, brokerage, and crypto-exchange accounts to AI assistants, read-only. Ask about balances, transactions, holdings, and spending across all your accounts in one place.

连接信息

https://api.synci.io/mcp

接入方式

claude mcp add synci --transport http https://api.synci.io/mcp

概览

Your financial data, readable by your AI assistant

Synci gives you ownership of your banking and financial data: connect your banks, brokerages or crypto exchanges once, then fetch, transform, and transfer your financial data anywhere. The Synci MCP server brings that data to AI assistants, giving them secure, strictly read-only access to your real financial accounts so you can ask questions a spreadsheet can't answer quickly:

  • "What did I spend on groceries last month?"
  • "Which subscriptions am I paying for, and what do they cost per year?"
  • "How is my portfolio allocated across stocks, ETFs, and crypto?"
  • "Compare my checking account balance today with the start of the month."
  • "Are any of my bank connections failing?"

Coverage

Synci aggregates accounts across thousands of institutions:

  • Banks in Europe and the UK via GoCardless Bank Account Data
  • Banks in New Zealand via Akahu
  • Investment brokerages and crypto exchanges via SnapTrade

All connected accounts are visible through one MCP server, in their native currencies.

Tools

  • list_accounts — every connected financial account (bank, investment, crypto) with its institution, currency, category, and latest balances
  • get_account_balance — recent balance snapshots for one account, with timestamps so the assistant knows how fresh each figure is
  • list_transactions — transactions across accounts or for one account, filterable by date range; includes merchant, amount, booking status, and enrichment where available
  • list_holdings — investment and crypto positions (symbol, quantity, market value) held in brokerage and exchange accounts
  • list_connections — your provider connections and their health status

Security and privacy

  • Strictly read-only. The server cannot create, modify, or delete anything. Not in Synci and not at your bank. There is no write surface.
  • OAuth 2.1 sign-in. Clients authenticate with authorization-code + PKCE and dynamic client registration; you approve access in your browser with your Synci login. No API keys to copy around, and access is revocable from your Synci dashboard at any time.
  • Scoped tokens. MCP tokens carry a dedicated scope that grants nothing beyond these read tools; they are rejected by the rest of the Synci API.
  • Sensitive identifiers stay out of reach. IBANs, account numbers, card numbers, phone numbers, and owner names are never returned to the assistant.
  • Your data only. Every tool is scoped to the authenticated user's own accounts.

Good to know

  • Data reflects the most recent provider sync rather than real-time values; balance responses include an as_of timestamp so assistants can tell you how fresh a number is.
  • Requires a Synci account with an active subscription and at least one connected institution.
  • Remote server (Streamable HTTP) at https://api.synci.io/mcp

Docs: https://docs.synci.io · Help: https://help.synci.io

常见问题

Synci 远程 MCP 服务器是什么?

Synci 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://api.synci.io/mcp,AI 助手无需在本地安装或运行任何东西即可连接。

怎么连接 Synci 的 MCP 服务器?

把端点 https://api.synci.io/mcp 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。

Synci 的 MCP 服务器需要认证吗?

需要。Synci 使用 OAuth——第一次连接时,你的 MCP 客户端会打开浏览器窗口登录并授权,之后会复用这个凭证。

Synci 的 MCP 服务器用的是哪种传输方式?

Synci 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。

评论