01Exposes `server_time` tool for retrieving the current UTC timestamp.
02Includes `date_math` tool for performing date arithmetic (e.g., adding hours, subtracting days) with expression-based inputs.
03Implements `ping` and `echo` utility tools for basic connectivity and message handling.
04Built on FastAPI, ensuring a high-performance and scalable API for MCP interactions.
05Supports Docker deployment for easy setup and containerization.
060 GitHub stars