Loading...
npx -y @smithery/cli install @minhyeoky/mcp-ledger --client claudeledger_balanceShows account balances with filtering options.
Read-only operation; no data modification.
ledger_registerShows transaction register with history.
Read-only operation; no data modification.
ledger_accountsLists all accounts in the ledger file.
Read-only operation; no data modification.
ledger_payeesLists all payees from transactions.
Read-only operation; no data modification.
ledger_commoditiesLists all commodities (currencies) used.
Read-only operation; no data modification.
ledger_printPrints transactions in ledger format.
Read-only operation; no data modification.
ledger_statsShows statistics about the ledger file.
Read-only operation; no data modification.
ledger_budgetShows budget analysis.
Read-only operation; no data modification.
ledger_raw_commandRuns a raw Ledger CLI command.
Allows arbitrary command execution, potentially leading to data corruption or information disclosure.
This server is relatively safe for read-only operations and basic reporting. However, the `ledger_raw_command` tool introduces significant risk and should be used with extreme caution. Ensure the server is only accessible to trusted clients and carefully review all commands before execution.