Security & Testing
elucora.com
Generates signed, timestamped evidence receipts for internet data like web pages, PDFs, and JSON fields, anchored to Bitcoin for independent verification.
ENDPOINT 1
https://elucora.com/mcp
MCP server metadata
- Name
- Elucora
- Version
- 1.4.0
elucora_verify and elucora_get_receipt need no credentials — use them freely to check any receipt you are given. elucora_capture and elucora_attest need an Elucora API key and consume monthly quota, so call elucora_capture only after the user chooses a public source. A captured receipt proves what a source served and when. It never proves the source was correct; do not describe it as proof that a claim is true. An attested receipt proves less: that the caller submitted a hash at a time. It says nothing about where the content came from, so never present one as evidence about a source.
Known tools 4
elucora_captureFreeze proof of what a web source actually served, before quoting or acting on it.
Inferred read-onlyelucora_attestProve a piece of content existed at a point in time by sealing its SHA-256 hash.
Inferred read-onlyelucora_get_receiptFetch 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.
Inferred read-onlyelucora_verifyCheck whether an evidence receipt is genuine and unaltered, and what source bytes it covers.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.elucora]
url = "https://elucora.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"elucora": {
"type": "http",
"url": "https://elucora.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: elucora
Remote MCP URL: https://elucora.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"elucora": {
"url": "https://elucora.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"elucora": {
"type": "http",
"url": "https://elucora.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "elucora",
"transport": "streamable-http",
"url": "https://elucora.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for elucora.com was fetched 2026-09-24T22:55:57.763Z.
elucora.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.