Socket
Book a DemoInstallSign in
Socket

strencoderkit-mcp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strencoderkit-mcp

A Model Context Protocol server for StrEncoderKit.

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

StrEncoderKit MCP Server

NPM version Software License Total Downloads

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

FAQs

Package last updated on 05 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts