Skip to main content
ClaudeWave
fatemcp avatar
fatemcp

destiny-weight

Ver en GitHub

Destiny Weighted Numerology System

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado yesterday
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/24/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/fatemcp/destiny-weight
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "destiny-weight": {
      "command": "node",
      "args": ["/path/to/destiny-weight/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/fatemcp/destiny-weight and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# FateMCP Destiny Weight

> 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.

---

## What is it?

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**.

## How does it work?

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.

## Why is it interesting?

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.

---

## Quick Start

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:

```
https://mcp.fatemcp.com/destiny-weight
```

### MCP Agent configuration

Add to your MCP config:

```json
{
  "mcpServers": {
    "fatemcp-destiny-weight": {
      "type": "streamableHttp",
      "url": "https://mcp.fatemcp.com/destiny-weight"
    }
  }
}
```

For clients without native Streamable HTTP support (e.g., older Claude Desktop versions):

```json
{
  "mcpServers": {
    "fatemcp-destiny-weight": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.fatemcp.com/destiny-weight"]
    }
  }
}
```

## Required information

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.

## Tool: `calculate_destiny_weight`

### Parameters

| 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) |

### Output

Returns the English destiny reading as text, e.g.:

```
Destiny Weight: 3.7 (reference range: 2.1–7.2)

A life of financial tides. Money comes, money goes—never quite settling into a permanent
stack. You are capable and upright, unwilling to cut corners or exploit others...

The gift here is integrity. People with this weight sleep soundly because their
conscience is clean...
```

## Privacy

- All calculations run on the server
- Only birth information is sent; nothing is stored or logged

## License

MIT

## Related projects

- [fatemcp/daymaster](https://github.com/fatemcp/daymaster) — Day Pillar reading

Lo que la gente pregunta sobre destiny-weight

¿Qué es fatemcp/destiny-weight?

+

fatemcp/destiny-weight es mcp servers para el ecosistema de Claude AI. Destiny Weighted Numerology System Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-22.

¿Cómo se instala destiny-weight?

+

Puedes instalar destiny-weight clonando el repositorio (https://github.com/fatemcp/destiny-weight) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar fatemcp/destiny-weight?

+

Nuestro agente de seguridad ha analizado fatemcp/destiny-weight y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene fatemcp/destiny-weight?

+

fatemcp/destiny-weight es mantenido por fatemcp. La última actividad registrada en GitHub es del 2026-08-22, con 0 issues abiertos.

¿Hay alternativas a destiny-weight?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega destiny-weight en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: fatemcp/destiny-weight
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fatemcp-destiny-weight)](https://claudewave.com/repo/fatemcp-destiny-weight)
<a href="https://claudewave.com/repo/fatemcp-destiny-weight"><img src="https://claudewave.com/api/badge/fatemcp-destiny-weight" alt="Featured on ClaudeWave: fatemcp/destiny-weight" width="320" height="64" /></a>

Más MCP Servers

Alternativas a destiny-weight