/
by ai.smithery
Generate BaZi charts from birth details. Explore Four Pillars, solar terms, and Luck Pillars for d…
Server configuration and capabilities from the MCP manifest
Size: 1,455 bytes (364 tokens)
Tools Found: 1
Analysis ID: t6dmzb5c
This MCP server provides a BaZi tool for calculating BaZi information based on user input.
Stars
Registry ID: fba076e0-91b9-4c9a-8cca-ded71a0adb61
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/18/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "BaZi Tool",
"tags": [
"BaZi",
"Astrology",
"Lunar Calendar"
],
"tools": [
{
"name": "bazi",
"description": "Calculate BaZi (八字) information.",
"input_schema": {
"type": "object",
"required": [
"name",
"gender",
"calendar",
"year",
"month",
"day",
"hour",
"minute",
"birth_city"
],
"properties": {
"day": {
"type": "integer",
"description": "The day of birth."
},
"hour": {
"type": "integer",
"description": "The hour of birth (0-23)."
},
"name": {
"type": "string",
"description": "The name of the person."
},
"year": {
"type": "integer",
"description": "The year of birth."
},
"month": {
"type": "integer",
"description": "The month of birth."
},
"gender": {
"type": "string",
"description": "The gender of the person ('男' for male, '女' for female)."
},
"minute": {
"type": "integer",
"description": "The minute of birth (0-59)."
},
"calendar": {
"type": "string",
"description": "The calendar type for the birth date ('公历' for Gregorian, '农历' for Lunar)."
},
"birth_city": {
"type": "string",
"description": "The city of birth."
},
"current_city": {
"type": "string",
"description": "The current city of residence (optional)."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"八字": {
"type": "string"
},
"大运": {
"type": "string"
},
"姓名": {
"type": "string"
},
"性别": {
"type": "string"
},
"节气": {
"type": "string"
},
"出生城市": {
"type": "string"
},
"出生时间": {
"type": "object",
"properties": {
"公历": {
"type": "string"
},
"农历": {
"type": "string"
}
}
},
"现居城市": {
"type": "string"
}
}
}
}
],
"version": "1.0.0",
"categories": [
"Astrology",
"Chinese Culture"
],
"description": "Calculate BaZi (八字) information."
}Forks
Watchers
Contributors
Last Push: 9/18/2025
Open Issues: 0