{
  "protocolVersion": "0.3.0",
  "name": "LedgerProof Autonomous Network (LAIN)",
  "description": "Certificate Transparency for AI provenance. Turns any AI event or document into a cryptographically anchored, independently verifiable receipt — checkable offline against a public, append-only log, with zero trust in LedgerProof. Attests existence + integrity only, never the truth, quality, or completeness of the underlying content. Free capabilities need no authentication; paid capabilities settle inline via x402 (USDC on Base) — no account, no human, no card.",
  "url": "https://ledgerproofhq.io/api/lain/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "LedgerProof",
    "url": "https://ledgerproofhq.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://ledgerproofhq.io/.well-known/capabilities.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "securitySchemes": {
    "x402": {
      "type": "http",
      "scheme": "x402",
      "description": "Paid capabilities return a real HTTP 402 challenge (USDC on Base, EIP-3009) that x402-fetch / Coinbase AgentKit auto-pay from the agent's own wallet; re-send with the signed X-PAYMENT header to settle inline. No enrollment, no human. Free capabilities require no authentication."
    }
  },
  "security": [],
  "skills": [
    {
      "id": "verify",
      "name": "Verify a receipt",
      "description": "Independently verify any LedgerProof receipt against the public anchored log — content hash, Ed25519 signature, and anchor. Zero trust in LedgerProof. Free.",
      "tags": ["provenance", "verification", "free"],
      "examples": ["Verify the receipt at sequence 15596"]
    },
    {
      "id": "get_sample_receipt",
      "name": "Mint a sample anchored receipt",
      "description": "Anchor the SHA-256 of your output and get back a real receipt with a verify_url. Free sample, one per caller per day.",
      "tags": ["provenance", "receipt", "free"]
    },
    {
      "id": "resolve_confidence",
      "name": "Resolve a confidence gap",
      "description": "Submit a subject and a confidence threshold; receive cited, independently verifiable evidence from the anchored public record (FDA recalls/approvals, SEC EDGAR, sanctions-list snapshots) with a disclosed, recomputable score. Attests evidence integrity only, never conclusions. Free dry_run preview; $0.05 (launch pricing) to settle and mint a permanent evidence-graph node.",
      "tags": ["evidence", "public-record", "x402"]
    },
    {
      "id": "subject_evidence_graph",
      "name": "Read a subject's evidence graph",
      "description": "Read the accumulated, network-learned evidence graph for a subject. Free public read.",
      "tags": ["evidence", "graph", "free"]
    },
    {
      "id": "request_capability",
      "name": "Request a capability",
      "description": "Request an anchored deliverable (receipt.agent-run, evidence.verify, or answer.record-search). Returns an x402 HTTP 402 challenge to settle inline in USDC on Base (~$0.05, launch pricing).",
      "tags": ["capability", "x402"]
    },
    {
      "id": "discover_capabilities",
      "name": "Discover capabilities",
      "description": "List the capabilities the network can settle, each with a self-describing price and endpoint.",
      "tags": ["discovery", "free"]
    },
    {
      "id": "discover_opportunities",
      "name": "Discover open opportunities",
      "description": "Machine-generated demand the network detected in the public record (recalls, CVE revisions) — open confidence gaps carrying a self-describing price and resolution endpoint.",
      "tags": ["discovery", "free"]
    },
    {
      "id": "fund_opportunity",
      "name": "Fund an opportunity",
      "description": "Fund an open opportunity; runs the mission end-to-end and mints an anchored, third-party-replayable Autonomous Action Certificate. Paid via x402.",
      "tags": ["mission", "settlement", "x402"]
    },
    {
      "id": "get_job",
      "name": "Get job status",
      "description": "Poll the status of an asynchronous job or mission.",
      "tags": ["status", "free"]
    }
  ],
  "metadata": {
    "interface": "Model Context Protocol (streamable-http, stateless JSON-RPC 2.0)",
    "mcpEndpoint": "https://ledgerproofhq.io/api/lain/mcp",
    "mcpRegistry": "io.ledgerproofhq/lain",
    "paymentEndpoint": "POST https://ledgerproofhq.io/api/lain/request with settlement:\"x402\"",
    "paymentProtocol": "x402 — USDC on Base (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), settled via the Coinbase CDP facilitator",
    "verifier": "https://verify.ledgerproofhq.io/?seq={sequence}",
    "publicKey": "https://ledgerproofhq.io/.well-known/ledgerproof-key.json",
    "capabilitiesManifest": "https://ledgerproofhq.io/.well-known/capabilities.json",
    "clientLibrary": "@ledgerproof/laen (npm)",
    "proofScope": "existence + integrity only — never the truth, quality, or completeness of the underlying content",
    "standards": [
      "IETF SCITT profile draft (draft-dawkins-scitt-ai-article50)",
      "RFC 6962 / RFC 9162 (Certificate Transparency)"
    ]
  }
}
