Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
base64-encode | Encode text to Base64 |
base64-decode | Decode Base64 text |
url-encode | URL encode text |
url-decode | URL decode text |
html-encode | Encode HTML entities |
html-decode | Decode HTML entities |
html-entities-extended | Extended HTML entity encoding/decoding |
text-to-binary | Convert text to binary and vice versa |
hash-md5 | Generate MD5 hash |
hash-sha1 | Generate SHA1 hash |
hash-sha256 | Generate SHA256 hash |
hash-sha512 | Generate SHA512 hash |
hmac-generator | Generate HMAC (Hash-based Message Authentication Code) |
jwt-decode | Decode JWT token (header and payload only) |
basic-auth-generator | Generate HTTP Basic Authentication header |
bcrypt-hash | Generate bcrypt hash or verify password against hash |
bip39-generate | Generate BIP39 mnemonic phrases |
password-generate | Generate a secure password |
token-generator | Generate secure random tokens |
otp-code-generator | Generate Time-based One-Time Password (TOTP) codes |
json-format | Format and validate JSON |
json-minify | Minify JSON by removing whitespace |
json-to-csv | Convert JSON to CSV format |
xml-format | Format and prettify XML |
yaml-format | Format and prettify YAML |
sql-format | Format and prettify SQL queries |
toml-to-json | Convert TOML to JSON format |
json-to-toml | Convert JSON to TOML format |
markdown-to-html | Convert Markdown to HTML |
html-to-markdown | Convert HTML to Markdown |
json-diff | Compare two JSON objects and show differences |
text-uppercase | Convert text to uppercase |
text-lowercase | Convert text to lowercase |
text-capitalize | Capitalize first letter of each word |
text-camelcase | Convert text to camelCase |
text-pascalcase | Convert text to PascalCase |
text-kebabcase | Convert text to kebab-case |
text-snakecase | Convert text to snake_case |
text-stats | Get statistics about text (character count, word count, etc.) |
text-diff | Compare two texts and show differences |
ascii-art-text | Generate ASCII art text |
text-to-nato-alphabet | Convert text to NATO phonetic alphabet |
string-obfuscator | Obfuscate text by replacing characters with their HTML entities or other representations |
slugify-string | Convert text to URL-friendly slug format |
lorem-ipsum-generator | Generate Lorem Ipsum placeholder text |
numeronym-generator | Generate numeronyms (abbreviations with numbers) from text |
text-to-unicode | Convert text to Unicode code points and vice versa |
emoji-search | Search for emojis by name or category |
uuid-generate | Generate a random UUID v4 |
ulid-generate | Generate Universally Unique Lexicographically Sortable Identifier |
qr-generate | Generate ASCII QR code |
wifi-qr-code-generator | Generate QR code for WiFi network connection |
svg-placeholder-generator | Generate SVG placeholder images |
ip-subnet-calculator | Calculate subnet information for IPv4 |
ipv4-subnet-calc | Calculate IPv4 subnet information |
ipv6-ula-generator | Generate IPv6 Unique Local Address (ULA) prefix |
url-parse | Parse URL into components |
random-port | Generate random port numbers |
mac-address-generate | Generate random MAC address |
phone-format | Parse and format phone numbers |
iban-validate | Validate and parse IBAN (International Bank Account Number) |
math-evaluate | Safely evaluate mathematical expressions |
number-base-converter | Convert numbers between different bases (binary, octal, decimal, hexadecimal) |
roman-numeral-converter | Convert between Arabic numbers and Roman numerals |
temperature-converter | Convert temperatures between Celsius, Fahrenheit, and Kelvin |
percentage-calculator | Calculate percentages, percentage of a number, or percentage change |
unix-timestamp-converter | Convert between Unix timestamps and human-readable dates |
email-normalizer | Normalize email addresses (remove dots, plus aliases, etc.) |
mime-types | Look up MIME types for file extensions |
device-info | Get basic device/system information |
http-status-codes | Get information about HTTP status codes |
regex-tester | Test regular expressions against text |
crontab-generate | Generate crontab expressions |
list-converter | Convert between different list formats (comma-separated, line-separated, etc.) |
color-hex-to-rgb | Convert HEX color to RGB |
color-rgb-to-hex | Convert RGB color to HEX |