Azure Mgmt Mongodbatlas Dotnet
Manages Azure Cosmos DB MongoDB Atlas resources using the official .NET SDK for creation, updates, and monitoring.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add azure-mgmt-mongodbatlas-dotnet npx -- -y @trustedskills/azure-mgmt-mongodbatlas-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-mgmt-mongodbatlas-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-mgmt-mongodbatlas-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides programmatic access to Azure Cosmos DB MongoDB Atlas resources via the .NET SDK. It allows you to manage and interact with your MongoDB Atlas deployments, including creating clusters, managing users, and configuring backups, directly from within an AI agent workflow. This enables automation of tasks related to database administration and deployment.
When to use it
- Automate cluster creation: Quickly provision new MongoDB Atlas clusters based on specific requirements.
- Manage user access: Programmatically create, update, or delete users with defined roles in your MongoDB Atlas environment.
- Schedule backups: Automate the process of creating and managing database backups for disaster recovery purposes.
- Monitor resource usage: Retrieve metrics and monitor performance indicators to optimize database operations.
Key capabilities
- Cluster management (create, update, delete)
- User management (create, update, delete)
- Backup configuration
- Resource monitoring
Example prompts
- "Create a new MongoDB Atlas cluster in the 'eastus' region with 3 nodes."
- "Add a user named 'data-analyst' to my MongoDB Atlas project with read access."
- "Schedule daily backups for my primary database cluster."
- βWhat is the current CPU utilization of my MongoDB Atlas cluster?β
Tips & gotchas
- Requires an active Azure subscription and proper credentials configured within the environment where the AI agent is running.
- Familiarity with MongoDB Atlas concepts (clusters, users, roles) is beneficial for crafting effective prompts.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.