Ledger MCP
Rank #115,825io.github.novadyne-hq/ledger-mcp
Double-entry bookkeeping API that natively accepts crypto micropayments (x402, USDC on Base).
Ledger MCP is a Model Context Protocol (MCP) server published by novadyne-hq. It ranks #115,825 of 132,113 servers tracked on MCP Toplist. Ledger MCP is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jun 19, 2026.
Ranks ahead of 16,288 of 132,113 servers on MCP Toplist.
Use Ledger MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ledger-mcp -e "LEDGER_X402_PRIVATE_KEY=<your LEDGER_X402_PRIVATE_KEY>" -e "LEDGER_API_URL=<your LEDGER_API_URL>" -- uvx ledger-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ledger-mcp]
command = "uvx"
args = ["ledger-mcp"]
[mcp_servers.ledger-mcp.env]
LEDGER_X402_PRIVATE_KEY = "<your LEDGER_X402_PRIVATE_KEY>"
LEDGER_API_URL = "<your LEDGER_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ledger-mcp": {
"command": "uvx",
"args": [
"ledger-mcp"
],
"env": {
"LEDGER_X402_PRIVATE_KEY": "<your LEDGER_X402_PRIVATE_KEY>",
"LEDGER_API_URL": "<your LEDGER_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ledger-mcp": {
"command": "uvx",
"args": [
"ledger-mcp"
],
"env": {
"LEDGER_X402_PRIVATE_KEY": "<your LEDGER_X402_PRIVATE_KEY>",
"LEDGER_API_URL": "<your LEDGER_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ledger-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ledger-mcp"
],
"env": {
"LEDGER_X402_PRIVATE_KEY": "<your LEDGER_X402_PRIVATE_KEY>",
"LEDGER_API_URL": "<your LEDGER_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ledger-mcp": {
"command": "uvx",
"args": [
"ledger-mcp"
],
"env": {
"LEDGER_X402_PRIVATE_KEY": "<your LEDGER_X402_PRIVATE_KEY>",
"LEDGER_API_URL": "<your LEDGER_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ledger-mcp": {
"command": "uvx",
"args": [
"ledger-mcp"
],
"env": {
"LEDGER_X402_PRIVATE_KEY": "<your LEDGER_X402_PRIVATE_KEY>",
"LEDGER_API_URL": "<your LEDGER_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.novadyne-hq%2Fledger-mcp)<a href="https://mcptoplist.com/server/io.github.novadyne-hq%2Fledger-mcp"><img src="https://mcptoplist.com/badge/io.github.novadyne-hq%2Fledger-mcp.svg" alt="MCP Toplist: #115,825 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
novadyne-hq
Other servers by novadyne-hq
View all novadyne-hq servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Ledger MCP?
- Ledger MCP is maintained by novadyne-hq, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Ledger MCP listed on the Official MCP Registry?
- Ledger MCP is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Ledger MCP have?
- Ledger MCP ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Ledger MCP?
- The source code for Ledger MCP is hosted at github.com/novadyne-hq/ledger-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.