Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| base64_encode | Encode a string to Base64 |
| base64_decode | Decode a Base64 string |
| uuid_generate | Generate one or more UUIDs (v4) |
| ulid_generate | Generate a ULID (Universally Unique Lexicographically Sortable Identifier) |
| hash | Hash a string using a specified algorithm. Supported: md5, sha1, sha256, sha384, sha512 |
| hash_all | Hash a string with all supported algorithms at once |
| jwt_decode | Decode a JWT token (without verification) and show header, payload, expiry |
| cron_explain | Explain a cron expression in plain English |
| cron_validate | Validate a cron expression |
| cron_next | Show the next N run times for a cron expression |
| timestamp_to_iso | Convert a Unix timestamp to ISO 8601 date string |
| iso_to_timestamp | Convert an ISO 8601 date string to Unix timestamp |
| timestamp_now | Get the current time in multiple formats |
| json_format | Pretty-print / format a JSON string |
| json_minify | Minify a JSON string (remove whitespace) |
| json_validate | Validate a JSON string and report its type |
| regex_test | Test a regular expression against a string |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |