MCP Server for accessing and managing ledger files through Claude.
Components
Tools
The server implements three tools for ledger management:
**list-accounts**: Lists all accounts in the ledger
- Takes "year" as a required argument
- Returns formatted list of all available accounts
**account-balance**: Gets the balance for a specific account
- Takes "year" and "account" as required arguments
- Returns the current balance for the specified account
**account-register**: Shows the transaction register for an account
- Takes "year" and "account" as required arguments
- Returns detailed transaction history for the specified account