Connect ChatGPT and Claude

Connect banks in Financy first, then connect once to ChatGPT and Claude with the hosted MCP server.

Connect ChatGPT and Claude

ChatGPT and Claude can read your Financy data — balances, accounts, transactions — through a hosted MCP server. You connect once and every conversation can query the same data.

ℹ️

This guide is for the hosted Financy connector inside ChatGPT and Claude.

If you need the local CLI and stdio MCP server for development, see CLI & AI Agents.

Before you start

  1. Active Financy account on Starter or above (not Free)
  2. Bank accounts and/or cards already connected in the Financy app
  3. ChatGPT and/or Claude in the browser
⚠️

No linked banks in Financy → nothing to query. Go to https://financy.open-finance.ai, add a bank or card, approve on the bank screen, come back.

How it works

Both tools connect to the same Financy MCP server:

https://mcp.open-finance.ai/mcp

When you add the connector, you log in to Financy and approve read access. The AI host receives an OAuth token that lets it call Financy's read endpoints — balances, accounts, transactions — on your behalf. It cannot move money, pay, or change anything in your bank account. See the money. Don't touch it.

OAuth is to Financy, not your bank. Your bank password stays at the bank.


Claude

1. Open Connectors

Settings → Connectors (under Customize) → AddAdd custom connector.

Claude Connectors screen, Add custom connector

2. Add Financy

  • Name: Financy
  • Remote MCP server URL: https://mcp.open-finance.ai/mcp
  • Click Continue

Claude redirects you to Financy login. Sign in and click Accept.

Add custom connector form with Name Financy and URL https://mcp.open-finance.ai/mcp

3. Confirm tools

Back on the Financy connector, you should see:

  • URL: https://mcp.open-finance.ai/mcp
  • Tools listed: balances, accounts, transactions, connections

Leave tools on Needs approval so Claude asks before querying.

Financy connector tools list, Needs approval

4. Try it

Open a new chat and ask something simple:

How much money do I have?

Claude will request tool approval. Accept, and it queries your connected accounts.


ChatGPT

Same server, same OAuth, same data. ChatGPT goes through Developer mode and Plugins.

1. Enable Developer mode

Settings → Security and login → turn on Developer mode.

ChatGPT warns about unverified connectors. Add only the official Financy server.

ChatGPT Settings, Security and login, Developer mode on

2. Open Plugins

Plugins → click + next to the search box → New Plugin.

ChatGPT Plugins screen with + to add a plugin

3. Configure the plugin

  • Name: Financy MCP
  • Description: Israeli bank accounts and credit cards
  • Connection: Server URL
  • Server URL: https://mcp.open-finance.ai/mcp
  • Authentication: OAuth
  • Click Advanced OAuth settings (do not click Create yet)
New Plugin form with Financy MCP server URL and OAuth

4. Set Client ID Metadata Document

Under Advanced OAuth settings:

  • Registration method: Client ID Metadata Document (CIMD)
  • Leave Client ID and Client Secret empty
  • Do not change Callback URL

Go back to the form, check "I understand and want to continue", then click Create.

5. Authorize Financy

The Authorize App screen shows:

  • Read accounts, transactions, balances, loans, securities
  • Keep access so you don't re-login each question

Click Accept. Your bank password does not go to ChatGPT.

Authorize App screen for Financy access

6. Verify

Plugins → Installed — you should see Financy MCP.

In a new chat, type @ and confirm it appears in the plugin list. Ask:

What are my account balances?


Example questions

Once connected, try:

  • How much money do I have now, by account?
  • What were the largest expenses this month?
  • Build me a savings dashboard by category
  • Summarize my recurring charges
ℹ️

In Claude, if you also have Claude's email connector: ask it to find card expenses and look for matching invoices in email. Financy provides the expenses; Claude's email connector searches your inbox. Financy does not read email.


Must-know

No linked banks in FinancyNothing to query. Connect banks first at https://financy.open-finance.ai
Read-onlyCannot move money, pay, or change account settings
OAuth to FinancyYour bank password stays at the bank
PlanStarter, Pro, or Ultra. Free cannot use MCP
Same serverChatGPT and Claude use the same https://mcp.open-finance.ai/mcp

Troubleshooting

"No accounts found" — You have not linked any banks in Financy. Go to https://financy.open-finance.ai and add one.

Connection expired — Bank consents expire (typically 90–180 days). Relink the bank in the Financy app, then reconnect the AI connector.

Wrong user — The connector reads the Financy user who authorized it. If you have multiple Financy accounts, make sure you logged in with the right one.

Tools not appearing — In Claude, check the connector is enabled under Settings → Connectors. In ChatGPT, check Plugins → Installed.


Did this page help you?