baranwang_mcp_tung_shing

baranwang_mcp_tung_shing

by baranwang
An MCP server providing Chinese Traditional Almanac (Tung Shing) calculations, including auspicious times and activities.

Tung Shing Chinese Almanac MCP Server

mcp-tung-shing MCP server

Overview

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.

Key Features

  • Gregorian to Lunar Date Conversion: Easily convert between Gregorian and Lunar calendar dates.
  • Daily Almanac Information: Get detailed insights into daily auspicious and inauspicious activities.
  • Twelve Double-Hour Periods: Information about the traditional Chinese twelve double-hour periods.
  • Detailed Elements: Includes Five Elements, Gods, Stars, and other traditional Chinese astrology details.

Installation and Configuration

Using NPX

Add the following to your MCP configuration:

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

Using CLI

  1. Install the package globally:

shell npm install -g mcp-tung-shing

  1. Add the following to your MCP configuration:

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

API Usage

get-tung-shing

Retrieve almanac information for specified dates.

  • Parameters:
  • startDate: Start date in "YYYY-MM-DD" format.
  • days: Number of days to retrieve (default is 1).

Resources

Contributors

Languages

  • JavaScript: 84.3%
  • TypeScript: 15.7%

Features & Capabilities

Categories
mcp_server model_context_protocol javascript typescript chinese_calendar almanac api_integration

Implementation Details

Stats

0 Views
8 GitHub Stars

Repository Info

baranwang Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300