get_client_advance_balances — ExpenseBot MCP Tool Read-only
get_client_advance_balances
(get client advance balances) is one of 59 tools on the
ExpenseBot
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_client_advance_balances from your client
- Claude Code ExpenseBot get_client_advance_balances run in your project directory
- Claude Desktop ExpenseBot get_client_advance_balances ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor ExpenseBot get_client_advance_balances ~/.cursor/mcp.json
- VS Code ExpenseBot get_client_advance_balances .vscode/mcp.json
- Zed ExpenseBot get_client_advance_balances ~/.config/zed/settings.json
- Windsurf ExpenseBot get_client_advance_balances ~/.codeium/windsurf/mcp_config.json
- Cline ExpenseBot get_client_advance_balances ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI ExpenseBot get_client_advance_balances ~/.gemini/settings.json
- Grok ExpenseBot get_client_advance_balances .mcp.json (in your project root)
- ChatGPT ExpenseBot get_client_advance_balances Settings → Connectors → Advanced → Developer mode
- Claude.ai ExpenseBot get_client_advance_balances Settings → Connectors → Add custom connector
- LangChain ExpenseBot get_client_advance_balances pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp-server-auth https://mcp.expensebot.ai/mcp
Other tools on this server
- search_expenses
- get_spending_summary
- get_deep_analytics
- create_report
- list_reports
- request_accounting_integration
- get_report_details
- share_report
- check_compliance
- fix_compliance
- check_tax_deductibility
- search_knowledge
- submit_receipt
- get_last_receipt_result
- add_cash_expense
- parse_expense
- process_gmail_receipts
- scan_gmail
- add_mileage_entry
- add_income
- add_income_from_file
- add_income_from_csv
- get_accounting_integration_status
- send_report_to_accounting
- get_accounting_push_status
- list_categories
- list_tags
- get_income_summary
- get_pnl
- get_per_tag_pnl
- list_income_categories
- get_recent_activity
- trace_document
- get_mileage_summary
- get_subscription_audit
- get_expense_by_id
- export_report
- get_spreadsheet_url
- check_feature
- whatif_afford
- whatif_client
- whatif_tax_setaside
- scan_gmail_years
- get_scan_status
- list_client_invoices
- get_client_invoice
- prepare_client_invoice
- create_client_invoice
- mark_client_invoice_paid
- get_expense_splits
- get_monthly_books_review
- get_credits_refunds
- get_trip_suggestions
- group_expenses
- update_expense
- correct_expenses
- search
- fetch
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.