A
licenseNot graded
qualityA
maintenanceA portfolio MCP server demonstrating four tools (web search, database query, file reading, directory listing) with read-only SQL, filesystem sandbox, and both stdio and HTTP transports.
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a distinct action (get, list, review, create, update) with no overlap, making it easy for an agent to select the correct tool.
All tools follow a consistent verb_noun pattern (e.g., get_record, create_record), with only minor plural variation in list_records.
5 tools provide a focused set for record management without being too sparse or overwhelming.
Covers create, read (single and list), update, and adds a review operation. Missing delete, but that may be intentional for safety.