ledger-mcp
ledger-mcp
Ein kleiner MCP-Server, der ein Hauptbuch mit doppelter Buchführung als Werkzeuge für KI-Agenten bereitstellt. Entwickelt als Zwei-Tages-Übung im MCP-Server-Design, in der Ergonomie von Agentenwerkzeugen und in eval-gesteuerter Iteration.
Status: Tag 1 abgeschlossen. Tag 2 (Eval-Harness + Erkenntnisse) läuft.
Was es hier gibt
ledger.py— Kern des Hauptbuchs mit doppelter Buchführung, basierend auf SQLite. Beträge werden als ganze Cent gespeichert. Erzwingt ausgeglichene Transaktionen und die Integrität benannter Konten.server.py— MCP-Server, der vier Werkzeuge bereitstellt:create_account,record_transaction,get_balance,reconcile.test_ledger.py— pytest-Suite für den Kern des Hauptbuchs.NOTES.md— laufendes Protokoll der Designentscheidungen und Beobachtungen beim Ausführen des Servers mit Claude Desktop.
Related MCP server: Agent Ledger
Lokal ausführen
uv sync
uv run pytest -v # run the ledger tests
uv run mcp dev server.py # launch with the MCP InspectorUm es mit Claude Desktop zu verwenden, füge Folgendes zu claude_desktop_config.json hinzu:
{
"mcpServers": {
"ledger": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/ledger-mcp", "run", "mcp", "run", "server.py"]
}
}
}Kommender Tag 2
Eval-Harness, der misst, wo Agenten bei diesen Werkzeugen erfolgreich sind und scheitern
Dokumentation der Erkenntnisse: Benennung vs. Dokumentation, stilles Anlegen von Konten, Werkzeug als Leitplanke vs. Werkzeug als Ausführender
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA personal financial management tool that enables AI assistants to record transactions, check balances, and provide monthly financial summaries via the Model Context Protocol. It allows users to manage their expenses and income through natural language interactions using standardized MCP tools and resources.
- Alicense-qualityAmaintenanceDouble-entry accounting ledger MCP server for autonomous agents that enables creating accounts, posting journal entries, and generating financial reports.MIT
- Flicense-qualityCmaintenanceEnables AI agents to manage personal finances through MCP tools for transaction management, spending analytics, and goal tracking.1
- AlicenseAqualityCmaintenanceEnables AI agents to interact with a double-entry ledger, offering tools for account management, balanced journal entries, balance queries, trial balance, and penny-perfect allocation. Built with safety by construction: no update/delete tools, idempotent posting, and an append-only journal.7MIT
Related MCP Connectors
AI agents for bookkeeping, reconciliation, and financial close for SMBs.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahmadadam97/ledger-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server