Skip to main content
Glama

紫微斗数 MCP 服务器 (MCPIztro)

by wuunicorn
MIT License

calculate_ziwei

Generate a personalized Ziwei Doushu astrology chart by inputting birth details like date, time, gender, and calendar type. Provides comprehensive chart data including palaces, stars, and brightness for astrological analysis.

Instructions

计算指定生辰的紫微斗数星盘,返回完整的星盘数据(包含十二宫、星耀、亮度等)

Input Schema

NameRequiredDescriptionDefault
birthdayYes生日,格式: YYYY-MM-DD
genderNo性别
hourNo出生时辰(0-23)
isLeapMonthNo是否闰月(仅农历有效)
languageNo语言设置zh-CN
typeNo日期类型solar

Input Schema (JSON Schema)

{ "properties": { "birthday": { "description": "生日,格式: YYYY-MM-DD", "examples": [ "2000-08-16", "1990-12-25", "1985-06-15" ], "type": "string" }, "gender": { "default": "男", "description": "性别", "enum": [ "男", "女" ], "type": "string" }, "hour": { "default": 0, "description": "出生时辰(0-23)", "maximum": 23, "minimum": 0, "type": "integer" }, "isLeapMonth": { "default": false, "description": "是否闰月(仅农历有效)", "type": "boolean" }, "language": { "default": "zh-CN", "description": "语言设置", "enum": [ "zh-CN", "zh-TW", "en-US", "ja-JP", "ko-KR", "vi-VN" ], "type": "string" }, "type": { "default": "solar", "description": "日期类型", "enum": [ "solar", "lunar" ], "type": "string" } }, "required": [ "birthday" ], "type": "object" }
Install Server

Other Tools from 紫微斗数 MCP 服务器 (MCPIztro)

Related Tools

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/wuunicorn/MCPIztro'

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