Skip to main content
Glama
slouchd

CyberChef API MCP Server

by slouchd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CYBERCHEF_API_URLYesThe URL of the CyberChef API server

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
bake_recipeC
Bake (execute) a recipe (a list of operations) in order to derive an outcome from the input data

:param input_data: the data in which to perform the recipe operation(s) on
:param recipe: a pydantic model of operations to 'bake'/execute on the input data
:return:
batch_bake_recipeC
Bake (execute) a recipe (a list of operations) in order to derive an outcome from a batch of input data

:param batch_input_data: the batch of data in which to perform the recipe operation(s) on
:param recipe: a list of operations to 'bake'/execute on the input data
:return:
perform_magic_operationB
CyberChef's magic operation is designed to automatically detect how your data is encoded and which operations can be
used to decode it

:param input_data: the data in which to perform the magic operation on
:param depth: how many levels of recursion to attempt pattern matching and speculative execution on the input data
:param intensive_mode: optional argument which will run additional operations and take considerably longer to run
:param extensive_language_support: if this is true all 245 languages are supported opposed to the top 38 by default
:param crib_str: argument for any known plaintext string or regex
:return:

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
data://cyberchef-operations-categories

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/slouchd/cyberchef-api-mcp-server'

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