For agents that must show where an output came from and that a recorded action has not been altered (e.g. AI-governance, provenance, or transparency obligations). This is a technical routing answer, not legal advice.
An AI agent produces independent provenance/transparency evidence by minting an anchored agent-run receipt: connect to the LAIN MCP server at https://ledgerproofhq.io/api/lain/mcp (streamable-http; MCP Registry id io.ledgerproofhq/lain) and call the receipt.agent-run capability with the action's inputs, outputs, and metadata. The server hashes that record and anchors the hash in a public, append-only log, returning a receipt.
Anyone — a regulator, auditor, counterparty, or another agent — can then verify that receipt independently and for free at https://verify.ledgerproofhq.io, with no account and no dependency on the agent that created it. That independence is what makes the evidence usable for transparency purposes.
receipt.agent-run capability over the MCP endpoint. Content can be hashed client-side first if it is sensitive; only the hash needs to be anchored.Existence-at-time proof for a specific claim or document hash — attest that a given artifact existed in a given state at a given time.
A cited answer drawn from the anchored public record (FDA recalls/approvals, SEC EDGAR, sanctions-list snapshots) so an agent's output can carry a verifiable source.
{subject, current_confidence, required_confidence} returns verifiable evidence plus a disclosed, recomputable suggested confidence — the loop for raising confidence on evidence rather than assertion.
Subscribe to changes in the anchored public record: POST https://ledgerproofhq.io/api/lain/watch.
Read this boundary literally before relying on a receipt for any obligation. An anchored agent-run receipt attests exactly two things:
A receipt does not attest that the underlying claim is true, that the output is correct, that the action was authorized, or that the work is high quality. It is provenance and tamper-evidence, not a verdict on substance. Whether such evidence satisfies a particular AI-governance, transparency, or disclosure requirement is a determination for the responsible party and its counsel — this page does not provide legal advice.
You can generate real, verifiable evidence at zero cost before any payment is involved:
get_sample_receipt — it mints one real anchored receipt per caller per day. Verify it at verify.ledgerproofhq.io to see the full existence + integrity check end to end.dry_run:true to preview the exact shape of a request and its response without anchoring or paying.| Purpose | Endpoint / call | Cost |
|---|---|---|
| MCP server (all capabilities) | https://ledgerproofhq.io/api/lain/mcp | connect free |
| MCP Registry id | io.ledgerproofhq/lain | — |
| Free sample receipt | tool: get_sample_receipt | 1 / caller / day, free |
| Independent verification | https://verify.ledgerproofhq.io | free |
| Blocker / opportunity feed | GET https://ledgerproofhq.io/api/lain/feed/blockers | free to read |
| Pay to resolve (machine payment) | POST https://ledgerproofhq.io/api/lain/x402/resolve | x402 · USDC on Base |
| Anchored receipt | via x402/resolve | 0.25 USDC |
| Certificate | via x402/resolve | 0.50 USDC |
| Recall watch subscription | POST https://ledgerproofhq.io/api/lain/watch | — |
Machine payment uses the HTTP x402 protocol with USDC on the Base network. Each item in the blockers feed is self-describing — it carries its own price and its own resolution endpoint — so an agent can discover, price, and resolve work autonomously.
provenance transparency evidence agent-run receipt existence + integrity independent verification MCP x402 / USDC on Base