---
title: "MongoDB Atlas Connector"
slug: "mongodb-atlas-connector"
updated: 2026-04-01T08:31:07Z
published: 2026-04-01T08:31:07Z
canonical: "support.tulip.co/mongodb-atlas-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.tulip.co/llms.txt
> Use this file to discover all available pages before exploring further.

# MongoDB Atlas Connector

To download the app, visit: [Library](https://tulip.co/library/connectors/mongodb-connector/)

*Streamline integration with MongoDB and Tulip to easily send table data to MongoDB*

## Purpose

Using the MongoDB connector from the library provides a starting point for using the MongoDB Atlas API with Tulip Apps and Automations

[*Learn more about MongoDB's Atlas api here*](https://www.mongodb.com/docs/atlas/app-services/data-api/)

NOTE: MongoDB is a NoSQL database; [*MongoDB has a great introduction here*](https://www.mongodb.com/docs/manual/introduction/)

## Setup

Setting up this connector requires the following:

- MongoDB Account
- Atlas API Key (Created on MongoDB)

Going to Data API section will provide more information about the API URL template as well as creating an API Key: ![image.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/image%28361%29.png)

For data on AWS, the URL typicaly resembles:

```
https://[REGION].aws.data.mongodb-api.com/app/[CLIENT_APP_ID/endpoint/data/v1
```

## How it works

The MongoDB API can read and write data from a MongoDB collection via HTTP API. This can provide some simplicity over SQL connectors

[*The MongoDB API documentation is linked here*](https://www.mongodb.com/docs/atlas/app-services/data-api/)

## Example Use Cases

### Write Station Activity details via the API

Using the endpoint: `/endpoint/data/v1/action/insertOne`, you can insert data about good parts made, bad parts, uptime, etc.

### Lookup Master Data on MongoDB

Using the endpoint: `/endpoint/data/v1/action/findOne`, you can find search MongoDB Atlas databases for context regarding work instructions, cycle time, and more

## Further Reading

- [*Tulip HTTP Connector Overview*](https://support.tulip.co/docs/an-overview-of-http-connectors)
- [*HTTP Connector Articles*](https://support.tulip.co/docs/http-connectors)
- [Browse all the Connectors in Library](https://library.tulip.co/search?section=Connectors)
