rmfleet/mcp
3.2
If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server designed for various data operations, currently supporting MongoDB with an extensible architecture for additional data sources.
Tools
Functions exposed to the LLM to take actions
mongodb/list-collections
List all collections in the database.
mongodb/find
Query documents in a collection.
mongodb/insert-one
Insert a single document.
mongodb/update-one
Update a single document.
mongodb/delete-one
Delete a single document.
mongodb/insert-many
Insert multiple documents.
mongodb/update-many
Update multiple documents.
mongodb/delete-many
Delete multiple documents.
mongodb/count
Count documents in a collection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client