Skip to main content

Double-entry accounting MCP server for AI agents — create accounts, post balanced journal entries, pull trial-balance / general-ledger reports. Paid per call via x402 micropayments (USDC on Base).

Project description

Ledger MCP

Double-entry accounting for AI agents. An MCP server over the Ledger API — create a chart of accounts, post balanced journal entries, and pull trial-balance / general-ledger reports, all from inside your agent.

Ledger is agent-native: it's paid per call via x402 micropayments (USDC on the Base network), so an agent can use real double-entry bookkeeping without an account, API key, or subscription — it just pays a fraction of a cent per call from its own wallet.

Install

uvx ledger-mcp

Or add it to your MCP client (claude-code-config.json / Claude Desktop):

{
  "mcpServers": {
    "ledger": {
      "command": "uvx",
      "args": ["ledger-mcp"],
      "env": {
        "LEDGER_X402_PRIVATE_KEY": "0xYOUR_FUNDED_BASE_WALLET_KEY"
      }
    }
  }
}

Payment

Most tools are paid per call (reads ~$0.002, writes ~$0.01, in USDC on Base):

  • Set 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.
  • Without a key, health and discover still work, and paid tools return the exact price plus how to enable payment (nothing is spent).
  • Use a dedicated low-balance wallet for your agent — never your main key. The balance is the blast radius.

Run discover to see every endpoint and its current price before spending.

Tools

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

The one rule: entries sum to zero

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):

{
  "date": "2026-06-19",
  "description": "Cash sale",
  "entries": [
    {"account_id": 1, "amount": 50000, "memo": "cash in"},
    {"account_id": 2, "amount": -50000, "memo": "sales revenue"}
  ]
}

The server rejects an unbalanced transaction before spending.

Links

  • Docs & API: https://ledger.novadyne.ai
  • API base: https://ledger-api.novadyne.ai
  • x402 discovery: https://ledger-api.novadyne.ai/.well-known/x402

MIT licensed. By Novadyne. The API backend is operated by Novadyne; this package is the open client that talks to it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ledger_mcp-0.1.1.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ledger_mcp-0.1.1-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file ledger_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: ledger_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.17

File hashes

Hashes for ledger_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0e3d750ea037063e0c6c5dfe671c9690be4596afe2d06fd0e98650277d91e5ce
MD5 0d7a0cf21e52c1c75d07aedfd6492ddb
BLAKE2b-256 54aafc47aa47031932e370d3eb0bea90656bebce612b06e7a820a150a8743d03

See more details on using hashes here.

File details

Details for the file ledger_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ledger_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.17

File hashes

Hashes for ledger_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 72845e929ebf8cb96f9220b0988e5a48a720fa50b329553d7423f8259f9578ac
MD5 a63886f4be3e2e1ccdc0321efdaf71d8
BLAKE2b-256 f506213358db1b43c92ef10c1f49461e396c141b18dadb968d0d912cca335efe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page