MCP Server
MCP
io.github.novadyne-hq/ledger-mcp
Double-entry bookkeeping API that natively accepts crypto micropayments (x402, USDC on Base).
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
By
Comments
Sign in to leave a comment