Developer Utilities
Streamline technical workflows with a comprehensive suite of data transformation and validation utilities. Convert between diverse formats like JSON, CSV, and Markdown while managing encodings and identifiers efficiently. Enhance productivity by performing complex text analysis, regex testing, and timestamp conversions instantly.
- Version:
- hosted
- Publisher:
- aparajithn
Install
Generated from the server’s transport data — never hand-written. Placeholders in angle brackets are yours to fill.
Hosted — https://agent-utils--aparajithn.run.tools
claude mcp add --transport http developer-utilities https://agent-utils--aparajithn.run.toolsWhat it can do
As declared by the publisher
Tools · 18
tool_base64_decodeDecode a base64 string.
tool_base64_encodeEncode a string to base64.
tool_cron_parseParse a cron expression: human-readable description + next N run times.
tool_csv_to_jsonConvert CSV text to a JSON array of objects.
tool_datetime_convertConvert a datetime between timezones/formats, including Unix timestamps.
tool_diff_textCompute a unified diff between two texts.
tool_hash_generateGenerate hash (md5, sha256, sha512) of input text.
tool_html_to_markdownConvert HTML to Markdown.
tool_json_formatPretty-print or minify a JSON string.
tool_json_to_csvConvert a JSON array to CSV text.
tool_json_validateValidate a JSON string. Returns parsed object or detailed error.
tool_jwt_decodeDecode a JWT payload without verification (inspection only).
tool_markdown_to_htmlConvert Markdown to HTML.
tool_regex_testTest a regex pattern against text and return all matches.
tool_slug_generateGenerate a URL-safe slug from text.
tool_text_statsCompute text statistics: word count, char count, sentences, reading time.
tool_url_parseParse a URL into components (scheme, host, path, params, etc.).
tool_uuid_generateGenerate a UUID (v4 or v7).