Elucora
elucora.com
· Elucora
Freeze proof of what a public web source served at a moment, or seal a hash of content you already hold. Receipts are signed, appended to a public hash-linked log, independently timestamped and anchored into Bitcoin, and verify against published keys without contacting Elucora.
elucora.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 41/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-12 16:57:46 current | 313500999382… |
view → |
Endpoints
| Agent card | https://elucora.com/.well-known/agent-card.json |
| Provider | https://elucora.com |
| Docs | https://elucora.com/llms.txt |
Skills · 4 declared · mapped to canonical taxonomy
Fetch a public URL, hash exactly what it served, pin the passage or JSON field that matters, and return a signed receipt. Proves what was served and when — neve…
Record a SHA-256 digest for content with no public URL. Proves this account submitted this digest at this time and that the record has not changed since. Says n…
Check any Elucora receipt by id, or the receipt document itself. No credential required, and the same check runs offline against published keys.
Retrieve a public receipt with its transparency log entry, RFC 3161 timestamp and Bitcoin anchor state. No credential required.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/elucora.com) [](https://agenstry.com/agents/elucora.com) [](https://agenstry.com/agents/elucora.com) [](https://agenstry.com/agents/elucora.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Elucora",
"description": "Freeze proof of what a public web source served at a moment, or seal a hash of content you already hold. Receipts are signed, appended to a public hash-linked log, independently timestamped and anchored into Bitcoin, and verify against published keys without contacting Elucora.",
"url": "https://elucora.com/mcp",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Elucora",
"url": "https://elucora.com"
},
"version": "1.4.0",
"documentationUrl": "https://elucora.com/llms.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"securitySchemes": {
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "API key created at https://elucora.com/dashboard/keys. Verification and receipt lookup need no credential."
}
},
"skills": [
{
"id": "capture",
"name": "Capture verifiable source evidence",
"description": "Fetch a public URL, hash exactly what it served, pin the passage or JSON field that matters, and return a signed receipt. Proves what was served and when \u2014 never that the source was correct. Needs an API key and consumes quota.",
"tags": [
"evidence",
"provenance",
"citation",
"web"
],
"examples": [
"Seal https://www.federalreserve.gov/feeds/press_all.xml before quoting it",
"Capture /data/amount from a price API at the moment a signal reads it"
]
},
{
"id": "attest",
"name": "Seal a hash of content you already hold",
"description": "Record a SHA-256 digest for content with no public URL. Proves this account submitted this digest at this time and that the record has not changed since. Says nothing about where the content came from. Needs an API key.",
"tags": [
"evidence",
"timestamp",
"hash"
],
"examples": [
"Seal the digest of a generated answer alongside the receipts it cited"
]
},
{
"id": "verify",
"name": "Verify a receipt",
"description": "Check any Elucora receipt by id, or the receipt document itself. No credential required, and the same check runs offline against published keys.",
"tags": [
"verification",
"public"
],
"examples": [
"Verify rcpt_5aef003f307f47979d0af87ea9b091fe"
]
},
{
"id": "lookup",
"name": "Read a receipt and its proof",
"description": "Retrieve a public receipt with its transparency log entry, RFC 3161 timestamp and Bitcoin anchor state. No credential required.",
"tags": [
"verification",
"public",
"transparency"
],
"examples": [
"Show the anchor state of a receipt someone sent me"
]
}
]
}