atlas-connect-cluster
Connect to a MongoDB Atlas cluster and receive a connectionId for use with other MongoDB tools. Each call creates a new independent connection, allowing multiple concurrent sessions.
Instructions
Connect to MongoDB Atlas cluster and get back a connectionId to pass to the other MongoDB tools. Each call establishes a new, independent connection — multiple connections can be active at the same time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Atlas project ID | |
| clusterName | Yes | Atlas cluster name | |
| connectionType | No | Type of connection (standard, private, or privateEndpoint) to an Atlas cluster | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| connectionId | Yes | ||
| addedCurrentIp | Yes | ||
| sharedTierTier | No | ||
| sharedTierAlerts | No | ||
| createdTemporaryUser | Yes | ||
| sharedTierAlertsDetected | No | ||
| temporaryUserClarification | No |