There are some apis based on Meteor. They are woriking with MongoDB and provide base CRUD operations. Also shows collection's hook definitions and base structure for creating websocket-based api on Meteor.
API #1 - Meteor methods definition
This code is the part of creating client-server communication with MongoDB and shows how to make Meteor methods.