{
  "markdown": "# FateMCP Destiny Weight\n\n> 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.\n\n---\n\n## What is it?\n\nIt 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**.\n\n## How does it work?\n\nIn 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.\n\n## Why is it interesting?\n\nThink 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.\n\n---\n\n## Quick Start\n\nThis 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:\n\n```\nhttps://mcp.fatemcp.com/destiny-weight\n```\n\n### MCP Agent configuration\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"fatemcp-destiny-weight\": {\n      \"type\": \"streamableHttp\",\n      \"url\": \"https://mcp.fatemcp.com/destiny-weight\"\n    }\n  }\n}\n```\n\nFor clients without native Streamable HTTP support (e.g., older Claude Desktop versions):\n\n```json\n{\n  \"mcpServers\": {\n    \"fatemcp-destiny-weight\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://mcp.fatemcp.com/destiny-weight\"]\n    }\n  }\n}\n```\n\n## Required information\n\nTo calculate a reading, ask the user for their **Gregorian** birth date and time:\n\n| Field | Description |\n|-------|-------------|\n| Birth year | Gregorian year |\n| Birth month | 1-12 |\n| Birth day | 1-31 |\n| Birth hour | 0-23 (24h) |\n| Gender | male / female (the same weight yields different readings for each) |\n\n> 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.\n> Note: Births between 23:00 and 00:00 are traditionally counted as the next lunar day; the server handles this.\n> For leap months: the first half counts as the current month, the second half as the next; the server handles this too.\n\n## Tool: `calculate_destiny_weight`\n\n### Parameters\n\n| Parameter | Type | Required | Description |\n|-----------|------|:---:|-------------|\n| `year` | integer | yes | Birth year (Gregorian) |\n| `month` | integer | yes | Birth month (1-12) |\n| `day` | integer | yes | Birth day (1-31) |\n| `hour` | integer | yes | Birth hour (0-23) |\n| `gender` | string | yes | male / female (the reading differs) |\n\n### Output\n\nReturns the English destiny reading as text, e.g.:\n\n```\nDestiny Weight: 3.7 (reference range: 2.1–7.2)\n\nA life of financial tides. Money comes, money goes—never quite settling into a permanent\nstack. You are capable and upright, unwilling to cut corners or exploit others...\n\nThe gift here is integrity. People with this weight sleep soundly because their\nconscience is clean...\n```\n\n## Privacy\n\n- All calculations run on the server\n- Only birth information is sent; nothing is stored or logged\n\n## License\n\nMIT\n\n## Related projects\n\n- [fatemcp/daymaster](https://github.com/fatemcp/daymaster) — Day Pillar reading\n",
  "bytes": 4026,
  "sha": "5d3d15a0b5ce6c97a60f71ad4dabb02c74af950a9c30feab0e7345de0268d68f",
  "repo_slug": "fatemcp/destiny-weight",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_optimizer668_destiny_weight_4d167b55/readme"
}