facebook tracking pixel

¡Llega la Launch Week! 14 a 18 de septiembre

Back to Marketplace
MongoDB MCP integration

MongoDB

MongoDB is an open source NoSQL database management program.

Start free
Tools
9
Last update
1 week ago

Category

Database

Works with

WhatsAppFacebookInstagramWeb

AI Compatible

ChatGPTClaudeGemini

Tools

Create New Document

Create a new document in a collection of your choice. See the docs here

Delete a Document

Delete a single document by ID. See the docs here

Execute Aggregation

Execute an aggregation pipeline on a MongoDB collection. See the documentation Return only the translated text without explanations.

Find Document

Finds a document by a query filter. See the documentation

Find Document by Id

Retrieves a single document by ID. See the docs here

List Database Options

Retrieves available options for the Database field.

Search Documents

Search for specific documents or return all documents. See the docs here Return only the translated text without explanations.

Update a Document

Updates a single document by ID. See the docs here

Update Documents

Updates many documents by query filter. See the documentation