Back to the catalog

io.github.punchfan01/utility-converter

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
No topic detected
Publisher
punchfan01
Origin
official
Category
ferramentas
Transport
http
Version
1.0.1
Last push
2026-07-15T16:37:51Z
Repository state
ativo
Language
Python
Added
2026-08-29 04:01:15
Updated
2026-08-29 04:01:15
Origin id
io.github.punchfan01/utility-converter

README

# 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

```bash
pip install -r requirements.txt
python server.py
```

Endpoint: `http://localhost:8000/mcp`

More