1.0.2npm · @harryelv/mongodb-mcp-server · current release
Observed 2026-08-23T00:21:27.514Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
countDocumentsCount documents in a MongoDB collectionInput schema{
"type": "object",
"properties": {
"collection": {
"type": "string",
"description": "Collection name"
},
"filter": {
"type": "object",
"additionalProperties": {},
"description": "MongoDB filter object (JSON)"
}
},
"required": [
"collection"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
findDocumentsQuery documents from a MongoDB collectionInput schema{
"type": "object",
"properties": {
"collection": {
"type": "string",
"description": "Collection name"
},
"filter": {
"type": "object",
"additionalProperties": {},
"description": "MongoDB filter object (JSON)"
},
"limit": {
"type": "number",
"default": 10,
"description": "Maximum number of documents to return"
}
},
"required": [
"collection"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
listCollectionsList all collections in the MongoDB databaseInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
} | — | — · — | — |