{
  "name": "presence",
  "description": "Presence - adaptive human verification layer. The MCP surface is the Human Approval Gate: pause an AI agent's consequential tool call until a named person approves it, with a signed Presence Record sealed for every outcome. Fail-closed on expiry and errors.",
  "documentation": "https://presence.decionis.com/developers/quickstart",
  "openapi": "https://presence.decionis.com/.well-known/openapi.json",
  "servers": [
    {
      "kind": "package",
      "transport": "stdio",
      "registry": "npm",
      "package": "@decionis/presence-mcp",
      "install": "npx -y @decionis/presence-mcp",
      "binaries": [
        "presence-mcp"
      ],
      "authentication": {
        "type": "environment",
        "description": "PRESENCE_API_KEY (server-side tenant secret, presence_sk_…). Run on the agent's backend host, never in a browser."
      },
      "tools": [
        "presence_request_human_verification",
        "presence_get_verification_status"
      ]
    },
    {
      "kind": "remote",
      "transport": "streamable_http",
      "endpoint": "https://protocol.decionis.com/mcp",
      "description": "The Decionis decision-authority MCP server — the org-level surface Presence hands its signal to. Documented at https://decionis.com/.well-known/mcp.json."
    }
  ]
}