nodejs-mcp-mongodb
Related Servers
Alternatives to nodejs-mcp-mongodb
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceFull featured MCP Server for MongoDB database analysis.50207MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that exposes a MongoDB healthcare jobs collection, enabling listing, searching, creating, updating, deleting jobs and getting summary counts.-
- FlicenseNot gradedqualityCmaintenanceRead-only MCP server for MongoDB ERP analytics with catalog-driven collection allowlist and safe find/aggregate tools.1-
- AlicenseNot gradedqualityDmaintenanceA lightweight MCP server for MongoDB 3.6+ providing read, write, metadata, and management tools.71MIT
- FlicenseAqualityDmaintenanceMCP server for the WhatsMyBudget Analytics API, providing tools to query budget periods, categories, accounts, and summaries.26-
- FlicenseNot gradedqualityCmaintenanceMCP server for interacting with Rustici LRS via xAPI, enabling statement retrieval, analytics, and aggregation operations.-
TDQS
Scored across 3 tools
get_business_summary provides aggregate metrics, while get_new_users and get_pending_payments return detailed lists. There is conceptual overlap since new users and pending payments are part of the summary, but the granularity difference helps distinguish them.
All three tools follow a consistent 'get_<noun>' pattern in snake_case, making the API naming predictable and uniform.
With three tools, the server is tightly scoped to business analytics. This is an appropriate size for a focused read-only reporting API.
The summary tool covers five metrics, but dedicated detail tools exist only for new users and pending payments. Missing detail tools for active users, paid users, and total users create an imbalance, though the core summary is present.