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

io.github.jdhart81/agent-compute-ledger

io.github.jdhart81/agent-compute-ledger

Compute-is-carbon energy/carbon ledger for agent work with Landauer-limit validation.

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

Tools · 12

record_work

Record a unit of agent compute work. energy_j = power_w * duration_s; carbon_g follows from grid intensity. If bit_ops is declared, the entry is validated against the Landauer floor (bit_ops *…

footprint

Aggregate footprint for an agent: total J, kWh, gCO2e, cost, and mean Landauer efficiency. Totals are exact sums of the ledger entries.

attest

Issue a content-addressed attestation for a ledger entry (verifiable green-compute / energy claim).

verify_attestation

Verify an attestation by recomputing the entry hash.

verify_chain

Verify the tamper-evident hash chain of an agent's ledger.

list_entries

List all ledger entries for an agent.

carbon_receipt

Emit an x402-C carbon receipt for a recorded work entry — the physically-grounded {version, g_co2e, energy_j, method, landauer_*, ...} object an x402 machine-payment receipt can carry. method …

record_inventory

Record an audited GHG inventory in a separate append-only chain. mass_g is exact integer grams; content and factor-pack digests are bare lowercase SHA-256 hex. Idempotent on inventory_id.

get_inventory

Fetch one immutable inventory record by inventory_id.

list_inventories

List the separate GHG inventory chain for an agent.

verify_inventory_chain

Verify an agent's inventory hash chain independently of compute work.

describe_agent

Fleet-standard self-description.

How to use

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

{
  "mcpServers": {
    "io.github.jdhart81/agent-compute-ledger": {
      "url": "https://mcp.viridisconservation.com/compute-ledger/mcp",
      "transport": "streamable-http"
    }
  }
}