Skip to main content
ClaudeWave
SubagentsOfficial Registry0 stars0 forksJavaScriptMITUpdated 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.
Use cases

Subagents overview

# 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

What people ask about daymaster

What is fatemcp/daymaster?

+

fatemcp/daymaster is subagents for the Claude AI ecosystem with 0 GitHub stars.

How do I install daymaster?

+

You can install daymaster by cloning the repository (https://github.com/fatemcp/daymaster) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is fatemcp/daymaster safe to use?

+

Our security agent has analyzed fatemcp/daymaster and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains fatemcp/daymaster?

+

fatemcp/daymaster is maintained by fatemcp. The last recorded GitHub activity is dated 2026-08-22, with 0 open issues.

Are there alternatives to daymaster?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy daymaster to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More Subagents

daymaster alternatives