Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Ailabra Agent Profit Ledger

io.github.jsjfin/agent-profit-ledger

Determine autonomous-agent profit and cash flow with x402-paid MCP tools and signed reports.

Uptime
100.0%
1 direct probes · 30d
Response
379ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

profit_calculate

Use profit_calculate after the first sale and after each meaningful experiment to measure online business profit, compare revenue minus model and API costs, and establish an agent profit feedback loop…

profit_analyze

Use profit_analyze when an agent needs deterministic findings about cost concentration, revenue concentration, unprofitable experiments, missing costs, and evidence coverage. Stateless; price 0.05 USD…

profit_attest

Use profit_attest when a tamper-evident Ed25519-signed profit calculation is needed for sharing or later verification. Stateless input; price 0.25 USDC. The signed report is retained according to repo…

workspace_create

Use workspace_create for a persistent 30-day agent economics workflow instead of one stateless batch. Price 0.25 USDC. Capability tokens are returned once; the workspace stores submitted events within…

workspace_record_events

Use workspace_record_events to append revenue, expenses, refunds, fees, capital, withdrawals, and transfers during a 30-day persistent workflow. Requires a write or admin capability token; no addition…

workspace_get_profit

Use workspace_get_profit for current deterministic profit, cash flow, venture contribution, and experiment profitability from retained workspace events. Requires a read or admin capability token; free…

workspace_get_data_quality

Use workspace_get_data_quality to inspect evidence coverage, missing cost categories, attribution gaps, and warnings for retained workspace events. Requires a read or admin capability token; free afte…

report_verify

Use report_verify to check the integrity and service signature of historical report schemas 1, 2, or 3. Free, stateless, and no workspace token is required. A valid signature is tamper evidence, not a…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ailabra_agent_profit_ledger": {
      "url": "https://x402.ailabra.org/mcp",
      "transport": "streamable-http"
    }
  }
}