vulnerable-notes-mcp
Related Servers
Alternatives to vulnerable-notes-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceAn educational MCP server demonstrating common security vulnerabilities like command injection, path traversal, SQL injection, and XXE attacks. Designed for security training purposes only, not for production use.-
- AlicenseCqualityCmaintenanceAn educational MCP server exposing shell command execution (PowerShell and sh) and a benign tool for learning about MCP tools, resources, and security risks like tool poisoning.33MIT
- FlicenseNot gradedqualityDmaintenanceA vulnerable MCP server designed for educational CTF challenges. It demonstrates various MCP security vulnerabilities in a controlled environment.8-
- FlicenseNot gradedqualityFmaintenanceAn educational project that deliberately implements vulnerable MCP servers to demonstrate various security risks like prompt injection, tool poisoning, and code execution for training security researchers and AI safety professionals.1,345-
- FlicenseNot gradedqualityBmaintenanceAn intentionally vulnerable MCP server for security education, demonstrating flaws like missing auth, SSRF, SQLi, and file system abuse.-
- AlicenseAqualityCmaintenanceAn intentionally vulnerable MCP server for security training, enabling users to practice attacking and defending AI agents through realistic scenarios.2868MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: search_notes finds notes by keyword, while read_note retrieves a specific note's content by filename. There is no overlap or ambiguity between them.
Both tools follow the same verb_noun pattern with snake_case (search_notes, read_note), making the naming predictable and consistent.
With only two tools, the server feels thin for a notes management service. While the tools cover basic read/search operations, a typical notes server would benefit from additional tools like create, update, delete, or list notes.
The tool surface only supports reading and searching notes, lacking any create, update, delete, or listing capabilities. This is a significant gap for a notes management server, as agents cannot perform full lifecycle operations on notes.