@erickwendel/ciphersuite-mcp
Related Servers
Alternatives to @erickwendel/ciphersuite-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceAn MCP server that enables AI coding tools to save, list, and read code snippets as files in the local filesystem.3-
- FlicenseNot gradedqualityDmaintenanceMCP server that enables generating SBOMs, scanning for CVEs, and checking license compliance in VS Code via natural language with GitHub Copilot.-
- AlicenseBqualityCmaintenanceAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.1153 npm103MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.18MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides CVE-driven security prompts for code review, enabling coding agents to get actionable security checks based on real vulnerabilities.MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that provides AI clients with 26 security and developer tools, enabling tasks like JWT decoding, HTTP header analysis, and phishing URL inspection.-
TDQS
Scored across 2 tools
The two tools, encrypt_message and decrypt_message, have clearly distinct and mutually exclusive purposes with no overlap. An agent can easily distinguish between encryption and decryption operations.
Both tool names follow a consistent verb_noun pattern (encrypt_message, decrypt_message), using the same noun 'message' and complementary verbs. The naming is uniform and predictable.
With only 2 tools, the server is minimal but appropriate for a focused encryption/decryption purpose. However, the count feels slightly thin as additional tools like key management or algorithm selection might be expected in a complete ciphersuite.
The tool set covers the core encryption and decryption operations, but lacks supporting functionality such as key generation, algorithm selection, or message signing. This limits the server's utility for more complex workflows.