INDIVIDUAL MCP TOOL
hodlxxi_get_jwks
Return the public RSA JSON Web Key Set used to verify HODLXXI-issued JWT signatures.
LIVE ENDPOINT
https://hodlxxi.com/agent/mcp
Connect to this endpoint to inspect the live schema for hodlxxi_get_jwks and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
hodlxxi_get_agent_identity— Return the canonical public agent identity document, including capabilities, pricing, endpoints, skills, messaging metadata, and trust-model declarations.hodlxxi_get_operator_continuity— Return the public operator-continuity statement, operator and agent public keys, covenant status, rotation policy, and verification references.hodlxxi_get_api_catalog— Return the public RFC-style API linkset catalog with service descriptions, documentation links, and status links.hodlxxi_get_agent_skills_index— Return the Agent Skills discovery index with skill names, descriptions, URLs, types, and SHA-256 digests.hodlxxi_get_mcp_server_card— Return the live MCP discovery server card for https://hodlxxi.hodlxxi_get_nostr_dm_policy— Return public NIP-17/NIP-59 messaging policy metadata, including intake status, custody limitations, accepted kind, and size ceiling.hodlxxi_get_openid_configuration— Return OpenID Connect discovery metadata: issuer, authorization and token endpoints, JWKS URI, grants, scopes, PKCE, and signing algorithms.hodlxxi_get_oauth_authorization_server— Return OAuth authorization-server metadata, including the HODLXXI agent_auth discovery block and disabled registration endpoint references.