JIDEC: Bitcoin-anchored public verification ledger (NENRIN)
io.github.ogasurfproject-jpg/jidecCite and independently verify Bitcoin-anchored construction-estimate audit records.
Tools · 4
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…
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. …
List the anchored JIDEC verification paths (most recent first), with purpose, verdict and Bitcoin anchoring status.
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…
Similar MCP servers embedding-nearest
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"
}
}
}