Double-entry accounting MCP for AI agents β paid per call via x402 (USDC on Base). 11 tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Ledger is a double-entry bookkeeping API that natively accepts crypto micropayments β and this is its MCP server. Create a chart of accounts, post balanced journal entries, and pull trial-balance / general-ledger reports from inside your agent, over the Ledger API.
What makes it agent-native:
Or add it to your MCP client (claude-code-config.json / Claude Desktop):
Most tools are paid per call (reads ~$0.002, writes ~$0.01, in USDC on Base):
LEDGER_X402_PRIVATE_KEY to the private key of a funded Base wallet
(holding USDC). The server signs the x402 (EIP-3009) payment automatically on
each call β gasless, you only spend the USDC the call costs.health and discover still work, and paid tools return the
exact price plus how to enable payment (nothing is spent).Run discover to see every endpoint and its current price before spending.
| Tool | Cost | What it does |
|---|---|---|
health | free | API status + version |
discover | free | List paid endpoints + x402 prices |
create_account | write | Add an account (asset/liability/equity/revenue/expense) |
list_accounts | read | Chart of accounts + balances |
get_account | read | One account's balance (optionally as-of a date) |
post_transaction | write | Record a balanced journal entry |
list_transactions | read | Journal, newest first |
get_transaction | read | One transaction with all entries |
reverse_transaction | write | Post a reversing entry |
trial_balance | read | All balances + debit/credit totals |
general_ledger | read | Per-account detail over a date range |
Every transaction is two or more entries whose signed amounts sum to exactly 0. Amounts are integers in minor units (cents): a debit is positive, a credit is negative.
Record a $500 cash sale (debit Cash, credit Sales Revenue):
The server rejects an unbalanced transaction before spending.
https://ledger-api.novadyne.aihttps://ledger-api.novadyne.ai/.well-known/x402MIT licensed. By Novadyne. The API backend is operated by Novadyne; this package is the open client that talks to it.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ledger-mcp)<a href="https://allmcps.com/mcp/ledger-mcp"><img src="https://allmcps.com/api/badge/ledger-mcp?style=directory" alt="Ledger MCP on AllMCPs" /></a>