A Model Context Protocol server that provides access to MongoDB databases. This server enables LLMs to inspect collection schemas and execute read-only queries.
A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
Insert documents into MongoDB collections through the MCP-MongoDB-MySQL-Server, enabling structured data storage with specified collection names and document arrays.
Detect NoSQL injection vulnerabilities by testing MongoDB operator injection in query parameters and JSON body. Identifies injection points using payloads for $ne, $gt, $regex, and $where operators.
Test authentication bypass using NoSQL injection by sending payloads that exploit MongoDB query operators like $ne, $gt, and $regex to bypass password validation checks.
Establish a connection to a MongoDB cluster using a provided connection string. Use this tool to connect when no prior connection exists or to switch to a different cluster.
Retrieve MongoDB Atlas performance advisor recommendations including suggested indexes, drop index suggestions, schema suggestions, and recent slow query logs to optimize database performance.