Ledger MCP Server

Ledger MCP Server

Enables querying personal finance reports (merchant spending, largest expenses) and performing currency conversion via a local SQLite database.

Category
访问服务器

README

Ledger

A small personal finance ledger for importing Revolut CSV exports into SQLite, running spending reports, and exposing ledger/currency utilities over MCP.

What It Does

  • Imports Revolut CSV rows into a normalized ledger_entries table.
  • Stores ledger data in a local SQLite database.
  • Generates JSON reports for merchant spending and largest expenses.
  • Provides an MCP stdio server with ledger report tools and currency conversion.
  • Uses TypeScript, Vitest, oxlint, and oxfmt for development checks.

Requirements

  • Node.js >=22.18
  • npm

Setup

npm install

Initialize the default local database at data/ledger.sqlite:

npm run db:init

You can pass a custom database path directly to the underlying CLI:

node src/cli/init-db.ts path/to/ledger.sqlite

Import Revolut Data

Inspect a Revolut CSV export before importing:

npm run inspect:revolut -- path/to/revolut.csv

Import rows into the default database:

npm run import:revolut -- path/to/revolut.csv

Import into a custom database:

npm run import:revolut -- path/to/revolut.csv path/to/ledger.sqlite

Imports are idempotent per source file and source row. Duplicate rows are skipped using the database uniqueness constraint.

Reports

Find monthly spending for a merchant:

npm run report:monthly-merchant -- "Merchant Name"

Find the month with the most posted card payments for a merchant:

npm run report:busiest-merchant-month -- "Merchant Name"

Find the largest expense, optionally filtered:

npm run report:largest-expense -- --merchant "Merchant Name"
npm run report:largest-expense -- --date-from 2026-01-01 --date-to 2026-01-31
npm run report:largest-expense -- --time-from 12:00 --time-to 14:00

All report commands print JSON.

MCP Server

Start the stdio MCP server:

npm run mcp:server

By default, the server reads from data/ledger.sqlite. Set LEDGER_DB_PATH to point at another database:

LEDGER_DB_PATH=path/to/ledger.sqlite npm run mcp:server

Available MCP tools:

  • find_busiest_merchant_month
  • find_largest_expense
  • find_total_merchant_spending
  • convert_currency

Smoke-test the MCP clients:

npm run mcp:smoke

Development

Run the full check suite:

npm run check

Run individual checks:

npm run typecheck
npm test
npm run lint
npm run format:check

Format and lint-fix locally:

npm run format
npm run lint:fix

Project Layout

src/agent/          Local agent/MCP chat helpers
src/cli/            Command-line entry points
src/domain/         Core ledger, money, date, time, and currency types
src/exchange-rates/ NBP exchange-rate integration
src/importers/      Source-specific importers, currently Revolut
src/mcp/            MCP server and smoke clients
src/presentation/   Formatting helpers
src/reports/        Report queries and calculations
src/storage/        SQLite setup and persistence helpers
src/tools/          MCP tool implementations

Notes

  • Currency support is currently limited to PLN, CHF, and EUR.
  • Currency conversion uses the latest NBP table A average exchange rates.
  • The SQLite database is local; keep personal export files and database files out of version control.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选