{
  "name": "OrgX MCP Public Discovery",
  "description": "No-auth MCP discovery endpoint for OrgX capabilities, example payloads, and setup help.",
  "public_endpoint": "https://mcp.useorgx.com/public",
  "authenticated_endpoint": "https://mcp.useorgx.com/mcp",
  "authentication_required": false,
  "execution_model": "Discovery-only. Does not expose workspace data or execute authenticated OrgX actions.",
  "supported_json_rpc_methods": [
    "initialize",
    "ping",
    "tools/list",
    "tools/call"
  ],
  "public_tools": [
    {
      "name": "orgx_public_capabilities",
      "description": "Describe OrgX MCP capabilities, authenticated endpoints, primary tools, and when agents should use OrgX. Discovery-only; does not read workspace data."
    },
    {
      "name": "orgx_public_tool_examples",
      "description": "Return example prompts, arguments, and sample responses for primary OrgX tools. Discovery-only; connect the authenticated MCP endpoint to execute real tools."
    },
    {
      "name": "orgx_public_connection_help",
      "description": "Return installation guidance for connecting OrgX MCP from Cursor, Claude, ChatGPT, VS Code, or other MCP clients."
    }
  ],
  "primary_authenticated_tools": [
    "orgx_bootstrap",
    "orgx_search",
    "orgx_inspect",
    "orgx_recommend",
    "orgx_write",
    "orgx_attach",
    "orgx_act",
    "orgx_plan",
    "orgx_spawn",
    "orgx_decide",
    "orgx_submit_receipt",
    "orgx_emit_activity",
    "orgx_emit_execution_graph",
    "approve_decision",
    "reject_decision",
    "get_agent_status",
    "get_initiative_pulse",
    "scaffold_initiative",
    "spawn_agent_task",
    "handoff_task",
    "recommend_next_action",
    "query_org_memory",
    "recall_memory",
    "approve_agent_work",
    "delegate_agent_task",
    "track_project_progress",
    "review_artifact",
    "get_morning_brief",
    "get_operator_chronicle",
    "consolidate_pr"
  ]
}