Skip to main content
Glama
baranwang

mcp-tung-shing

by baranwang

通胜 MCP 服务

NPM Version License

简体中文 | English

中国传统黄历(通胜)计算服务,基于 Model Context Protocol (MCP)

✨ 功能特点

  • 📅 公历农历转换 - 支持公历与农历日期的相互转换

  • 🍀 每日宜忌 - 提供每日吉凶、宜忌活动的详细信息

  • 🕐 时辰信息 - 十二时辰(子、丑、寅等)的吉凶宜忌

  • 🔮 命理元素 - 五行、神煞、星宿等传统命理学详细数据

Related MCP server: Bazi (Eight Characters) Calculation MCP Server

🚀 安装与使用

在你的 MCP 配置文件中添加以下内容:

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

⚙️ 工具

get-tung-shing

获取指定日期的黄历信息

参数:

参数名

类型

必填

默认值

描述

startDate

string

当天

开始日期,格式:"YYYY-MM-DD"

days

number

1

获取天数

includeHours

boolean

false

是否包含时辰信息

tabooFilters

array

-

筛选宜忌事项类型,条件之间为或关系

tabooFilters[].type

1 | 2

-

过滤类型:宜(1)、忌(2)

tabooFilters[].value

string

-

要筛选的宜忌事项

🤝 贡献

欢迎提交 Issues 和 Pull Requests 来完善此项目。

Available Tools

1 tool
get-tung-shingB

获取通胜黄历,包括公历、农历、宜忌、吉凶、冲煞等信息

ParametersJSON Schema
NameRequiredDescriptionDefault
startDateNo开始日期,格式为"YYYY-MM-DD"的字符串2026-05-03
daysNo要获取的连续天数
includeHoursNo是否包含时辰信息
tabooFiltersNo多个筛选宜忌事项,条件之间为或关系

TDQS

B3.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavioral traits. It only lists the types of information included, but does not mention any side effects, data volume, performance implications, or whether it requires network access. As a read operation, it is safe, but details are minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence in Chinese, front-loading the core purpose without any superfluous words. Every word adds value, making it highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of an output schema, the description should explain what the returned data looks like or its structure. It only vaguely mentions types of information but does not describe the format, nesting, or example output. For a tool with 4 parameters, more detail is needed for complete understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage with descriptions for all 4 parameters. The description adds no additional meaning beyond the schema, meeting the baseline of 3. It does not explain parameter relationships or provide examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves a Tong Sheng almanac with specific content (Gregorian, lunar, auspicious/inauspicious, conflicts, etc.). It uses a specific verb '获取' (get) and resource '通胜黄历', and since there are no sibling tools, no differentiation needed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used when almanac data is needed, but it does not provide explicit guidance on when to use it vs alternatives (none exist) or when not to use it. Lacks context on prerequisites or typical use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A3.7/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools.

Naming Consistency5/5

Single tool with a consistent naming pattern following 'verb_noun' style.

Tool Count3/5

With only one tool, the server feels thin for a typical MCP server, though the narrow domain may justify it.

Completeness5/5

The single tool covers the entire intended functionality of retrieving the Chinese almanac without any obvious gaps.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides Chinese traditional calendar functions including BaZi calculation, solar-lunar calendar conversion, Huangli almanac queries, daily fortune readings, 24 solar terms, and Wu Xing (Five Elements) analysis.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides professional Chinese astrology calculations including Four Pillars, Five Elements, zodiac signs, and lunar calendar details. It allows users to perform accurate Bazi analysis with global timezone support directly within MCP-compatible clients.
    22
    10
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to perform Chinese metaphysics calculations including BaZi charts, Tong Shu indicators, solar terms, and more, using a verified engine with 740+ tests.
    8
    8
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/baranwang/mcp-tung-shing'

If you have feedback or need assistance with the MCP directory API, please join our Discord server