mcpserver.lol
registry/devutils
Connection check local install

devutils

Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.

Tools 17
GitHub stars 4
Installs / wk 88
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

17 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

base64_decode from source
Decode a Base64 string
base64_encode from source
Encode a string to Base64
cron_explain from source
Explain a cron expression in plain English
cron_next from source
Show the next N run times for a cron expression
cron_validate from source
Validate a cron expression
hash from source
Hash a string using a specified algorithm. Supported: ${supportedAlgorithms.join(
hash_all from source
Hash a string with all supported algorithms at once
iso_to_timestamp from source
Convert an ISO 8601 date string to Unix timestamp
json_format from source
Pretty-print / format a JSON string
json_minify from source
Minify a JSON string (remove whitespace)
json_validate from source
Validate a JSON string and report its type
jwt_decode from source
Decode a JWT token (without verification) and show header, payload, expiry
regex_test from source
Test a regular expression against a string
timestamp_now from source
Get the current time in multiple formats
timestamp_to_iso from source
Convert a Unix timestamp to ISO 8601 date string
ulid_generate from source
Generate a ULID (Universally Unique Lexicographically Sortable Identifier)
uuid_generate from source
Generate one or more UUIDs (v4)