StrEncoderKit MCP Server

A Model Context Protocol server for StrEncoderKit.
Features
- Encode and decode text
- Customizable encoded characters
API
Tools
-
encode_string
- Encodes a string
- Inputs:
input (string): The string to encode
chars (string): Character set available for encode
key (string, optional, default: 'strencoderkit'): Encryption key
-
decode_string
- Decodes a string
- Inputs:
input (string): The string to decode
chars (string): Character set available for decode
key (string, optional, default: 'strencoderkit'): Encryption key
Usage with Claude Desktop
Add the configuration into your claude_desktop_config.json file:
{
"mcpServers": {
"strencoderkit": {
"command": "npx",
"args": [
"-y",
"strencoderkit-mcp"
]
}
}
}
LICENSE
Under the GPL-3.0