atlas-list-clusters
List MongoDB Atlas clusters
Try it
atlas-list-projects
List MongoDB Atlas projects
Try it
atlas-inspect-cluster
Inspect MongoDB Atlas cluster
Try it
atlas-create-free-cluster
Create a free MongoDB Atlas cluster
Try it
atlas-create-access-list
Allow Ip/CIDR ranges to access your MongoDB Atlas clusters.
Try it
atlas-inspect-access-list
Inspect Ip/CIDR ranges with access to your MongoDB Atlas clusters.
Try it
atlas-list-db-users
List MongoDB Atlas database users
Try it
atlas-create-db-user
Create an MongoDB Atlas database user
Try it
atlas-create-project
Create a MongoDB Atlas project
Try it
atlas-list-orgs
List MongoDB Atlas organizations
Try it
atlas-connect-cluster
Connect to MongoDB Atlas cluster
Try it
atlas-list-alerts
List MongoDB Atlas alerts
Try it
connect
Connect to a MongoDB instance
Try it
list-collections
List all collections for a given database
Try it
list-databases
List all databases for a MongoDB connection
Try it
collection-indexes
Describe the indexes for a collection
Try it
create-index
Create an index for a collection
Try it
collection-schema
Describe the schema for a collection
Try it
find
Run a find query against a MongoDB collection
Try it
insert-many
Insert an array of documents into a MongoDB collection
Try it
delete-many
Removes all documents that match the filter from a MongoDB collection
Try it
collection-storage-size
Gets the size of the collection
Try it
count
Gets the number of documents in a MongoDB collection using db.collection.count() and query as an optional filter parameter
Try it
db-stats
Returns statistics that reflect the use state of a single database
Try it
aggregate
Run an aggregation against a MongoDB collection
Try it
update-many
Updates all documents that match the specified filter for a collection
Try it
rename-collection
Renames a collection in a MongoDB database
Try it
drop-database
Removes the specified database, deleting the associated data files
Try it
drop-collection
Removes a collection or view from the database. The method also removes any indexes associated with the dropped collection.
Try it
explain
Returns statistics describing the execution of the winning plan chosen by the query optimizer for the evaluated method
Try it
create-collection
Creates a new collection in a database. If the database doesn't exist, it will be created automatically.
Try it
mongodb-logs
Returns the most recent logged mongod events
Try it
export
Export a query or aggregation results in the specified EJSON format.
Try it