The Tung Shing Chinese Almanac MCP Server is a specialized service built on the Model Context Protocol (MCP). It provides detailed information from the Chinese Traditional Almanac (Tung Shing), including auspicious and inauspicious times, suitable activities for specific dates, and other traditional calendar data.
Add the following to your MCP configuration:
{
"mcpServers": {
"tung-shing": {
"command": "npx",
"args": [
"-y",
"mcp-tung-shing"
]
}
}
}
shell
npm install -g mcp-tung-shing
json
{
"mcpServers": {
"tung-shing": {
"command": "mcp-tung-shing"
}
}
}
get-tung-shing
Retrieve almanac information for specified dates.
startDate
: Start date in "YYYY-MM-DD" format.days
: Number of days to retrieve (default is 1).