prateek-peerislands/atlas-landing-page
3.2
If you are the rightful owner of atlas-landing-page and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured overview of the model context protocol server used for provisioning MongoDB Atlas M10 clusters.
MongoDB Atlas Cluster Provisioning
Clean React application for creating real MongoDB Atlas M10 clusters via Frontend → MCP Server → MongoDB Atlas architecture.
Architecture
React Frontend (Port 5000) → MCP Server (Port 3001) → MongoDB Atlas API → Real M10 Clusters
Project Structure
client/
- React frontend with MongoDB Atlas UIserver/
- Express server for frontendmcp-server.cjs
- MCP server for Atlas API communication- Essential configuration files only
Features
- Direct MongoDB Atlas cluster creation
- Fixed M10 tier, Azure cloud, ap-south-2 region
- Real-time cluster provisioning
- IP-filtered logging for clean output
- Configured for project: 688ba44a7f3cd609ef39f683
Local Development
Ready-to-use package available as mongodb-atlas-provisioning-local.tar.gz
with automated setup script and your Atlas credentials pre-configured.
This Replit version demonstrates the UI and architecture, with IP restrictions blocking Atlas API calls as expected.