npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@slates-integrations/mongodb-atlas

v0.2.0-rc.6

Published

Manage MongoDB Atlas cloud database infrastructure programmatically. Provision, scale, pause, and delete database clusters across AWS, Azure, and GCP. Create and manage database users with role-based access control and multiple authentication methods (SCR

Readme

Mongodb Atlas

Manage MongoDB Atlas cloud database infrastructure programmatically. Provision, scale, pause, and delete database clusters across AWS, Azure, and GCP. Create and manage database users with role-based access control and multiple authentication methods (SCRAM, X.509, IAM, LDAP, OIDC). Configure network security including IP access lists, VPC peering, and private endpoints. Manage cloud backups, on-demand snapshots, scheduled backup policies, and point-in-time restores. Monitor cluster performance metrics, retrieve slow query logs, and get index recommendations from the Performance Advisor. Configure alerts for metric thresholds and operational events with notifications to webhooks, Slack, PagerDuty, Datadog, and other services. Create and manage Atlas Search indexes for full-text search. Set up database triggers that forward change events to AWS EventBridge. Configure online archiving rules to move data to cheaper storage. Manage organizations, projects, teams, invoices, federated authentication, and push-based log exports. Note: this API manages infrastructure only — it does not read or write application data stored in databases.

Tools

Get Cluster Metrics

Retrieve performance metrics and monitoring data for MongoDB Atlas cluster processes. Get CPU, memory, connections, opcounters, replication lag, disk utilization, and other metrics. Also lists cluster processes (mongod/mongos instances).

Get Performance Recommendations

Retrieve performance optimization recommendations from the Atlas Performance Advisor. Get suggested indexes and slow query logs for a specific MongoDB process to identify and resolve performance bottlenecks.

List Events

Retrieve audit events for a MongoDB Atlas project or organization. Track changes like cluster creation/deletion, user modifications, alert triggers, backup events, and other administrative operations.

List Access Logs

Return MongoDB Atlas database access history for one cluster. Use this for security review, troubleshooting failed authentications, and investigating recent database connection activity.

List Projects

Lists all MongoDB Atlas projects (groups) accessible to the authenticated user. Can also retrieve details of a specific organization. Use this to discover available projects and their IDs for use with other tools.

Manage Alerts

Create, update, list, or delete alert configurations in a MongoDB Atlas project. Configure metric-based alerts (CPU, memory, disk, connections) and event-based alerts (host down, failover). Set up notification channels including webhooks, email, Slack, PagerDuty, Datadog, OpsGenie, and Microsoft Teams. Also allows viewing and acknowledging active alerts.

Manage Backups

Manage cloud backup snapshots and restore jobs for MongoDB Atlas clusters. List existing snapshots, take on-demand snapshots, view backup schedules, create restore jobs (automated or download), and update backup policies.

Manage Cluster

Create, update, or retrieve MongoDB Atlas clusters. Supports dedicated (M10+), and shared-tier clusters. Use this to provision new clusters, scale existing ones, change MongoDB versions, or get cluster details.

Manage Database User

Create, update, list, or delete database users in a MongoDB Atlas project. Configure authentication methods (SCRAM, X.509, AWS IAM, LDAP, OIDC), assign roles for fine-grained access control, and scope users to specific clusters.

Manage Flex Cluster

Create, update, list, retrieve, or delete MongoDB Atlas Flex clusters. Flex clusters use the current Atlas flexClusters API for low-cost, elastic deployments separate from dedicated cluster endpoints.

Manage IP Access List

Manage the IP access list (whitelist) that controls which IP addresses can connect to Atlas clusters in a project. Add, list, or remove IP addresses, CIDR blocks, or AWS security groups.

Manage Maintenance Window

Get, update, reset, or defer the MongoDB Atlas maintenance window for a project. Use this to control when Atlas applies scheduled maintenance and to defer the next maintenance window when allowed.

Manage Network Peering

Manage VPC/VNet network peering connections between MongoDB Atlas and your cloud provider (AWS, Azure, GCP). List, create, view, or delete peering connections to enable private network communication with your clusters.

Manage Online Archive

Configure Online Archive rules to automatically move infrequently accessed data from Atlas clusters to cheaper cloud object storage. Archived data remains queryable through federated queries.

Manage Search Indexes

Create, update, list, or delete Atlas Search indexes on MongoDB collections. Configure analyzers, field mappings, and synonyms for full-text search capabilities.

License

This integration is licensed under the FSL-1.1.