Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_datetime | Get the current date and time in all available formats (UTC, date string, time string, datetime string, Unix timestamps, human-readable formats) |
| get_os_version | Get the operating system version, platform information, and current user information |
| calculate_math_expression | Calculate a mathematical expression safely |
| hash_string | Generate hash for a string (useful for .env file keys) |
| generate_random | Generate random data: UUID v4, hex strings, base64 strings, or raw bytes |
| encode_base64 | Encode string to Base64 |
| decode_base64 | Decode Base64 string |
| encode_url | Encode string for URL (URL encoding) |
| decode_url | Decode URL-encoded string |
| format_text_case | Convert text to different case formats (camelCase, PascalCase, kebab-case, snake_case, CONSTANT_CASE, Title Case, lowercase, UPPERCASE) |
| generate_slug | Generate URL-friendly slug from text |
| validate_data | Validate data against various formats (email, url, ipv4, ipv6, domain, phone, credit-card, uuid, hex, base64, json) |
| format_json | Format, validate, minify, or prettify JSON |
| generate_password | Generate secure passwords with customizable options |
| format_bytes | Format bytes to human-readable format (binary or decimal) |
| format_number | Format numbers (currency, percentage, thousands separator, decimal) |
| convert_color | Convert between color formats (hex, RGB, HSL) |
| convert_timezone | Convert datetime between timezones |
| analyze_logs | Analyze text for errors and warnings in logs (compilation, npm, Docker, runtime, etc.) |
| analyze_language | Analyze text for language distribution and character types (English, Chinese, Russian, Ukrainian, Vietnamese, Japanese, Turkish, Spanish, digits, punctuation, symbols) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |