This MCP implementation, developed by Baran, provides a TypeScript-based interface for working with dates, times, and calendars. Built using the dayjs library and its lunar calendar plugin, it offers tools for parsing, formatting, and manipulating dates in both Gregorian and lunar calendars. The implementation focuses on cross-calendar functionality and internationalization support, making it easier for AI models to handle date-related tasks across different cultural contexts. It's particularly useful for applications requiring date calculations, event scheduling, or cultural date conversions, enabling AI to perform complex calendar operations without needing deep knowledge of various calendar systems.
No reviews yet. Be the first to review!
Sign in to join the conversation
获取指定日期的黄历信息. Parameters: startDate (optional string, default is today's date, format: 'YYYY-MM-DD'), days (optional number, default is 1), includeHours (optional boolean, default is false), tabooFilters (optional array, contains filtering options for taboo activities)