eavz
MongoDB

MongoDB

NoSQL document database — query, insert, update, and delete documents via the Atlas Data API

10 actions

Actions

Name
find_documents

Find multiple documents matching a filter in a collection

find_one

Find a single document matching a filter in a collection

insert_one

Insert a single document into a collection

insert_many

Insert multiple documents into a collection

update_one

Update a single document matching a filter

update_many

Update all documents matching a filter

delete_one

Delete a single document matching a filter

delete_many

Delete all documents matching a filter

aggregate

Run an aggregation pipeline on a collection

custom_api_call

Make a custom API call to the MongoDB Atlas Data API

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'mongodb',
  actionName: 'find_documents',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect MongoDB to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does MongoDB support?

MongoDB supports 10 actions including Find Documents, Find One Document, Insert One Document, Insert Many Documents, Update One Document, and more.

Can I use MongoDB with AI agents?

Yes. Add MongoDB to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does MongoDB use?

MongoDB uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the MongoDB integration cost?

The MongoDB integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect MongoDB in 2 minutes

Get 1,000 free actions every month. No credit card required.