← elucora.com

INDIVIDUAL MCP TOOL

elucora_capture

Freeze proof of what a web source actually served, before quoting or acting on it.

elucora.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://elucora.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for elucora_capture and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

elucora.com

CONNECT 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.

Related tools

  • elucora_attest — Prove a piece of content existed at a point in time by sealing its SHA-256 hash.
  • 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.
  • elucora_verify — Check whether an evidence receipt is genuine and unaltered, and what source bytes it covers.