Breezing

Breezing MCP server provides access to the Breezing API: read and update transactions, wallets, assets, and balances across 40+ blockchains and 15+ exchanges.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Company.Get: Returns the authenticated company's accounting settings including chart of accounts, balance sheet setup, accounting method, currency, special accounts (fee, gain, loss), and integration
  • Transactions.Count: Returns the total number of transactions matching the given filters.
  • Transactions.List: Retrieve a paginated list of transactions for the authenticated company. Supports cursor-based pagination and filtering by wallet, direction, token, chain, date range, and more.

What data it sees

Do you need an account

No: the server works without sign-in

Breezing MCP server provides access to the Breezing API: read and update transactions, wallets, assets, and balances across 40+ blockchains and 15+ exchanges. Categorize transactions by mapping contra accounts from the chart of accounts, manage balance sheet mappings, and prepare data for syncing to Xero or QuickBooks.

Server tool list (11)

Raw names from tools/list. Only developers need these.

company.getReturns the authenticated company's accounting settings including chart of accounts, balance sheet setup, accounting method, currency, special accounts (fee, gain, loss), and integration status.
transactions.countReturns the total number of transactions matching the given filters.
transactions.listRetrieve a paginated list of transactions for the authenticated company. Supports cursor-based pagination and filtering by wallet, direction, token, chain, date range, and more.
transactions.getRetrieve a single transaction by ID.
transactions.updateUpdate accounting fields on a single unlocked transaction. Only the provided fields will be changed.
transactions.batchUpdateUpdate accounting fields on multiple unlocked transactions at once. Maximum 500 IDs per request.
wallets.listRetrieve all wallets for the authenticated company. Includes exchange accounts, blockchain addresses, and bank accounts.
wallets.getRetrieve a single wallet by ID.
assets.listRetrieve a paginated list of token assets for the authenticated company, including their GL account mappings.
assets.updateUpdate the GL account mapping or spam status for a token asset. Only the provided fields will be changed.
balances.getRetrieve aggregated token balances for the authenticated company, grouped by token. Optionally filter by wallet and date range.