Destiny Weight reading from birth date β Yuan Tiangang method.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A remote MCP service that calculates your Destiny Weight and returns an English destiny reading β based on the ancient Chinese method attributed to the Tang Dynasty astronomer Yuan Tiangang, written for a Western audience.
It is an ancient Chinese method of fortune telling, attributed to the Tang Dynasty astronomer Yuan Tiangang. Unlike Western astrology which looks at planetary positions, this method calculates your "destiny weight" based on your exact birth date and time, measured in traditional Chinese units β liang and qian.
In this system, every year, month, day, and hour of birth is assigned a specific weight. You add these four values together to get your total Destiny Weight. This total corresponds to a specific verse that describes your life's trajectory, including career, wealth, and relationships. The algorithm runs entirely on the server β no local installation or execution required.
Think of it as a "Life Horoscope" but based on numerical weight rather than star signs. A heavier destiny weight generally suggests a life with more stability, wealth, or social status, while a lighter weight might indicate a life requiring more personal effort and resilience. However, tradition also holds that lighter weights can indicate a self-made, resilient destiny. It's often used for entertainment or self-reflection, similar to reading daily horoscopes.
This is a remote MCP service. The algorithm runs entirely on the server β you install nothing locally and the algorithm never leaves the server. Just point your MCP client at the endpoint:
Add to your MCP config:
For clients without native Streamable HTTP support (e.g., older Claude Desktop versions):
To calculate a reading, ask the user for their Gregorian birth date and time:
| Field | Description |
|---|---|
| Birth year | Gregorian year |
| Birth month | 1-12 |
| Birth day | 1-31 |
| Birth hour | 0-23 (24h) |
| Gender | male / female (the same weight yields different readings for each) |
The API accepts a Gregorian date; the server converts it to the lunar (Chinese) calendar automatically. The hour is required β it determines the birth-hour weight. Note: Births between 23:00 and 00:00 are traditionally counted as the next lunar day; the server handles this. For leap months: the first half counts as the current month, the second half as the next; the server handles this too.
calculate_destiny_weight| Parameter | Type | Required | Description |
|---|---|---|---|
year | integer | yes | Birth year (Gregorian) |
month | integer | yes | Birth month (1-12) |
day | integer | yes | Birth day (1-31) |
hour | integer | yes | Birth hour (0-23) |
gender | string | yes | male / female (the reading differs) |
Returns the English destiny reading as text, e.g.:
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/fatemcp-destiny-weight)<a href="https://allmcps.com/mcp/fatemcp-destiny-weight"><img src="https://allmcps.com/api/badge/fatemcp-destiny-weight?style=directory" alt="FateMCP Destiny Weight on AllMCPs" /></a>