Navigation
Tung Shing MCP Server: Time-Honored Almanac Wisdom for Daily Success - MCP Implementation

Tung Shing MCP Server: Time-Honored Almanac Wisdom for Daily Success

Harmonize modern life with ancient wisdom: Tung Shing MCP Server delivers precise traditional almanac insights for daily decisions, ensuring success since time immemorial." )

Research And Data
4.7(149 reviews)
223 saves
104 comments

Users create an average of 14 projects per month with this tool

About Tung Shing MCP Server

What is Tung Shing MCP Server: Time-Honored Almanac Wisdom for Daily Success?

Designed for users seeking traditional Chinese almanac insights, this MCP service leverages the Model Context Protocol to deliver precise auspicious timing and cultural wisdom. Whether planning daily activities or major life events, it bridges ancient wisdom with modern tech through real-time date conversions and detailed astrological data.

Key Features of Tung Shing MCP Server: Time-Honored Almanac Wisdom for Daily Success?

  • Date Mastery: Seamlessly convert between Gregorian and Lunar calendars for accurate event scheduling.
  • Day-by-Day Guidance: Daily breakdowns of auspicious/inauspicious times and recommended activities.
  • Cosmic Insights: Deep dives into Five Elements, celestial stars, and deities influencing daily luck.
  • Time Precision: Twelve-hour period analysis for timing critical decisions down to the minute.

Tung Shing MCP Server Features

How to Use Tung Shing MCP Server: Time-Honored Almanac Wisdom for Daily Success?

Quick Setup Options

  • NPX Method: Add this snippet to your MCP config for instant access:
    {
            "mcpServers": {
              "tung-shing": {
                "command": "npx",
                "args": ["-y", "mcp-tung-shing"]
              }
            }
          }
  • Global CLI Installation: Run npm install -g mcp-tung-shing then configure with:
    {
            "mcpServers": {
              "tung-shing": {"command": "mcp-tung-shing"}
            }
          }

Use Cases of Tung Shing MCP Server: Time-Honored Almanac Wisdom for Daily Success?

Businesses use it for inauspicious day avoidance in logistics scheduling. Individuals consult it for wedding timing or house-moving dates. Developers integrate the API to power apps like feng shui planners or traditional medicine reminders. For example, querying GET /auspicious?date=2023-10-01

Tung Shing MCP Server FAQ

Frequently Asked Questions

Does it support historical dates?

Yes, validates dates back to 1900 using astronomical algorithms.

Can I automate report generation?

Through the /batch endpoint, you can request 30-day forecasts in JSON format.

Are there API rate limits?

Free tier allows 500 requests/month; enterprise plans available for high-volume use.

Content

Tung Shing MCP Server

中国传统黄历 MCP 服务 | Chinese Traditional Almanac MCP Service

mcp-tung-shing MCP server

简介 | Introduction

这是一个基于 Model Context Protocol (MCP) 的中国传统黄历(通胜)计算服务。它能够提供日期、时辰的吉凶、宜忌等传统历法信息。

This is a Chinese Traditional Almanac (Tung Shing) calculation service based on Model Context Protocol (MCP). It provides traditional calendar information such as auspicious/inauspicious times, suitable/unsuitable activities for specific dates and hours.

功能特点 | Features

  • 支持公历转农历日期 | Support conversion between Gregorian and Lunar calendar
  • 提供每日吉凶宜忌 | Daily auspicious/inauspicious activities
  • 十二时辰信息 | Twelve double-hour periods information
  • 五行、神煞、星宿等详细信息 | Detailed information about Five Elements, Gods, Stars, etc.

使用方法 | Usage

NPX 方式 | Using NPX

在你的 MCP 配置中添加以下内容: Add the following to your MCP configuration:

{
  "mcpServers": {
    "tung-shing": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-tung-shing"
      ]
    }
  }
}

CLI 方式 | Using CLI

全局安装包: Install the package globally:

npm install -g mcp-tung-shing

然后在 MCP 配置中添加: Then add to your MCP configuration:

{
  "mcpServers": {
    "tung-shing": {
      "command": "mcp-tung-shing"
    }
  }
}

API 参数 | API Parameters

get-tung-shing

获取指定日期的黄历信息 | Get almanac information for specified dates

  • startDate: 开始日期,格式为 "YYYY-MM-DD" | Start date in "YYYY-MM-DD" format
  • days: 获取天数,默认为 1 | Number of days to retrieve, defaults to 1

Related MCP Servers & Clients