Is it possible to use the new JDBC jar driver to connect to a federated Database from postgres using postgres FDW

There seems to be very little support for integrating the new Federated Database mechanism. I’d like to get my data from Mongo into postgres. I was currently wondering if this was possible using postgres FDW and the new JDBC driver for accessing mongo Federated Databases.

If Not I’m open to suggestions. If I could pull the data from Mongo using a SELECT * INTO that save me the trouble of creating the database tables locally. I already have solutions for schema migrations beyond that.