Odel
utility converter

utility converter

@punchfan01PythonUpdated 1mo ago

7 utility tools in here: exchange rate, UUID, hash, Base64, timestamp, calculator, unit conversion.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Utility Converter MCP Server

A simple remote MCP server (Streamable HTTP, no authentication) providing 7 everyday utility tools.

Tools

  • get_exchange_rate — Latest currency exchange rates (Frankfurter API)
  • generate_uuid — Generate random UUID v4 strings
  • hash_text — MD5 / SHA1 / SHA256 / SHA512 text hashing
  • encode_decode_base64 — Base64 encode / decode
  • convert_timestamp — Unix timestamp ↔ human-readable datetime
  • calculate — Safe arithmetic expression evaluator
  • convert_units — Length / weight / temperature unit conversion

Run

pip install -r requirements.txt
python server.py

Endpoint: http://localhost:8000/mcp