Skip to main content
Glama

MongoDB Atlas MCP Server

Official
MIT License
506
11
  • Apple
  • Linux

create_atlas_cluster

Deploy a new MongoDB Atlas cluster in a specified project by defining the cluster name, cloud provider, region, and instance tier for an optimized database setup.

Instructions

Creates a new Atlas cluster in an existing Atlas project.

Input Schema

NameRequiredDescriptionDefault
cloudProviderYesThe cloud provider (e.g., AWS, GCP, AZURE).
clusterNameYesThe name of the cluster to create.
projectIdYesThe ID of the Atlas project.
regionYesThe cloud provider region to deploy the cluster in. eg. US_EAST_1
tierYesThe instance size (e.g., M0, M2, M5).

Input Schema (JSON Schema)

{ "properties": { "cloudProvider": { "description": "The cloud provider (e.g., AWS, GCP, AZURE).", "type": "string" }, "clusterName": { "description": "The name of the cluster to create.", "type": "string" }, "projectId": { "description": "The ID of the Atlas project.", "type": "string" }, "region": { "description": "The cloud provider region to deploy the cluster in. eg. US_EAST_1", "type": "string" }, "tier": { "description": "The instance size (e.g., M0, M2, M5).", "type": "string" } }, "required": [ "projectId", "clusterName", "region", "cloudProvider", "tier" ], "type": "object" }
Install Server

Other Tools from MongoDB Atlas MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mongodb-developer/mcp-mongodb-atlas'

If you have feedback or need assistance with the MCP directory API, please join our Discord server