HODLXXI Read-Only
io.github.hodlxxi/hodlxxi-readonlyPublic read-only MCP server for HODLXXI agent identity, trust, receipts, and verification.
Tools · 26
Return the canonical public agent identity document, including capabilities, pricing, endpoints, skills, messaging metadata, and trust-model declarations.
Return the public operator-continuity statement, operator and agent public keys, covenant status, rotation policy, and verification references.
Return the public RFC-style API linkset catalog with service descriptions, documentation links, and status links.
Return the Agent Skills discovery index with skill names, descriptions, URLs, types, and SHA-256 digests.
Return the live MCP discovery server card for https://hodlxxi.com/agent/mcp, which nginx routes to the separate read-only sidecar rather than the Flask monolith.
Return public NIP-17/NIP-59 messaging policy metadata, including intake status, custody limitations, accepted kind, and size ceiling.
Return OpenID Connect discovery metadata: issuer, authorization and token endpoints, JWKS URI, grants, scopes, PKCE, and signing algorithms.
Return OAuth authorization-server metadata, including the HODLXXI agent_auth discovery block and disabled registration endpoint references.
Return OAuth protected-resource metadata, including resource issuer, authorization servers, JWKS URI, scopes, and bearer method.
Return the public RSA JSON Web Key Set used to verify HODLXXI-issued JWT signatures. No private JWK fields are exposed.
Return the signed Agent Protocol discovery document with public endpoint links, trust surfaces, timestamp, and agent signature.
Return the signed capabilities document with job schemas, pricing, limits, endpoint registry, public skills, and messaging metadata.
Return the JSON Schema published for the signed HODLXXI capabilities document.
Return the checked-in public skill catalog with metadata, repository paths, and installation URLs.
Return the normalized marketplace listing with discovery links, job types, pricing, skills, reputation snapshot, chain health, and trust model.
Return aggregate public operating history, evidenced job counts, attestation count, trust and confidence averages, pattern distribution, and rolling trust trend.
Return paginated signed receipt attestations. limit must be 1-100 and offset must be non-negative.
Return the paginated public trust-event chain with hashes, receipt linkage, timestamps, public key, and signatures.
Return the signed Nostr announcement template, advertised NIP-89/NIP-90 kinds, discovery links, and explicit non-goals.
Return attestation-chain continuity status, event count, latest event hashes, and latest timestamp when available.
Return the machine-readable covenant countdown with chain height, spend paths, estimated unlocks, funding status, and conservative trust interpretation.
Return the compact trust summary for a validated public agent identifier.
Return a declared covenant artifact by validated covenant identifier, including descriptor, policy, funding status, public keys, and non-claims.
Return a public machine-readable trust or readiness report by validated report identifier, including its canonical SHA-256 field when present.
Verify a previously issued receipt by job identifier and return verification status, validity, attestation, signed receipt, event hash, and QR pointer non-claims. This does not poll /agent/jobs and ca…
Return a previously issued signed receipt by job identifier. Optional requester-proof fields depend on the historical receipt.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hodlxxi_read-only": {
"url": "https://hodlxxi.com/agent/mcp",
"transport": "streamable-http"
}
}
}