Tools that your AI agent can use through this MCP server to interact with MongoDB
Updates many documents by query filter. See the documentation
Finds a document by a query filter. See the documentation
Execute an aggregation pipeline on a MongoDB collection. See the documentation
Updates a single document by ID. See the docs here
Search for specific documents or return all documents. See the docs here
Retrieves a single document by ID. See the docs here
Delete a single document by ID. See the docs here
Create a new document in a collection of your choice. See the docs here