A ledger-cli integration MCP server for managing financial transactions and generating reports.
Loading more......
MCP Server to query from your Beancount ledger or submit transactions, facilitating personal finance management.
An Excel manipulation MCP server providing workbook creation, data operations, formatting, and advanced Excel features.
An MCP Server for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data.
MCP server that enables querying and analyzing Beancount ledger files using Beancount Query Language (BQL), useful for finance tracking and report generation.
An MCP server utilizing yfinance for obtaining Yahoo Finance data.
A core banking MCP server for managing clients, loans, savings, shares, and financial transactions.
A Model Context Protocol (MCP) server for interacting with Ledger CLI, enabling AI assistants and Large Language Models to query and analyze financial data through a standardized interface. This server facilitates financial reporting, budget analysis, and general accounting tasks by exposing Ledger CLI functionality.
Source: GitHub Repository
ledger_balance: Shows account balances with filtering options (query pattern, date ranges, display options).ledger_register: Displays transaction register with detailed history (query pattern, date ranges, sorting options).ledger_accounts: Lists all accounts in the ledger file (optional query pattern).ledger_payees: Lists all payees from transactions (optional query pattern).ledger_commodities: Lists all commodities/currencies used (optional query pattern).ledger_print: Prints transactions in ledger format (query pattern, date ranges).ledger_stats: Shows statistical summaries of the ledger (optional query pattern).ledger_budget: Provides budget analysis (query pattern, date ranges, reporting period).ledger_raw_command: Allows running raw Ledger CLI commands (input as command arguments).uv package manager.ledger, personal-finance, reporting, open-source