Component not available in ghpythonlib

Hi, I was trying to use “Project” component inside a python script using ghpythonlib, however there are two components in grasshopper with the name “Project” one has [“curve”,“brep”,“direction”] as inputs which I dont want but thats the one it gives me when using ghpythonlib, and the other has [“geometry”,“plane”] as inputs which is the one I want but is not available in ghpythonlib.
Is there s way I can still get that?
Btw I’m trying to project points onto a plane