devutils
Installation
SKILL.md
Developer Utilities via MCP
Use this skill for everyday developer utility tasks: encoding, hashing, JWT decoding, cron expressions, timestamps, JSON formatting, and regex testing. Zero auth required.
Available Tools
| Category | Tools |
|---|---|
| Encoding | base64_encode, base64_decode |
| ID Generation | uuid_generate, ulid_generate |
| Hashing | hash (single algo), hash_all (all algos) |
| JWT | jwt_decode (header, payload, expiry check) |
| Cron | cron_explain, cron_validate, cron_next |
| Timestamps | timestamp_to_iso, iso_to_timestamp, timestamp_now |
| JSON | json_format, json_minify, json_validate |
| Regex | regex_test |
Key Patterns
jwt_decodeshows header, payload, and checks if expired — does NOT verify signatureshashdefaults to SHA-256;hash_allruns md5, sha1, sha256, sha384, sha512 at oncecron_nextshows the next N scheduled run times — useful for validating cron schedulesuuid_generatecan create multiple UUIDs in one call (passcountparameter)json_validatereports whether input is valid JSON and its root type (object, array, etc.)
Weekly Installs
1
Repository
ofershap/mcp-se…devutilsGitHub Stars
1
First Seen
Mar 5, 2026
Security Audits
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1