Build a MongoDB API from one config.

Document operations against MongoDB, Atlas, Azure Cosmos DB or Amazon DocumentDB.

How Air Pipe reaches MongoDB

MongoDB has a native driver in the engine. A query action takes the statement and its parameters separately — so the values are bound, never interpolated into SQL — and the connection is pooled for you. Every statement becomes a span in the request's trace, with its timing attached.

The same config is four things at once

Whatever you build against MongoDB is not locked to one surface. The same config can expose HTTP routes, run on a cron schedule, receive webhooks, and be called by an agent as an MCP tool — with one auth model and one deploy. You do not rebuild the workflow to make it callable, and you do not bolt an MCP node onto the end of a canvas.

Readable config you own, managed or self-hosted

The artifact is a config you can read, diff and review in a pull request — not a canvas stored in a vendor's database. Run it on Air Pipe's managed cloud or self-host the single binary, with the same config either way, and your data staying on your infrastructure when you choose to self-host.

Frequently asked questions