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

JIDEC: Bitcoin-anchored public verification ledger (NENRIN)

io.github.ogasurfproject-jpg/jidec

Cite and independently verify Bitcoin-anchored construction-estimate audit records.

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

Tools · 4

jidec_cite

Resolve and INDEPENDENTLY verify any JIDEC citation. Accepts 'jidec:path:<sha>', 'jidec:entry:<n>', a bare 64-hex id, or a ledger URL. Fetches the record's exact bytes, recomputes SHA-256 locally, and…

jidec_replay

Re-observe an anchored JIDEC verification path against the live system right now and report drift. Returns MATCH (the live system still matches what was anchored) or DRIFT (it changed), node by node. …

jidec_list_paths

List the anchored JIDEC verification paths (most recent first), with purpose, verdict and Bitcoin anchoring status.

jidec_how_to_verify

Return the step-by-step recipe for verifying a JIDEC record WITHOUT trusting HORIZON SHIELD: which bytes to fetch, which hashes to recompute, which OpenTimestamps proof to check, which algorithm commi…

How to use

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

{
  "mcpServers": {
    "jidec:_bitcoin-anchored_public_verification_ledger_(nenrin)": {
      "url": "https://jidec.horizonshield.dev/mcp",
      "transport": "streamable-http"
    }
  }
}