Skip to main content
Glama

紫微斗数 MCP 服务器 (MCPIztro)

by wuunicorn
MIT License

get_horoscope

Calculate detailed horoscope information for a specific date using Ziwei Doushu astrology. Input birthday, gender, and target date to analyze lifetime fortunes, yearly cycles, and personalized insights.

Instructions

获取指定生辰在特定时间的运限信息(大限、流年等)

Input Schema

NameRequiredDescriptionDefault
birthdayYes生日,格式: YYYY-MM-DD
genderNo性别
hourNo出生时辰(0-23)
isLeapMonthNo是否闰月(仅农历有效)
languageNo语言设置zh-CN
targetDateNo目标日期,格式: YYYY-MM-DD,不指定则使用当前日期
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" }, "targetDate": { "description": "目标日期,格式: YYYY-MM-DD,不指定则使用当前日期", "examples": [ "2024-12-31", "2025-06-15" ], "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