MCP.so
登录

Chinese Calendar Mcp

@youaodu

关于 Chinese Calendar Mcp

暂无概览

基本信息

分类

生产力

运行时

python

传输方式

stdio

发布者

youaodu

提交者

du ao

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Chinese Calendar Mcp?

Chinese Calendar Mcp is a Model Context Protocol server that provides Chinese holiday calendar queries, allowing users to check whether a given date is a holiday or workday, retrieve holiday details, and query ranges of holidays or workdays. It is intended for applications needing Chinese holiday schedule data.

How to use Chinese Calendar Mcp?

All date inputs must follow the YYYY-MM-DD format. Users can query single dates or date ranges. The include_weekend parameter controls whether weekends are counted as holidays. The server validates date formatting and returns error messages for invalid inputs.

Key features of Chinese Calendar Mcp

  • Query whether a specific date is a holiday
  • Query whether a specific date is a workday
  • Retrieve detailed holiday information for a date (e.g., festival name)
  • Query all holidays within a specified date range
  • Query all workdays within a specified date range

Use cases of Chinese Calendar Mcp

  • Automating work schedule planning based on Chinese holidays
  • Integrating holiday detection into AI assistants for date-related tasks
  • Generating reminders for upcoming Chinese holidays

FAQ from Chinese Calendar Mcp

What date format is required?

All dates must be entered as YYYY-MM-DD.

How are weekends handled?

By default, weekends are counted as holidays. You can control this behavior with the include_weekend parameter.

What happens if I provide an invalid date format?

The server validates inputs and returns an error message indicating the format is incorrect.

Can I query a range of dates?

Yes, the server supports date range queries; the start date must be earlier than or equal to the end date.

What license is the server distributed under?

MIT License.

评论

生产力 分类下的更多 MCP 服务器