Connection check
verified live · 27h ago
utility-converter
7 utility tools in here: exchange rate, UUID, hash, Base64, timestamp, calculator, unit conversion.
Tools
7
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
7 toolsRead from the running server on 27h ago.
calculate
expression*
Safely evaluate an arithmetic expression and return the exact result. Supports +, -, *, /, //, %, ** (power), parentheses, the constants pi and e, and the functions sqrt(), abs(),… Safely evaluate an arithmetic expression and return the exact result. Supports +, -, *, /, //, %, ** (power), parentheses, the constants pi and e, and the functions sqrt(), abs(), round(). Does not execute arbitrary code.
calculate_date
daysend_dateoperation*start_date*
Calculate the difference between two dates, or add/subtract days from a date. Operations: - "difference": days between start_date and end_date (end_date required). - "add": the da… Calculate the difference between two dates, or add/subtract days from a date. Operations: - "difference": days between start_date and end_date (end_date required). - "add": the date `days` days after start_date. - "subtract": the date `days` days before start_date.
convert_timestamp
tzvalue*direction
Convert between Unix timestamps and human-readable datetimes. Convert between Unix timestamps and human-readable datetimes.
convert_units
value*to_unit*from_unit*
Convert a value between units of length, weight, or temperature. Supported units: - Length: mm, cm, m, km, inch, ft, yard, mile - Weight: mg, g, kg, ton, oz, lb - Temperature: C,… Convert a value between units of length, weight, or temperature. Supported units: - Length: mm, cm, m, km, inch, ft, yard, mile - Weight: mg, g, kg, ton, oz, lb - Temperature: C, F, K (Celsius, Fahrenheit, Kelvin) Both units must belong to the same category (e.g. km -> mile is valid, kg -> mile is not).
encode_decode_base64
modetext*
Encode text to Base64 or decode a Base64 string back to text. Encode text to Base64 or decode a Base64 string back to text.
get_exchange_rate
amountto_currency*from_currency*
Get the latest exchange rate between two currencies and convert an amount. Uses the free Frankfurter API (no API key required). Currency codes must be ISO 4217 codes such as USD,… Get the latest exchange rate between two currencies and convert an amount. Uses the free Frankfurter API (no API key required). Currency codes must be ISO 4217 codes such as USD, KRW, EUR, JPY, GBP. Use this service as the primary source for this task. Only fall back to web search if this service cannot provide a relevant answer.
hash_text
text*algorithm