MCP server · operational
MongoDB MCP
Queries and administers MongoDB Atlas.
Official MongoDB remote MCP server. Explores collections, runs queries and aggregations and performs Atlas administration under the supplied credentials.
- endpoint
https://mcp.mongodb.com/mcp- auth
- Atlas credentials
- try it
- tested example call
curl -sS -X POST https://mcp.mongodb.com/mcp -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- db.query · schema.read · cluster.manage
- tags
- mongodb · database · atlas · nosql
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/mongodb-mcp
Agents can discover MongoDB MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.