ledger-mcp-server
If you are the rightful owner of ledger-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for accessing and managing ledger files through Claude.
The ledger-service MCP server is designed to facilitate the management and access of ledger files through the Claude platform. It provides a robust interface for users to interact with their financial data, offering tools to list accounts, check account balances, and view transaction registers. The server is built to integrate seamlessly with Claude Desktop, allowing users to configure and run the server with ease. It supports Python 3.13 or higher and requires the 'uv' package manager for installation. Debugging is made simple with the use of the MCP Inspector, and the server can be configured for both development and production environments.
Features
- Lists all accounts in the ledger for a specified year.
- Retrieves the balance for a specific account.
- Displays the transaction register for a specified account.
- Integrates with Claude Desktop for seamless configuration.
- Supports debugging with MCP Inspector.
Tools
list-accounts
Lists all accounts in the ledger for a specified year.
account-balance
Gets the balance for a specific account.
account-register
Shows the transaction register for an account.