⭐ Building in public from $0 MRR. Star if you want to follow the journey — lazymac-mcp (42 tools, one MCP install) · lazymac-k-mcp (Korean wedge) · lazymac-sdk (TS client) · api.lazy-mac.com · Pro $29/mo.
🚀 Want all 42 lazymac tools through ONE MCP install?
npx -y @lazymac/mcp· Pro $29/mo for unlimited calls.
Timezone conversion API — current time in any zone, convert between timezones, world clock, meeting planner. Supports IANA names + common abbreviations (EST, KST, JST, etc).
npm install && npm start # http://localhost:4800# Current time in Seoul
curl http://localhost:4800/api/v1/now/KST
# Convert time between zones
curl "http://localhost:4800/api/v1/convert?datetime=2026-03-21T09:00&from=KST&to=EST"
# World clock
curl -X POST http://localhost:4800/api/v1/world-clock \
-H "Content-Type: application/json" \
-d '{"zones":["KST","EST","PST","CET","JST"]}'
# Meeting planner — find overlapping work hours
curl -X POST http://localhost:4800/api/v1/meeting-planner \
-H "Content-Type: application/json" \
-d '{"zones":["KST","EST","CET"],"workHours":[9,18]}'
# List all supported zones
curl http://localhost:4800/api/v1/zonesMIT
💡 Host your own stack? Get $200 DigitalOcean credit via lazymac referral link.
