A minimal Model Context Protocol (MCP) server written in TypeScript. Exposes two tools over stdio: - `get_time(timezone?: string)` — current date and time in the given IANA timezone (defaults to UTC) - `text_stats(text: string)` — character / word / line counts for an input string Built on the official `@modelcontextprotocol/sdk`.