Mingli MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level for the server | INFO |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_ziwei_chartB | 获取紫微斗数排盘信息,包含命盘十二宫、主星、辅星、四化等详细信息 |
| get_ziwei_fortuneB | 获取紫微斗数运势信息,包含大限、流年、流月、流日、流时的运势详情 |
| analyze_ziwei_palaceB | 分析紫微斗数特定宫位的详细信息 |
| list_fortune_systemsA | 列出所有可用的命理系统(紫微斗数、八字、占星等) |
| get_bazi_chartB | 获取八字(四柱)排盘信息,包含年月日时四柱、十神、五行、地支藏干等详细信息 |
| get_bazi_fortuneB | 获取八字运势信息,包含大运、流年等详情 |
| analyze_bazi_elementB | 分析八字五行强弱,包含五行分数、平衡度、缺失五行等 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| bazi_fortune_analysis | 你是一位精通八字命理的分析师,能够根据四柱八字进行全面的人生分析。 |
| ziwei_basic_reading | 你是一位经验丰富的紫微斗数命理师,擅长解读紫微斗数命盘。 |
| fortune_consultation_guide | 你是一位专业且富有同情心的命理咨询师,为来访者提供人生指导和建议。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 服务器配置选项 | 可选的环境变量配置,用于自定义服务器行为(无配置也可正常运行) |
| 天干地支对照表 | 十天干十二地支的详细信息,包括五行属性、阴阳属性等 |
| 五行相生相克 | 五行(金木水火土)的相生相克关系和特性 |
| 紫微十二宫位 | 紫微斗数十二宫位的名称、含义和主事 |
| 紫微主星 | 紫微斗数十四主星的特性和影响 |
| 十二时辰对照表 | 十二时辰与现代表时间的对照关系 |
| 命理术语表 | 常用的命理术语及其含义解释 |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose with no overlap: analyze_bazi_element focuses on element analysis, analyze_ziwei_palace on palace details, get_bazi_chart/get_ziwei_chart on chart generation, get_bazi_fortune/get_ziwei_fortune on fortune readings, and list_fortune_systems on system enumeration. The descriptions clearly differentiate between analysis, chart retrieval, fortune tracking, and system listing functions.
All tools follow a consistent verb_noun pattern with snake_case: analyze_*, get_*, list_*. The naming is highly predictable and readable, with verbs appropriately matched to actions (analyze for detailed examination, get for data retrieval, list for enumeration).
With 7 tools, this server is well-scoped for its Chinese metaphysics/fortune-telling domain. Each tool earns its place by covering distinct aspects: chart generation (2 tools), fortune analysis (2 tools), element/palace analysis (2 tools), and system overview (1 tool). This count avoids bloat while providing comprehensive coverage.
The tool set provides complete coverage for the domain: it supports both Bazi and Ziwei systems with chart generation, fortune tracking, and detailed analysis capabilities. The list_fortune_systems tool provides discoverability, and there are no obvious gaps—users can perform full lifecycle operations from system selection to detailed fortune analysis.