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