Skip to main content
Glama
giovaninogueira

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
encrypt_messageC

Encrypts a message

decrypt_messageC

Decrypts a message

Prompts

Interactive templates invoked by user choice

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

Resources

Contextual data attached and managed by the client

NameDescription
encryption://infoProvides information about the encryption tools available in this MCP.

TDQS

C2.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have perfectly distinct, complementary purposes: one encrypts and one decrypts. There is no realistic way an agent could confuse them.

Naming Consistency5/5

Both names follow the same clean verb_noun pattern (encrypt_message, decrypt_message), with consistent snake_case and parallel structure.

Tool Count3/5

Two tools is on the thin side for a server billed as a 'ciphersuite,' which implies more than a single symmetric pair. The count is defensible for a minimal encrypt/decrypt service but feels under-scoped.

Completeness3/5

Core encrypt/decrypt is covered, but a cipher suite typically also needs key generation/management, algorithm selection, and possibly hashing or sign/verify. These notable gaps mean agents cannot perform a full crypto lifecycle.

Maintenance

ActivityMaintained
ResponsivenessSyncing