Ledgerhand

naderfilho/Ledgerhand
★ 0 stars TypeScript Database Updated 2d ago
A working ERP for a trading company, an MCP server that exposes its operations as tools, and an agent that runs the business under guardrails the system enforces: per-tool permissions, human confirmation for destructive actions, a full audit trail. Next.js 16, PostgreSQL 17.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ledgerhand": {
      "command": "npx",
      "args": [
        "-y",
        "naderfilho/Ledgerhand"
      ]
    }
  }
}

README Excerpt

**An ERP is the hard part. Letting an AI agent run it safely is the interesting part.** A working ERP for a small trading company, an MCP server that exposes its operations as tools, and an agent that operates the business through those tools under guardrails the system enforces rather than requests in a prompt.

Tools (10)

AGENT_MAX_COST_USDAGENT_MAX_INPUT_TOKENSAGENT_MAX_OUTPUT_TOKENSAGENT_MAX_TOOL_CALLSAGENT_MAX_WALL_CLOCK_MSdomain_eventsidempotency_recordsnumber_sequencesreplenishmentstock_balances
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →