mprokopov_ledger-mcp-server
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 structured way to interact with ledger 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 requires Python 3.13 or higher and utilizes the 'uv' package manager for installation and management. Debugging is supported through the MCP Inspector, which provides a user-friendly interface for troubleshooting and development.
Features
- Lists all accounts in the ledger for a specified year.
- Retrieves the balance for a specific account within a given year.
- Displays the transaction register for a specified account and year.
MCP Tools
- {'list-accounts': "Lists all accounts in the ledger, requires 'year' as an argument."}
- {'account-balance': "Gets the balance for a specific account, requires 'year' and 'account' as arguments."}
- {'account-register': "Shows the transaction register for an account, requires 'year' and 'account' as arguments."}
Usage with Different Platforms
install_from_pypi
bash
uv pip install ledger-service
debugging
bash
npx @modelcontextprotocol/inspector \
uv \
--directory /path/to/ledger-service \
run \
ledger-service
configure_claude_desktop_mac
"mcpServers": {
"ledger-service": {
"command": "uv",
"args": [
"--directory",
"/path/to/ledger-service",
"run",
"ledger-service"
]
}
}
configure_claude_desktop_windows
"mcpServers": {
"ledger-service": {
"command": "uvx",
"args": [
"ledger-service"
]
}
}
Related MCP Servers
View all finance servers →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
bsc-mcp
by TermiX-official
BNBChain MCP is a tool server designed for interacting with the Binance Smart Chain, enabling token transfers, smart contract interactions, and more, tailored for developers and AI agents.