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

Elucora Evidence API

com.elucora/evidence

Capture a web source, or seal a hash you hold, into a signed receipt anyone can verify offline.

Uptime
100.0%
2 direct probes · 30d
Response
178ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

elucora_capture

Freeze proof of what a web source actually served, before quoting or acting on it. Returns a signed receipt that anyone can verify offline without trusting Elucora. Proves what was served and when, no…

elucora_attest

Prove a piece of content existed at a point in time by sealing its SHA-256 hash. Use when you already hold the bytes — a model output, a tool result, a document. Elucora records that you submitted thi…

elucora_get_receipt

Fetch an evidence receipt by ID: the source it covers, the exact passage or field that was sealed, the current signature result, and its transparency log and Bitcoin anchor state. Needs no credentials…

elucora_verify

Check whether an evidence receipt is genuine and unaltered, and what source bytes it covers. Use this before relying on a receipt produced by someone else. Needs no credentials.

How to use

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

{
  "mcpServers": {
    "elucora_evidence_api": {
      "url": "https://elucora.com/mcp",
      "transport": "streamable-http"
    }
  }
}