mcpbeat Sign in

AgentLedger MCP Server

answering

AgentLedger is answering right now. Last checked moments ago. It exposes 7 tools.

Per-agent spend management: x402/MPP/API-key rails, budget caps, anomaly alerts, audit trails.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 63 hours of history · worst hour 0%
63 hours agonow
100.0%
Uptime 24h
93 of 93 checks
7
Tools
read from the server
360 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 14

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 8 September 2026. No other catalogue keeps this.

10 Sep 2 tools appeared ledger_api_docs, ledger_examples
10 Sep 2 tool descriptions were rewritten ledger_api_docs, ledger_set_budget
10 Sep 2 tools changed the parameters they ask for ledger_api_docs, ledger_set_budget
8 Sep 3 tool descriptions were rewritten4 times that day ledger_list_agents, ledger_set_budget, ledger_track
8 Sep 3 tools changed the parameters they ask for4 times that day ledger_list_agents, ledger_set_budget, ledger_track
and 2 more, back to 8 September 2026

AgentLedger does not always answer

Over the last week it answered 88.2% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add agent-ledger --transport http https://agent-ledger-production-0ff8.up.railway.app/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-ledger": {
      "url": "https://agent-ledger-production-0ff8.up.railway.app/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-ledger]
url = "https://agent-ledger-production-0ff8.up.railway.app/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-ledger": {
      "url": "https://agent-ledger-production-0ff8.up.railway.app/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-ledger": {
      "url": "https://agent-ledger-production-0ff8.up.railway.app/mcp/"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

ledger
ledger_alerts
Alert history for an agent: budget warnings (80% threshold) and spending spikes.
ledger_api_docs
Self-serve documentation for AgentLedger — quickstart, MCP tools, REST endpoints, budget caps, error codes, and idempotency usage, as markdown.
ledger_examples
Complete, runnable Python recipe for a common AgentLedger integration pattern.
ledger_list_agents
Owner-only: full cross-tenant listing of every agent ever claimed on this instance, with totals. Requires the operator's admin_secret — this is a portfolio-wide view, not a per-agent report (use ledger_report for that, which needs no secret).
ledger_report
Spend report for an agent over a rolling window. Returns total spend, breakdown by rail and by service, budget status (ok/warning/exceeded), detected anomalies, and entry count.
ledger_set_budget
Set spending caps for an agent. Warns at 80%, blocks spend when exceeded — enforced: a ledger_track call that would cross the cap is rejected. Dollar caps (monthly_cents/daily_cents) and token caps (monthly_tokens/ daily_tokens) are independent dimensions: dollar caps only cover non-"tokens" rails, token caps only cover rail="tokens" bookkeeping rows (tokens_in/tokens_out). Set both if the agent uses both. Monthly cap is required; the rest are optional (0 = no limit). Overwrites any existing budget for the agent. No signup: the first call for a new agent_id mints an agent_secret (returned once — save it); later calls for that agent_id must pass it back.
ledger_track
Record a spend entry for an AI agent on any payment rail, with optional token counts. No signup: the first call for a new agent_id mints an agent_secret and returns it in the response — save it, every later call for that same agent_id must pass it back or the write is rejected. Amounts are capped at $100,000/entry and must be >= 0. If a budget is set for this agent, an entry that would cross the monthly/daily cap is blocked, not just logged. Include tokens_in/tokens_out + model on every LLM call so token burn shows up in the /v1/tokens report.

Endpoints

URLTransportStateLatencyChecked
https://agent-ledger-production-0ff8.up.railway.app/mcp/ streamable-http answering 358 ms 0 min ago

Alternatives to AgentLedger

same job, measured the same way
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

32 installs/wk local only
Budgey
by budgeyapp

See what's left this period, log spending, and manage your Budgey budget.

answering
Agentvault
by bch1212

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

19 installs/wk local only
AdSpend Auditor
by evozim

PPC advertisement budget auditor grading ad group metrics.

answering
agentguard
by agentwares

MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.

90 installs/wk local only
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

232 installs/wk local only
Sorsa
by sorsa

Amazon FBA arbitrage toolkit: product analysis, deal feeds, price alerts and sourcing management.

56 tools answering
RocketCyber
by wyre-technology

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only

AgentLedger — questions

Answers built from our own checks of this server.

What can AgentLedger do?
It exposes 7 tools, read directly from the server on our last check. Among them: ledger_alerts, ledger_api_docs, ledger_examples, ledger_list_agents, ledger_report, ledger_set_budget and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AgentLedger working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 360 ms. The bar chart above shows every period we have measured.
Is AgentLedger still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect AgentLedger?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AgentLedger need an API key?
No. AgentLedger completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AgentLedger?
It answers our handshake in 360 ms on average, which is faster than 46% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.