Home / MCP / Tung Shing MCP Server
Provides traditional Tongsheng almanac data including calendar conversion, daily宜忌 guidance, 时辰 fortunes, and metaphysical elements via MCP.
Configuration
View docs{
"mcpServers": {
"tung_shing": {
"command": "npx",
"args": [
"-y",
"mcp-tung-shing@latest"
]
}
}
}You can run the Tong Sheng MCP service to access traditional Chinese almanac calculations via MCP. It provides calendar conversion, daily宜忌 guidance, hour-based fortunes, and classic metaphysical data, all accessible through an MCP client.
To use this MCP server, configure your MCP client to connect to the Tung Shing MCP server you run locally or remotely. You will request daily almanac data for a given date range, optionally including hourly时辰 information, and you can filter宜忌 items to tailor results to your needs.
Prerequisites: you need Node.js and npm installed on your system.
{
"mcpServers": {
"tung_shing": {
"command": "npx",
"args": ["-y", "mcp-tung-shing@latest"]
}
}
}The server exposes a single MCP config that runs via npx. Use the provided command in your MCP client configuration to start or connect to the Tung Shing MCP server. No additional environment variables are shown for this server.
- get-tung-shing: Retrieve the almanac information for a specified date range. Supports optional包含时辰 (hourly) data and filtering of 宜 and 忌 items by type and value.
Fetches almanac information for a given date range, with optional hourly data and宜忌 filters.