Guides
MCP Server
Connect agents to the current DollarBooks LedgerHQ workflow.
DollarBooks exposes an MCP Streamable HTTP endpoint at:
https://go.dollarbooks.app/api/mcpMCP 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_organizationlist_accessible_organizations
Accounts
list_accountsget_accountcreate_accountupdate_accountdelete_account
Journal Entries
list_entriesget_entrycreate_entrypost_entryvoid_entry
LedgerHQ Import
import_ledgerhq_bank_feedlist_ledgerhq_bank_feed_transactions
Banking Follow-Through
list_bank_accountsget_bank_accountlist_bank_transactionsget_bank_transactioncategorize_bank_transactionreclassify_bank_transactionreconcile_bank_transactionexclude_bank_transactionget_bank_reconciliation_status
Reports
trial_balancebalance_sheetprofit_and_lossgenerate_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/mcpUse the same DollarBooks host your team signs into.