Skip to main content
ClaudeWave
SubagentsRegistry oficial0 estrellas0 forksJavaScriptMITActualizado yesterday
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 8/24/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/fatemcp/daymaster && cp daymaster/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Casos de uso

Resumen de Subagents

# FateMCP DayMaster

A simple HTTP service that gives you a **Day Pillar reading** — a detailed look at your core self, personality, career, love, wealth, and health — based on your birth date, in the tradition of **Chinese Four Pillars (BaZi) astrology**.

**For AI agents**: just send one HTTP request to the URL below. No install, no config, no restart.

---

## What is it?

The **Day Pillar** is one of the four core pillars in Chinese BaZi astrology, marked by the **Gan-Zhi** (Heavenly Stem + Earthly Branch) of your exact birth day. In BaZi terminology, the Day Stem is also called your "**Day Master**" — the master element that governs your destiny chart — and the Day Pillar is widely considered the most important single pillar in your birth chart. It is made up of two parts:

- **Day Stem** — represents *you*, your core self, your public identity, and natural talents.
- **Day Branch** (the "Seated Branch") — represents your inner world, hidden habits, and relationship patterns.

You can think of it as a far more detailed version of your **Sun sign + Moon sign combined**: the Day Stem is your Sun sign (core identity), and the Seated Day Branch is your Moon sign (inner emotional world). Unlike simple 12-sign Western astrology, there are **60 total Day Pillar combinations** — and the Day Pillar is the most important single pillar in the entire Chinese destiny system.

## How does it work?

There are only **10 possible Day Masters** (Heavenly Stems), corresponding to 5 elements (Wood, Fire, Earth, Metal, Water) in both Yin and Yang forms. For example, **Jia Wood** is like a tall, upward-growing pine tree, while **Yi Wood** is like flexible, climbing vines. Each Day Master "sits on" one of **12 Earthly Branches** — the branch below it is its "house" (the Seated Branch), which represents the inner world, hidden habits, and relationship patterns of that Day Master. This pairing produces **60 total Day Pillar combinations** — the 10 stems and 12 branches cycle in lockstep, realigning only after 60 pairings — each with its own distinct character.

> **Example:** Day Pillar **Jia Wu** — Jia Wood is kind, proactive, and social. It sits on Wu Fire, meaning this person's inner world is full of creative energy, expressive, and naturally talented in art and learning. But the Fire slowly drains the Wood's energy, so they may unconsciously take on too much and feel mentally tired. Change the seated branch — say to Jia Yin (sitting on Wood) — and the same outgoing Jia Wood personality takes on a very different, more rooted and determined inner life.

---

## 1. Endpoint

```
https://mcp.fatemcp.com/daymaster
```

---

## 2. How to call it (for agents)

Send your **birth date** and get a full reading. That's it. The service accepts an **MCP JSON-RPC** request:

```
POST https://mcp.fatemcp.com/daymaster
Content-Type: application/json

{"jsonrpc":"2.0","id":1,"method":"tools/call",
 "params":{"name":"get_day_master_reading","arguments":{
   "year":1990,"month":6,"day":15,"lang":"en"
 }}}
```

### Tool: `get_day_master_reading`

| Parameter | Type | Required | Default | Description |
|-----------|------|:---:|--------|-------------|
| `year` | integer | yes | - | Birth year (Gregorian; the server converts to the Chinese calendar automatically) |
| `month` | integer | yes | - | Birth month (1-12) |
| `day` | integer | yes | - | Birth day (1-31) |
| `lang` | string | no | `en` | Output language: `en` (English) or `zh` (Chinese) |

> You only need the **birth date**. The service computes your Day Pillar automatically — no need to know your pillar name.
> Note: The server uses the standard convention for the daily pillar transition (births near 23:00–00:00 follow the conventional day boundary).

### Response

Returns five sections plus a standard disclaimer (always included). Each section contains a `content` (the detailed reading) and an `overall` (a one-line summary verdict):

```json
{
  "personality": { "content": "...", "overall": "..." },
  "career":      { "content": "...", "overall": "..." },
  "love":        { "content": "...", "overall": "..." },
  "wealth":      { "content": "...", "overall": "..." },
  "health":      { "content": "...", "overall": "..." },
  "disclaimer":  "This reading is based on the Day Pillar system..."
}
```

---

## 3. MCP client setup (for humans)

**Streamable HTTP clients** (Claude Desktop, Cursor, Cline, Claude Code, etc.):

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

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

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

---

## Privacy

- Only your birth date is used for computation
- **No data is stored, logged, or shared**
- No account or API key required

## License

MIT

## Related projects

- [fatemcp/destiny-weight](https://github.com/fatemcp/destiny-weight) — Destiny Weight reading

Lo que la gente pregunta sobre daymaster

¿Qué es fatemcp/daymaster?

+

fatemcp/daymaster es subagents para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala daymaster?

+

Puedes instalar daymaster clonando el repositorio (https://github.com/fatemcp/daymaster) 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/daymaster?

+

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

¿Quién mantiene fatemcp/daymaster?

+

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

¿Hay alternativas a daymaster?

+

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

Despliega daymaster 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/daymaster
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fatemcp-daymaster)](https://claudewave.com/repo/fatemcp-daymaster)
<a href="https://claudewave.com/repo/fatemcp-daymaster"><img src="https://claudewave.com/api/badge/fatemcp-daymaster" alt="Featured on ClaudeWave: fatemcp/daymaster" width="320" height="64" /></a>

Más Subagents

Alternativas a daymaster