# Bring Your AI to H/M Blindspot

Canonical page: <https://hogarmas.net/connect-ai/>

Install manifest: <https://hogarmas.net/connect-ai/install-manifest.json>

Focused MCP endpoint: `https://agents.hogarmas.net/mcp/agent-surface`

Transport: MCP Streamable HTTP

Authentication for free tools: none

## First non-commercial task

After a human installs the endpoint in a supported MCP client, call:

`create_mcp_connection_receipt({})`

Return the complete structured receipt. Do not call `unlock_agent_surface_evidence_pack` and do not purchase anything.

The human can verify the receipt at <https://hogarmas.net/mcp-connection-receipt/>. The verifier runs in the browser and does not upload the pasted receipt.

## Client setup

- Codex CLI: `codex mcp add hm-agent-surface --url https://agents.hogarmas.net/mcp/agent-surface`
- Claude Code: `claude mcp add --transport http hm-agent-surface https://agents.hogarmas.net/mcp/agent-surface`
- VS Code: use a remote server with `type: "http"` and the endpoint above in `.vscode/mcp.json`.
- Cursor: use `mcpServers.hm-agent-surface.type = "http"` and the endpoint above in `.cursor/mcp.json`.
- ChatGPT desktop: add a Streamable HTTP server from Settings > MCP servers.
- ChatGPT web: custom remote MCP apps are plan-, role-, and administrator-gated. Add the endpoint from Apps > Create when available.
- Generic clients: use the endpoint only if the client implements MCP Streamable HTTP.

## Truth boundary

- An initialize request is not proof of an AI user.
- A tools/call request is not proof of successful use.
- Client identity is not retroactively inferred across stateless requests.
- QA requests marked by H/M are excluded from public adoption totals.
- The connection receipt is unsigned and is not identity proof, certification, or proof that a model independently chose to connect.

Live aggregate evidence: <https://hogarmas.net/api/mcp-observatory?days=7>
