About Jenius MCP Test
Jenius MCP Test is an MCP server in the Developer Tools category. It has been installed 0 times through Conduid.
Tools (10)
base64_decodeDecode a base64-encoded string back to plain text. Returns a clear error on invalid input.
Takes no parameters.
base64_encodeBase64-encode a UTF-8 string.
Takes no parameters.
days_betweenCalculate days and weeks between two YYYY-MM-DD dates, plus whether date2 is in the future relative to date1.
Takes no parameters.
format_jsonPretty-print and validate a JSON string (configurable indent). Returns an error message if the JSON is malformed.
Takes no parameters.
generate_passwordGenerate a cryptographically random password (secrets module). Configurable length, symbols, numbers.
Takes no parameters.
generate_uuidGenerate a UUID v1 (time-based) or v4 (random). Default: v4.
Takes no parameters.
hash_textCompute MD5, SHA1, SHA256, or SHA512 hash of a text string. Default: SHA256.
Takes no parameters.
hex_to_rgbConvert a hex colour (#FF5733 or FF5733 or shorthand #F73) to r, g, b integers.
Takes no parameters.
rgb_to_hexConvert r, g, b integers (0–255 each) to a hex colour string like #FF5733.
Takes no parameters.
text_statsAnalyse a text block: word count, character count, sentence count, paragraph count, average word length, top-5 most common words (stop words filtered).
Takes no parameters.
Install
git clone https://github.com/jjohnsamuel21/jenius-mcp-testThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Jenius MCP Test
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.