AI & Machine Learning
hodlxxi.com
Provides self-description and discovery metadata for an AI agent, including identity, skills, and API catalog.
ENDPOINT 1
https://hodlxxi.com/agent/mcp
MCP server metadata
- Name
- HODLXXI Read-Only
- Version
- 0.1.1
Public, read-only access to the fixed HODLXXI machine-readable GET surface. No generic URL fetch, write operation, wallet access, environment access, private-key access, payment action, or Flask-monolith tool execution is provided. The live public endpoint is routed by nginx to this separate read-only sidecar.
Known tools 26
hodlxxi_get_agent_identityReturn the canonical public agent identity document, including capabilities, pricing, endpoints, skills, messaging metadata, and trust-model declarations.
Inferred read-onlyhodlxxi_get_operator_continuityReturn the public operator-continuity statement, operator and agent public keys, covenant status, rotation policy, and verification references.
Inferred read-onlyhodlxxi_get_api_catalogReturn the public RFC-style API linkset catalog with service descriptions, documentation links, and status links.
Inferred read-onlyhodlxxi_get_agent_skills_indexReturn the Agent Skills discovery index with skill names, descriptions, URLs, types, and SHA-256 digests.
Inferred read-onlyhodlxxi_get_mcp_server_cardReturn the live MCP discovery server card for https://hodlxxi.
Inferred read-onlyhodlxxi_get_nostr_dm_policyReturn public NIP-17/NIP-59 messaging policy metadata, including intake status, custody limitations, accepted kind, and size ceiling.
Inferred read-onlyhodlxxi_get_openid_configurationReturn OpenID Connect discovery metadata: issuer, authorization and token endpoints, JWKS URI, grants, scopes, PKCE, and signing algorithms.
Inferred read-onlyhodlxxi_get_oauth_authorization_serverReturn OAuth authorization-server metadata, including the HODLXXI agent_auth discovery block and disabled registration endpoint references.
Inferred read-onlyhodlxxi_get_oauth_protected_resourceReturn OAuth protected-resource metadata, including resource issuer, authorization servers, JWKS URI, scopes, and bearer method.
Inferred read-onlyhodlxxi_get_jwksReturn the public RSA JSON Web Key Set used to verify HODLXXI-issued JWT signatures.
Inferred read-onlyhodlxxi_get_agent_discoveryReturn the signed Agent Protocol discovery document with public endpoint links, trust surfaces, timestamp, and agent signature.
Inferred read-onlyhodlxxi_get_capabilitiesReturn the signed capabilities document with job schemas, pricing, limits, endpoint registry, public skills, and messaging metadata.
Inferred read-onlyhodlxxi_get_capabilities_schemaReturn the JSON Schema published for the signed HODLXXI capabilities document.
Inferred read-onlyhodlxxi_get_skillsReturn the checked-in public skill catalog with metadata, repository paths, and installation URLs.
Inferred read-onlyhodlxxi_get_marketplace_listingReturn the normalized marketplace listing with discovery links, job types, pricing, skills, reputation snapshot, chain health, and trust model.
Inferred read-onlyhodlxxi_get_reputationReturn aggregate public operating history, evidenced job counts, attestation count, trust and confidence averages, pattern distribution, and rolling trust trend.
Inferred read-onlyhodlxxi_get_trust_eventsReturn the paginated public trust-event chain with hashes, receipt linkage, timestamps, public key, and signatures.
Inferred read-onlyhodlxxi_get_nostr_announcementReturn the signed Nostr announcement template, advertised NIP-89/NIP-90 kinds, discovery links, and explicit non-goals.
Inferred read-onlyhodlxxi_get_chain_healthReturn attestation-chain continuity status, event count, latest event hashes, and latest timestamp when available.
Inferred read-onlyhodlxxi_get_covenant_countdownReturn the machine-readable covenant countdown with chain height, spend paths, estimated unlocks, funding status, and conservative trust interpretation.
Inferred read-onlyhodlxxi_get_trust_summaryReturn the compact trust summary for a validated public agent identifier.
Inferred read-onlyhodlxxi_get_covenantReturn a declared covenant artifact by validated covenant identifier, including descriptor, policy, funding status, public keys, and non-claims.
Inferred read-onlyhodlxxi_get_reportReturn a public machine-readable trust or readiness report by validated report identifier, including its canonical SHA-256 field when present.
Inferred read-onlyhodlxxi_verify_receiptVerify a previously issued receipt by job identifier and return verification status, validity, attestation, signed receipt, event hash, and QR pointer non-claims.
Inferred read-onlyCONNECT 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.hodlxxi-read-only]
url = "https://hodlxxi.com/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hodlxxi-read-only": {
"type": "http",
"url": "https://hodlxxi.com/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hodlxxi-read-only
Remote MCP URL: https://hodlxxi.com/agent/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": {
"hodlxxi-read-only": {
"url": "https://hodlxxi.com/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hodlxxi-read-only": {
"type": "http",
"url": "https://hodlxxi.com/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hodlxxi-read-only",
"transport": "streamable-http",
"url": "https://hodlxxi.com/agent/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hodlxxi.com was fetched 2026-08-04T01:24:33.312Z and is being refreshed.
hodlxxi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.