Odel
ledger mcp

ledger mcp

Local
@novadyne-hqPythonMITUpdated 1mo ago

Double-entry bookkeeping API that natively accepts crypto micropayments (x402, USDC on Base).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIledger-mcpv0.1.2

Run

uvx ledger-mcp

MCP client config

{
  "mcpServers": {
    "ledger-mcp": {
      "command": "uvx",
      "args": [
        "ledger-mcp"
      ]
    }
  }
}