← Registry

Developer Tools

journalize.dev

Provides an API to manage Beancount accounting directives, allowing submission, validation, and querying of financial data.

1 endpoint11 known toolsFirst detected July 23, 2026Last detected July 23, 2026

ENDPOINT 1

https://journalize.dev/mcp

No auth detected

MCP server metadata

Name
agent-native-ledger
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

A double-entry accounting ledger for AI agents. Every write and read is a paid x402 action except register and validate_directive. Call register once to get a keypair, then sign every subsequent call with it.

Known tools 11

submit_directive

Submit one Beancount directive (open, transaction, close, balance, price, note, document — any type).

validate_directive

Free dry-run: parse+book text against your full history without persisting or charging anything.

submit_batch

Submit up to 1000 directives atomically — all persist together or none do.

list_directives

List raw directives (optionally filtered by account/date range).

list_accounts

List all opened accounts with their currency constraints and booking method.

get_account_balance

Balance of a single account.

export_ledger

Export the full ledger as literal Beancount text — a portable snapshot for fava/bean-report/etc., not the live store.

get_balance_sheet

Full realize() balance sheet — often served from cache.

get_income_statement

Income statement, period-scoped by since/until (ISO date strings, both optional — omitted means whole history).

get_trial_balance

Trial balance, period-scoped same as income statement — same underlying compute, priced and audited as its own resource.

register

Generate a new Ed25519 keypair for ledger identity.