{
  "markdown": "# Utility Converter MCP Server\n\nA simple remote MCP server (Streamable HTTP, no authentication) providing 7 everyday utility tools.\n\n## Tools\n\n- `get_exchange_rate` — Latest currency exchange rates (Frankfurter API)\n- `generate_uuid` — Generate random UUID v4 strings\n- `hash_text` — MD5 / SHA1 / SHA256 / SHA512 text hashing\n- `encode_decode_base64` — Base64 encode / decode\n- `convert_timestamp` — Unix timestamp ↔ human-readable datetime\n- `calculate` — Safe arithmetic expression evaluator\n- `convert_units` — Length / weight / temperature unit conversion\n\n## Run\n\n```bash\npip install -r requirements.txt\npython server.py\n```\n\nEndpoint: `http://localhost:8000/mcp`\n",
  "bytes": 669,
  "sha": "002dea1bb69b0831ccc7cc5621c89809301e056d64f323c9d234697cca39a212",
  "repo_slug": "punchfan01/utility-converter",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_punchfan01_utility_converter_272f9e16/readme"
}