strencoderkit-mcp
v1.0.0
Published
A Model Context Protocol server for StrEncoderKit.
Readme
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 encodechars(string): Character set available for encodekey(string, optional, default: 'strencoderkit'): Encryption key
decode_string
- Decodes a string
- Inputs:
input(string): The string to decodechars(string): Character set available for decodekey(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 AGPL-3.0
