Card snapshot
jidec.horizonshield.dev
·
2026-08-17 06:33:19 UTC
·
0da4cbd2ae1abd4fc2e7ca65ec976a0840fed5d5670ff0ef38b1a1807c0c887b
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "HORIZON SHIELD JIDEC",
"description": "Read-only MCP interface to JIDEC / NENRIN, a Bitcoin-anchored public verification ledger. Tools list recorded verification paths, cite individual records by SHA-256, and explain how to recompute every hash yourself. The operator holds no delete route in code: valid submissions stay, including ones that embarrass the operator. Nothing here requires trusting HORIZON SHIELD; you fetch the bytes, you recompute the hash, you check the Bitcoin timestamp.",
"url": "https://jidec.horizonshield.dev",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "The HORIZONs\u682a\u5f0f\u4f1a\u793e",
"url": "https://shield.the-horizons-innovation.com"
},
"version": "1.2.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"compensation": {
"paid_by": "other",
"paid_by_note": "The operator funds this ledger itself, as the cost of making its own conduct checkable. Reading is free. Witness submission is free. No listed party pays, no reader pays, and there is no paid placement.",
"referral_fee": false,
"listing_fee": false,
"success_fee_pct": 0,
"disclosure_url": "https://ledger.horizonshield.dev/llms.txt"
},
"skills": [
{
"id": "jidec-list-paths",
"name": "List verification paths",
"description": "Enumerate the verification paths recorded on the ledger, newest first, with their anchor status.",
"tags": [
"ledger",
"verification",
"bitcoin"
]
},
{
"id": "jidec-cite",
"name": "Cite a record",
"description": "Return a citable record with its SHA-256 and Bitcoin anchor, so another agent can quote it without trusting this server.",
"tags": [
"citation",
"sha256",
"opentimestamps"
]
},
{
"id": "jidec-replay",
"name": "Replay a verification",
"description": "Re-run the recorded verification steps and compare the result against the anchored hash.",
"tags": [
"replay",
"recompute"
]
},
{
"id": "jidec-how-to-verify",
"name": "How to verify",
"description": "Step-by-step instructions for recomputing any record hash and checking its Bitcoin timestamp with independent tools.",
"tags": [
"verify",
"instructions"
]
}
]
}