{
  "schema": "hm.mcp-adoption-manifest.v1",
  "name": "H/M Agent Surface",
  "canonicalUrl": "https://hogarmas.net/connect-ai/",
  "endpoint": "https://agents.hogarmas.net/mcp/agent-surface",
  "transport": "streamable-http",
  "authentication": {
    "freeTools": "none",
    "paidTool": "x402-explicit-authorization"
  },
  "firstTask": {
    "tool": "create_mcp_connection_receipt",
    "arguments": {},
    "commercial": false,
    "verifier": "https://hogarmas.net/mcp-connection-receipt/"
  },
  "clients": [
    {
      "id": "codex",
      "setupType": "cli-or-toml",
      "configuration": "codex mcp add hm-agent-surface --url https://agents.hogarmas.net/mcp/agent-surface",
      "documentation": "https://learn.chatgpt.com/docs/extend/mcp"
    },
    {
      "id": "chatgpt-desktop",
      "setupType": "manual-ui",
      "availability": "local-desktop-client",
      "documentation": "https://learn.chatgpt.com/docs/extend/mcp"
    },
    {
      "id": "chatgpt-web",
      "setupType": "manual-ui",
      "availability": "plan-role-and-admin-gated",
      "documentation": "https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta"
    },
    {
      "id": "claude-code",
      "setupType": "cli",
      "configuration": "claude mcp add --transport http hm-agent-surface https://agents.hogarmas.net/mcp/agent-surface",
      "documentation": "https://docs.anthropic.com/en/docs/claude-code/mcp"
    },
    {
      "id": "vscode",
      "setupType": "install-url-or-json",
      "configuration": { "servers": { "hmAgentSurface": { "type": "http", "url": "https://agents.hogarmas.net/mcp/agent-surface" } } },
      "documentation": "https://code.visualstudio.com/docs/agents/reference/mcp-configuration"
    },
    {
      "id": "cursor",
      "setupType": "json",
      "configuration": { "mcpServers": { "hm-agent-surface": { "type": "http", "url": "https://agents.hogarmas.net/mcp/agent-surface" } } },
      "documentation": "https://docs.cursor.com/context/model-context-protocol"
    },
    {
      "id": "generic",
      "setupType": "client-specific",
      "compatibilityRequirement": "MCP Streamable HTTP",
      "documentation": "https://modelcontextprotocol.io/registry/remote-servers"
    }
  ],
  "telemetry": {
    "publicSnapshot": "https://hogarmas.net/api/mcp-observatory?days=7",
    "aggregateOnly": true,
    "qaExcluded": true,
    "rawIpStoredByObservatory": false,
    "rawPayloadStored": false
  },
  "truthBoundary": {
    "initializeIsAiUser": false,
    "toolRequestProvesSuccess": false,
    "unattributedRequestsRelabeled": false,
    "connectionReceiptIsIdentityProof": false
  }
}
