seed_chart_of_accounts
Seed the org with a standard 39-account chart of accounts (Assets/Liabilities/Equity/Revenue/Expense). Fails if any accounts already exist.
Example AI prompts
Type any of these into Claude Desktop, Claude Code, or Cursor — InvoiceCave's MCP server will route them to seed_chart_of_accounts automatically.
“Seed my chart of accounts with the standard 39-account template.”
Use it in 30 seconds
Related tools
More from the Chart of Accounts & Journals category.
list_accountsList chart of accounts. Optionally filter by type (Asset, Liability, Equity, Revenue, Expense).
list_journal_entriesList journal entries. Optionally filter by status (Draft, Posted, Void).
create_accountCreate a new account in the chart of accounts. Codes must be unique within the org.
update_accountUpdate an existing chart-of-accounts entry. Code uniqueness is enforced.
delete_accountDelete an account. Fails if it has any journal lines — deactivate via update_account isActive=false instead.
create_journal_entryCreate a journal entry. Validates double-entry (sum of debits must equal sum of credits). Pass status=
post_journal_entryPost a Draft journal entry. Updates affected account balances. Cannot be undone — to reverse, use void_journal_entry.
void_journal_entryVoid a journal entry. If it was Posted, account balances are reversed. Voided entries cannot be edited.
Ready to wire this up?
Free plan — no credit card. 102 tools at your AI's disposal.