Skip to main content
Glama
nonatin1000

@erickwendel/ciphersuite-mcp

by nonatin1000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
encrypt_messageC

Encrypt a message

decrypt_messageB

Decrypt a message that was encrypted with the encrypt_message tool

Prompts

Interactive templates invoked by user choice

NameDescription
encrypt_message_promptPrompt to encrypt a plain-text message using the encrypt_message tool

Resources

Contextual data attached and managed by the client

NameDescription
encryption_infoDescribes the encryption algorithm, key requirements, and output format used by this server

TDQS

B3.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have mutually exclusive and clearly defined purposes: one encrypts, the other decrypts. There is no possible confusion between them, as the operations are exact inverses and each description explicitly points to the other.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (encrypt_message, decrypt_message). The naming is predictable and symmetrical, making the intent immediately obvious without needing to read descriptions.

Tool Count3/5

With only two tools, the server covers a narrow but coherent feature set. While this is on the low end, it is not unreasonable for a dedicated cipher suite that aims to provide basic symmetric encryption and decryption. The count is thin, but not absurdly so for the stated scope.

Completeness3/5

The tool surface covers the fundamental encrypt/decrypt cycle, but lacks other expected operations in a cipher suite, such as key generation, rotation, or support for additional algorithms. For a simple utility, this might be sufficient, but it leaves notable gaps for real-world use cases.

Maintenance

ActivityMaintained
ResponsivenessNo issues