Skip to main content
Glama
marc-shade

Crypto Tools MCP Server

by marc-shade

assess_pqc_readiness

Evaluate quantum vulnerability of algorithms, calculate risk scores, assess Harvest-Now-Decrypt-Later threats, and generate PQC migration roadmaps per FIPS 203/204/205.

Instructions

Assess post-quantum cryptography readiness per FIPS 203/204/205.

Evaluates quantum vulnerability of current algorithms, calculates quantum risk scores, assesses Harvest-Now-Decrypt-Later threats, and generates PQC migration roadmaps.

Args: algorithms: Comma-separated algorithm names (e.g. "RSA-2048,ECDSA-P256,AES-256") data_sensitivity: Data sensitivity level - "low", "medium", "high", or "critical" data_shelf_life_years: How many years data must remain confidential system_type: System type - "nss" (National Security), "federal", or "general" include_hndl: Include Harvest-Now-Decrypt-Later assessment (default True) include_roadmap: Include migration roadmap (default True)

Returns: JSON post-quantum readiness assessment with risk scores and migration plan

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
algorithmsYes
data_sensitivityNohigh
data_shelf_life_yearsNo
system_typeNogeneral
include_hndlNo
include_roadmapNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, and the description fails to disclose behavioral traits such as authorization requirements, rate limits, or side effects. It only describes functionality without operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise description with front-loaded purpose and structured parameter list. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 6 parameters and output schema, the description covers the tool's purpose, inputs, and output type. It lacks only some behavioral context, but is otherwise complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The Args section in the description adds meaning to all 6 parameters beyond the bare schema, which has 0% description coverage. It explains valid values for data_sensitivity and default behaviors for booleans.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it assesses post-quantum cryptography readiness per FIPS 203/204/205, evaluates vulnerability, calculates risk scores, and generates migration roadmaps. Distinguishes from sibling tools like brute_force_xor or caesar_crack by focusing on PQC.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives like analyze_cnsa_compliance or check_fips_compliance. The description explains parameters but does not provide context for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marc-shade/crypto-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server