# Ailabra Agent Profit Ledger (remote · x402.ailabra.org)

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

- Trust score: 57/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `x402.ailabra.org`: 57/100 (this document), [markdown](https://verifymcp.io/servers/jsjfin-agent-profit-ledger/x402.md), [page](https://verifymcp.io/servers/jsjfin-agent-profit-ledger/x402)

## Channel facts

- Endpoint: `https://x402.ailabra.org/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.6`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 51/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 59/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 931 tokens (~116/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http jsjfin-agent-profit-ledger https://x402.ailabra.org/mcp
```

### Codex

```toml
[mcp_servers.jsjfin-agent-profit-ledger]
url = "https://x402.ailabra.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jsjfin-agent-profit-ledger": {
      "type": "remote",
      "url": "https://x402.ailabra.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jsjfin-agent-profit-ledger --url https://x402.ailabra.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jsjfin-agent-profit-ledger:
    url: "https://x402.ailabra.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "jsjfin-agent-profit-ledger": {
      "type": "http",
      "url": "https://x402.ailabra.org/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 55, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 54, −1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “profit_calculate” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional improvement] Stability: unverified → 0.03
- [functional] Schema quality: good → fair
- [functional] Server version: 1.0.6 → 1.0.9

### 2026-07-29 (score 55)

First indexed and scored.

## MCP tools (8)

### `profit_calculate` (~175 tokens)

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. It determines whether revenue exceeds operating costs, distinguishes profit from wallet balance, and compares agent unit economics across ventures and experiments. Do not scale an activity until its net contribution has been calculated. Stateless; price 0.01 USDC. Raw events are not retained. Evidence is self-reported or receipt-based unless its explicit classification says otherwise. Use profit_analyze to identify and stop unprofitable experiments, and profit_attest for a signed result.

Input parameters:

- `baseCurrency` (string)
- `currentCashBalance` (string)
- `currentCashBalances` (object)
- `events` (array, required)
- `exchangeRates` (array)

Output parameters:

- `result` (object)

### `profit_analyze` (~120 tokens)

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 USDC. Raw events are not retained and no LLM is used. This is not financial advice or an independent audit. Use profit_calculate for totals without findings.

Input parameters:

- `baseCurrency` (string)
- `currentCashBalance` (string)
- `currentCashBalances` (object)
- `events` (array, required)
- `exchangeRates` (array)

Output parameters:

- `result` (object)

### `profit_attest` (~123 tokens)

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 report policy, while raw request events are not otherwise retained. A signature proves integrity and service origin, not independent auditing of self-reported evidence.

Input parameters:

- `baseCurrency` (string)
- `currentCashBalance` (string)
- `currentCashBalances` (object)
- `events` (array, required)
- `exchangeRates` (array)

Output parameters:

- `result` (object)

### `workspace_create` (~65 tokens)

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 quota. Use profit_calculate when retention is unnecessary. Stored evidence is not independently audited.

Output parameters:

- `result` (object)

### `workspace_record_events` (~85 tokens)

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 additional x402 charge. Events count against quota and remain until expiry or deletion.

Input parameters:

- `capabilityToken` (string, required)
- `events` (array, required)
- `workspaceId` (string, required)

Output parameters:

- `result` (object)

### `workspace_get_profit` (~70 tokens)

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 after workspace creation. Use profit_calculate for stateless data.

Input parameters:

- `capabilityToken` (string, required)
- `workspaceId` (string, required)

Output parameters:

- `result` (object)

### `workspace_get_data_quality` (~75 tokens)

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 after workspace creation. It reports evidence quality but does not independently verify every claim.

Input parameters:

- `capabilityToken` (string, required)
- `workspaceId` (string, required)

Output parameters:

- `result` (object)

### `report_verify` (~69 tokens)

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 an audit of the underlying revenue or costs.

Input parameters:

- `report` (object, required)

Output parameters:

- `result` (object)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/jsjfin-agent-profit-ledger/x402#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 56
- 2026-08-01: 56
- 2026-07-31: 55
- 2026-07-30: 54
- 2026-07-29: 55

## Links

- Remote endpoint: https://x402.ailabra.org/mcp
- Changelog RSS feed: https://verifymcp.io/servers/jsjfin-agent-profit-ledger/x402/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jsjfin-agent-profit-ledger/x402/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jsjfin-agent-profit-ledger/x402
