Skip to main content
Glama
PabloBorgesMartins

@erickwendel/ciphersuite-mcp

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
encrypt_messageB

Encrypts a message

decrypt_messageB

Decrypts an encrypted message

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one encrypts and one decrypts. No overlap or ambiguity exists between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: encrypt_message and decrypt_message. This is consistent and predictable.

Tool Count3/5

With only 2 tools, the server feels thin for the scope of a cipher suite. It is borderline, as the tools are focused but minimal.

Completeness3/5

The server covers the basic encrypt/decrypt lifecycle, but lacks key management, algorithm selection, or other common cipher operations. For a cipher suite, this is a minimal surface.

Maintenance

ActivityMaintained
ResponsivenessNo issues