Summary
One call takes a birth record and returns the finished chart.
get_bazi_details is the whole surface: give it the date, the hour, a timezone and gender, and the four pillars, the Five Elements and the zodiac sign come back together in one response. There is nothing to configure and no account behind it, so it behaves as a calculator a model can reach for mid-conversation.
What it is
A single-tool server that computes a Bazi, or Four Pillars, chart from birth details.
What you get
- A full Bazi analysis from the year, month, day and hour of birth, returning the four pillars, the Five Elements and the zodiac sign.
- Timezone and gender taken as inputs, so the chart follows the birth details given rather than the caller's own clock.
Requirements
Nothing to supply beyond the birth details themselves — year, month, day, hour, timezone and gender. No account and no key.
Setup effort
One command — npx -y @mymcp-fun/bazi
