Allow drivers that wrap PyMongo to add their info to the handshake metadata, using a "driver" option like: MongoClient(driver=DriverInfo("MyDriver", "1.2.3")) The DriverInfo is appended to PyMongo's own metadata.