Public read-only MCP server for HODLXXI agent identity, trust, receipts, and verification.
claude mcp add hodlxxi-readonly --transport http https://hodlxxi.com/agent/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"hodlxxi-readonly": {
"url": "https://hodlxxi.com/agent/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hodlxxi-readonly": {
"serverUrl": "https://hodlxxi.com/agent/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"hodlxxi-readonly": {
"type": "http",
"url": "https://hodlxxi.com/agent/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hodlxxi-readonly": {
"url": "https://hodlxxi.com/agent/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"hodlxxi-readonly": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hodlxxi.com/agent/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://hodlxxi.com/agent/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.hodlxxi--hodlxxi-readonly/reviews or the review_server meta-tool.
POST /mcp