{
  "name": "StackPass",
  "description": "Governed remote MCP access to the StackPass AI business operating system.",
  "documentation": "https://stackpass.ai/mcp",
  "endpoint": "https://api.aeosos.com/mcp",
  "discovery_alias": "https://api.stackpass.ai/mcp",
  "transport": "streamable-http",
  "authentication": {
    "recommended": "oauth2.1-pkce",
    "protected_resource_metadata": "https://api.aeosos.com/.well-known/oauth-protected-resource/mcp",
    "alternative": {
      "type": "http-bearer",
      "header": "Authorization: Bearer <workspace-api-key>"
    },
    "scopes": ["mcp:read", "mcp:full", "offline_access"]
  },
  "recommended_first_tool": "agent_bootstrap",
  "supported_clients": [
    "ChatGPT",
    "Claude",
    "Cursor",
    "Any compatible remote MCP client"
  ],
  "operating_surfaces": [
    "CRM and pipeline",
    "Conversations and messaging",
    "Appointments and tasks",
    "Voice AI",
    "Websites and growth",
    "Documents and payments",
    "Workspaces and users",
    "Automation and analytics"
  ],
  "security": {
    "workspace_scoped": true,
    "least_privilege_recommended": true,
    "write_actions_require_granted_authority": true
  },
  "reviewed": "2026-08-18"
}
