Capture a web source, or seal a hash you hold, into a signed receipt anyone can verify offline.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Elucora Evidence API.
elucora_verifyChecks whether a receipt is genuine and unaltered, and what source bytes it covers.
elucora_get_receiptReads a receipt: source, sealed passage, signature status, Bitcoin anchor state.
elucora_captureFetches a public HTTP(S) source, preserves the original bytes, optionally pins an exact quote or JSON Pointer, and returns a signed receipt. Consumes quota and contacts the source.
elucora_attestSeals a SHA-256 hash the caller already holds, for content with no URL. Proves the content existed then and has not changed since β not where it came from. Consumes quota.
Capture a public web source and return a portable, cryptographically signed evidence receipt.
Elucora is a hosted MCP server. There is nothing to install: point your client at
https://elucora.com/mcp. Two of the four tools need no API key at all, so a client can verify
and read receipts before anyone signs up for anything.
An agent can seal the exact page, PDF, or JSON field behind a claim, hand the receipt to someone else, and have them verify it without trusting Elucora's dashboard or its API.
| Tool | Key required | What it does |
|---|---|---|
elucora_verify | No | Checks whether a receipt is genuine and unaltered, and what source bytes it covers. |
elucora_get_receipt | No | Reads a receipt: source, sealed passage, signature status, Bitcoin anchor state. |
elucora_capture | Yes | Fetches a public HTTP(S) source, preserves the original bytes, optionally pins an exact quote or JSON Pointer, and returns a signed receipt. Consumes quota and contacts the source. |
elucora_attest | Yes | Seals a SHA-256 hash the caller already holds, for content with no URL. Proves the content existed then and has not changed since β not where it came from. Consumes quota. |
The free tier is 500 receipts a month with no card.
elucora_verify and elucora_get_receipt work with no credentials. For the two tools that
contact a source or spend quota, create an API key at
elucora.com/dashboard/keys, then:
The server implements stateless Streamable HTTP, protocol version 2025-11-25.
Hosts should keep a human approval step before elucora_capture: it makes a request to an
external URL and consumes the account's monthly quota.
A valid receipt proves integrity, issuer, and time. It does not prove that the source was telling the truth.
Every receipt carries jwks_url, and verification keys are published at
/.well-known/jwks.json. Any ES256 implementation
can check a receipt offline. The public verifier for a receipt lives at /verify/{id}.
com.elucora/evidenceNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/elucora-evidence-api-2)<a href="https://allmcps.com/mcp/elucora-evidence-api-2"><img src="https://allmcps.com/api/badge/elucora-evidence-api-2?style=directory" alt="Elucora Evidence API on AllMCPs" /></a>