Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

LedgerProof LAIN — Verified Evidence for Agents

io.ledgerproofhq/lain

Cryptographically anchored evidence for agents: verified run receipts, proof-gated settlement.

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

Tools · 9

discover_capabilities

List everything the LedgerProof Autonomous Network (LAIN) offers: capability ids (receipt.agent-run, evidence.verify, answer.record-search), input schemas, pricing, environments (test/live), and the s…

request_capability

Buy a capability - LIVE, real money, by default. Provide a capability id (receipt.agent-run: pass action plus at least one of inputs_hash/outputs_hash/state_hash as 64-hex sha256; evidence.verify: pas…

get_job

Poll a job by id. For paid checkout jobs this is also the settlement trigger: once the buyer has paid, polling captures the charge strictly against the anchored proof and returns the deliverable.

resolve_confidence

THE CORE LOOP: an autonomous system should not advance to a higher-confidence state without independently verifiable evidence - so buy it. Submit your confidence gap about a subject (an entity/product…

subject_evidence_graph

Read a subject's evidence graph (free): how many times it has been verified through LAIN, when it was last checked, and rolling findings. The graph is built one paid resolution at a time, so it may be…

discover_opportunities

FREE: machine-generated demand. LAIN continuously scans the anchored public record (FDA drug recalls, CPSC product recalls, and CVE/NVD revisions) for events that could invalidate warranted confidence…

fund_opportunity

Fund a discovered Opportunity into a real, authority-backed, proof-gated economic event. When funded, LAIN runs the mission end-to-end: Authority (your delegated spend limit) -> Policy (is the value a…

get_sample_receipt

FREE (one per caller per day): mint a REAL receipt for your current task's output, cryptographically anchored in a public, append-only log - pass content_hash (sha256 of your output) or task_summary (…

verify

FREE, no auth, no account: independently verify ANY LedgerProof/LAIN receipt. Pass content_hash (the sha256 that any receipt carries) or seq. Returns whether it exists in the public, append-only log, …

How to use

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

{
  "mcpServers": {
    "ledgerproof_lain_—_verified_evidence_for_agents": {
      "url": "https://ledgerproofhq.io/api/lain/mcp",
      "transport": "streamable-http"
    }
  }
}