The Breezing MCP Server ships with three guided prompts. Each one walks your AI agent through an end-to-end workflow using the right combination of tools. In clients like Claude Desktop the prompts appear in the prompt picker; in Claude Code they show up as slash commands.
categorize-transactions
A step-by-step workflow for assigning contra and asset accounts to uncategorized transactions. It reads your chart of accounts and balance sheet setup, fetches uncategorized transactions in batches, and for each one uses the wallet names, direction, token, and counterparty as context to choose an account.
It flags internal transfers and exchange trades for the Auto Apply Account feature, always uses numeric account codes from the chart of accounts, leaves status changes to you, and recommends creating a Rule for recurring patterns.
Scope categorization to a single wallet instead of the whole company.
reconciliation-status
Generates a reconciliation progress report showing categorization coverage, client review items, and sync readiness. It counts transactions across the full status lifecycle (notStarted, reviewRequired, reconciled, manuallyReconciled, paid), plus uncategorized and spam counts, then presents a summary table with actionable next steps, such as how many transactions are ready to sync or pending client review.
map-asset-accounts
Sets up Token View GL account mappings for your token assets. It checks your balance sheet setup first: in Token View it maps each token to one global GL account across all wallets, and for Wallet or Combined View it explains that asset accounts are set per transaction with Rules instead. A common pattern is grouping tokens under accounts like “Crypto Assets - ETH” or “Crypto Assets - BTC”, with a generic “Other Cryptocurrencies” account for minor tokens.