Skip to main content
Glama
markets-ai

OpenBudget MCP Server

by markets-ai

OpenBudget MCP Server

Your bank accounts, spending, debts, and investments are available to your AI assistant.

OpenBudget is a hosted Model Context Protocol (MCP) server that gives Claude, ChatGPT, Cursor, Codex, and other MCP clients access to your financial data. That includes transactions, balances, net worth, credit cards, loans, mortgages, investment holdings, and investment activity synced from US institutions through Plaid. You can also add physical cash, gift-card balances, real estate, private-company interests, and other assets you track yourself.

You don't run anything. The server is hosted on OpenBudget's infrastructure. You add one URL to your client, sign in once, and start asking.

https://api.openbudget.sh/mcp
  • Transport: Streamable HTTP (remote MCP server)

  • Auth: OAuth 2.0; sign in with your OpenBudget account

  • Plans: Base is $60/year or $9.95 month-to-month. Investor is $99/year or $12.95 month-to-month. Both start with a 7-day free trial.

  • Data: your own bank, brokerage, and retirement accounts connected through Plaid, plus assets and activity you add yourself

Plaid connections provide read-only financial data. OpenBudget never stores your financial-institution credentials, and your AI assistant cannot move money or place trades. Every write stays inside your OpenBudget account: categories, notes, rules, manual accounts, custom holdings, and custom activity.


Quick connect

Pick your client below, or see the full step-by-step guides at openbudget.sh/connect-ai.

Claude (claude.ai / Claude Desktop)

  1. CustomizeConnectorsAdd custom connector

  2. Name it openbudget.sh, paste https://api.openbudget.sh/mcp

  3. Click Connect and sign in with the account you used to link your banks

Full guide: openbudget.sh/connect-ai/claude

Claude Code

claude mcp add --transport http openbudget https://api.openbudget.sh/mcp

Add --scope user to make it available in every project. Then run /mcp inside a session, select openbudget, and choose Authenticate.

Full guide: openbudget.sh/connect-ai/claude-code

ChatGPT (Plus / Team / Enterprise)

  1. SettingsAppsAdvanced settings → enable Developer mode

  2. Create app, name it OpenBudget, paste the URL, select OAuth

  3. Sign in and authorize access

Full guide: openbudget.sh/connect-ai/chatgpt

Cursor

Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

{
  "mcpServers": {
    "openbudget": {
      "url": "https://api.openbudget.sh/mcp"
    }
  }
}

Then enable the server under Cursor Settings → Tools & MCP → Connect.

Full guide: openbudget.sh/connect-ai/cursor

Codex / Codex CLI

codex mcp add openbudget --url https://api.openbudget.sh/mcp
codex mcp login openbudget

Or add to ~/.codex/config.toml:

[mcp_servers.openbudget]
url = "https://api.openbudget.sh/mcp"

Full guides: codex · codex-cli

Any other MCP client

Add a remote / custom MCP server over the Streamable HTTP transport, pointing at https://api.openbudget.sh/mcp. Most clients also accept the mcpServers JSON shape shown in the Cursor section above. The first call opens your browser to sign in and approve access.

Full guide: openbudget.sh/connect-ai/other


Related MCP server: Lunch Flow MCP Server

What you can ask

The server ships with 22 tools, each shown with a live demo at openbudget.sh/tools. You rarely call them by name. Ask in natural language and your client picks the right one.

Base tools

Tool

What it does

list_accounts

Every linked account with balances, institution, and a normalized net-worth view.

search_transactions

Search and filter transactions by text, category, account, date range, or amount, with settlement links and merchant location details when Plaid supplies them.

get_liabilities

Credit cards, student loans, and mortgages: APRs, due dates, minimum payments, payoff data.

get_liability_history

How those liabilities changed over time, including APR moves, balance trends, and YTD interest.

list_available_categories

The full transaction category taxonomy.

list_categorization_rules

Your auto-categorization rules, in evaluation order.

update_transaction

(write) Recategorize a transaction, add a note, split it, or hide it from searches.

create_transaction

(write) Log an off-bank purchase made with physical cash, a gift card, or store credit.

delete_transaction

(write) Remove a manually-created transaction (bank transactions are hidden with update_transaction instead).

upsert_manual_account

(write) Create or update a manual off-bank account such as a cash wallet or gift-card balance.

save_categorization_rule

(write) Create a rule once, such as "payments to our nanny are childcare," and new transactions follow it.

delete_categorization_rule

(write) Remove a rule.

update_liability

(write) Note or manual balance override on a credit card or loan.

Investor tools

Investor includes every Base tool and adds the tools below.

Tool

What it does

search_investment_holdings

Filter connected and custom positions by account, ticker, name, category, source, or closed status, then sort by value, quantity, name, or ticker. Returns the position data your AI needs to calculate allocation, gains, and concentration.

search_investment_transactions

Search buys, sells, dividends, interest, contributions, withdrawals, fees, taxes, property activity, and adjustments.

list_available_investment_categories

Return the separate category taxonomies for holdings and investment activity.

update_investment_holding

(write) Categorize a holding, change its display fields, or manage its notes. Custom holdings also support value, quantity, price, cost basis, ticker, currency, and status changes.

update_investment_transaction

(write) Categorize investment activity, add a note, or ignore it. Custom activity also supports amount, date, quantity, price, fees, ticker, and currency changes.

create_investment_holding

(write) Add real estate, private-company interests, collectibles, offline positions, or other custom assets.

delete_investment_holding

(write) Delete a custom holding. Connected holdings remain synced from the institution.

create_investment_transaction

(write) Add property purchases, distributions, private contributions, fees, valuation adjustments, and other custom investment activity.

delete_investment_transaction

(write) Delete custom investment activity. Connected activity can be ignored instead.

Transaction results can include pendingTransactionId, which links a posted transaction to its earlier pending record, and a structured location with address, city, region, postal code, store number, latitude, and longitude. These fields make receipt reconciliation reliable when a tip or pre-authorization changes the settled amount.

Example prompts

  • "How much did I spend on restaurants last month, and how does it compare to the month before?"

  • "What did the Denver trip in March cost me all-in: flights, hotel, food, and rideshares?"

  • "Find every subscription I'm paying for and total them per month."

  • "What's my net worth across all accounts right now?"

  • "What's the APR on each of my credit cards, and when are the next payments due?"

  • "Categorize Venmo payments to Elena as childcare and make that a rule."

  • "I paid the babysitter $60 in cash tonight; log it as childcare."

  • "Track my $200 Amazon gift card and record the $45 I just spent from it."

  • "What's my net worth across bank accounts, cards, loans, brokerage and retirement accounts, and property?"

  • "Over the last three months, how much did I spend, save, and invest, and what changed month to month?"

  • "Add my rental property and record this month's distribution."

More in examples/prompts.md.


Read-only financial connections

Bank, brokerage, and retirement connections go through Plaid with read-only data access. OpenBudget never sees or stores your financial-institution credentials. Your AI assistant cannot move money, initiate transfers, place trades, or modify anything at your institution. Every write stays inside your OpenBudget account: transaction and investment categories, notes, ignored flags, splits, rules, liability overrides, manual accounts, custom holdings, and custom activity. Every tool declares MCP annotations (readOnlyHint, destructiveHint) so clients can show what each call can do.

Privacy & terms

OAuth grants your AI client access to your own financial data in OpenBudget. See the Terms of Service, Privacy Policy, and Security pages.

License

The configuration snippets and documentation in this repository are MIT-licensed.

The OpenBudget MCP service is hosted and governed by its Terms of Service. The MIT license covers the configuration snippets and documentation in this repository. This repository does not contain the server's source code.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to access and analyze MonarchMoney personal finance data through natural language queries. Provides comprehensive financial insights including account balances, transaction analysis, budget tracking, and spending patterns with enterprise-grade security.
    Last updated
    9
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to access financial data from 20,000+ banks across 40+ countries, allowing users to query account balances, transactions, and spending patterns through natural language.
    Last updated
    5
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides AI assistants with secure, read-only access to over 15,000 financial institutions across the US and Europe via the Model Context Protocol. It enables users to query account balances, transactions, and spending breakdowns through natural language conversation.
    Last updated
    5
    345
    31
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect AI agents to bank accounts, transactions, balances, and investments.

  • Connect your Necton account to AI via Brazil's Open Finance: balances, statements, cards, investment

  • Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markets-ai/openbudget-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server