io.github.punchfan01/utility-converter
7 utility tools in here: exchange rate, UUID, hash, Base64, timestamp, calculator, unit conversion.
assessed on 2 of 4 dimensions
https://utility-converter.onrender.com/mcpcalculateRevised July 13 at 11amSafely 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.
convert_timestampConvert between Unix timestamps and human-readable datetimes.
convert_unitsConvert 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_base64Encode text to Base64 or decode a Base64 string back to text.
generate_uuidGenerate one or more random UUID v4 strings.
get_exchange_rateGet the latest exchange rate between two currencies and convert an amount.Uses the free Frankfurter API (no API key required). Currency codes must beISO 4217 codes such as USD, KRW, EUR, JPY, GBP.
hash_textCompute the cryptographic hash of a UTF-8 text string.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.