DollarBooks
Guides

MCP Server

Connect agents to the current DollarBooks LedgerHQ workflow.

DollarBooks exposes an MCP Streamable HTTP endpoint at:

https://go.dollarbooks.app/api/mcp

MCP uses OAuth 2.1 with PKCE. Tools are scoped to the authorized organization and use direct database-backed services rather than HTTP self-calls.

Current Tool Coverage

The generated inventory currently registers 127 MCP tools across 23 tool files, but this page documents only the tools relevant to the public LedgerHQ integration workflow.

Organization

  • get_organization
  • list_accessible_organizations

Accounts

  • list_accounts
  • get_account
  • create_account
  • update_account
  • delete_account

Journal Entries

  • list_entries
  • get_entry
  • create_entry
  • post_entry
  • void_entry

LedgerHQ Import

  • import_ledgerhq_bank_feed
  • list_ledgerhq_bank_feed_transactions

Banking Follow-Through

  • list_bank_accounts
  • get_bank_account
  • list_bank_transactions
  • get_bank_transaction
  • categorize_bank_transaction
  • reclassify_bank_transaction
  • reconcile_bank_transaction
  • exclude_bank_transaction
  • get_bank_reconciliation_status

Reports

  • trial_balance
  • balance_sheet
  • profit_and_loss
  • generate_financial_packet_json

Amount Conventions

Monetary amounts in the documented LedgerHQ workflow are integer cents unless a tool description says otherwise.

Connect

Most MCP clients can connect directly to the server URL and complete OAuth in a browser:

claude mcp add DollarBooks --transport streamable-http https://go.dollarbooks.app/api/mcp

Use the same DollarBooks host your team signs into.

On this page