Mongodb Search

🌐Community
by romiluz13 · vlatest · Repository

Helps with MongoDB, search as part of working with databases and data persistence workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add mongodb-search npx -- -y @trustedskills/mongodb-search
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "mongodb-search": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/mongodb-search"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to query and retrieve data from MongoDB databases. It facilitates searching for specific documents based on criteria, filtering results, and potentially performing aggregations within the database. The agent can interact with a MongoDB instance using provided connection details and search queries.

When to use it

  • Data Retrieval: An agent needs to find customer records matching certain purchase history in an e-commerce application.
  • Inventory Management: An agent must check stock levels of specific products stored in a warehouse database.
  • Content Search: An agent is tasked with locating articles related to a particular topic from a content management system using MongoDB.
  • Report Generation: An agent needs to extract data for generating reports based on criteria defined by the user.

Key capabilities

  • Connects to MongoDB databases.
  • Executes search queries against collections.
  • Filters documents based on specified criteria.
  • Retrieves specific fields from matching documents.

Example prompts

  • "Find all customers who placed an order over $100."
  • "What is the current stock level of product ID 'XYZ-123'?"
  • "Retrieve the titles and publication dates of articles tagged with 'AI'."

Tips & gotchas

  • Ensure the AI agent has appropriate connection credentials (host, port, database name, username, password) to access the MongoDB instance.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
romiluz13
Installs
7

🌐 Community

Passed automated security scans.