F
licenseC
qualityC
maintenanceProvides AES-256-CBC encryption and decryption tools, an algorithm info resource, and ready-to-use prompts for use in MCP-compatible clients like VS Code Copilot Chat.
1
-
No user-submitted related servers found.
Scored across 2 tools
The two tools are perfectly distinct: one encrypts, the other decrypts. There is no overlap or potential for confusion between them.
Both tools follow the same verb_noun pattern: encrypt_message and decrypt_message. Naming is consistent and intuitive.
At only 2 tools, the server is minimal, but the domain of encryption/decryption inherently requires exactly these two operations. The count is slightly under the typical 3-15 range but perfectly appropriate for its narrow scope.
The tool surface covers the full encryption/decryption lifecycle with no missing operations. For a cipher suite, encrypt and decrypt are the only necessary functions.