← Back to Plugins
MCP Server MCP

io.github.novadyne-hq/ledger-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ledger-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ledger-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key of a funded Base wallet (USDC) used to pay the x402 micropayment on each call. Optional — health and discovery work without it.",
          "isSecret": true,
          "name": "LEDGER_X402_PRIVATE_KEY"
        },
        {
          "description": "Override the Ledger API base URL (default https://ledger-api.novadyne.ai).",
          "name": "LEDGER_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...