中国传统黄历 MCP 服务 | Chinese Traditional Almanac MCP Service
简体中文 | English{:target=“_blank”}
中国传统黄历(通胜)计算服务,基于 Model Context Protocol (MCP)
在你的 MCP 配置文件中添加以下内容:
{
"mcpServers": {
"tung-shing": {
"command": "npx",
"args": ["-y", "mcp-tung-shing@latest"]
}
}
}
获取指定日期的黄历信息
参数:
参数名 | 类型 | 必填 | 默认值 | 描述 |
---|---|---|---|---|
startDate |
string | 否 | 当天 | 开始日期,格式:“YYYY-MM-DD” |
days |
number | 否 | 1 | 获取天数 |
includeHours |
boolean | 否 | false | 是否包含时辰信息 |
tabooFilters |
array | 否 | - | 筛选宜忌事项类型,条件之间为或关系 |
tabooFilters[].type |
1 | 2 | 是 | - |
tabooFilters[].value |
string | 是 | - | 要筛选的宜忌事项 |
欢迎提交 Issues 和 Pull Requests 来完善此项目。
Gauntlet Incept Mcp
A project that uses an MCP to create the Incept program.
Fantasy Pl Mcp
Fantasy Premier League MCP Server
Mcpet
This is a TypeScript-based Model Context Protocol (MCP) server that implements a virtual pet simulation system. It demonstrates core MCP concepts by providing tools for pet care and interaction.