Skip to main content
Feedback

MongoDB Atlas MCP connector

MongoDB Atlas is a multi-cloud database service that simplifies deploying and managing databases while offering the versatility to build resilient and performant global applications at scale. The MongoDB Atlas MCP connector allows AI agents to retrieve cluster configuration details and monitor database deployment settings. It also supports inspecting cluster specifications, connection strings, and infrastructure parameters across your Atlas organization.

Authentication type

  • OAuth 2.0 Client Credentials - Requires a client ID and secret to be configured for server-to-server access without user involvement.

Uses

Use the MongoDB Atlas MCP connector to perform the following actions:

  • Monitor cluster health and availability across global MongoDB Atlas deployments
  • Verify database configuration before launching production applications
  • Automate alerts when cluster state changes or performance degrades
  • Retrieve connection details to establish secure database connections in workflows
  • Validate MongoDB version compatibility with application requirements
  • Troubleshoot connectivity issues by inspecting cluster status and settings

Example prompts

Use the following example prompts to invoke MongoDB Atlas MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me the current status of my production MongoDB Atlas cluster.
  • Check if my MongoDB Atlas cluster is running the latest version.
  • What is the connection string for my MongoDB Atlas database?
  • Is my MongoDB Atlas cluster healthy and ready for traffic?
  • Get the cluster details for my e-commerce database in MongoDB Atlas.
  • Tell me the state and MongoDB version of my MongoDB Atlas instance.
  • Retrieve all configuration details for my MongoDB Atlas cluster.
  • Check the uptime and status of my MongoDB Atlas deployment.
  • Show me the connection information for my MongoDB Atlas project.
  • Verify my MongoDB Atlas cluster is active and accepting connections.

MongoDB Atlas MCP connector tools

The MongoDB Atlas MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
mongodbatlas_mongodbatlasgetclusterdetails_invokeRetrieves configuration, status, and operational information for a specified MongoDB cluster.
On this Page