# D8ly Read (remote · d8ly.app)

Read-only Bazi, True Solar Time, and Chinese almanac tools in English and Traditional Chinese.

- Trust score: 81/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `d8ly.app`: 81/100 (this document), [markdown](https://verifymcp.io/servers/dhsiao510-d8ly-read/d8ly.md), [page](https://verifymcp.io/servers/dhsiao510-d8ly-read/d8ly)

## Channel facts

- Endpoint: `https://d8ly.app/mcp?source=mcp_registry`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 987 tokens (~329/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 2 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the D8ly Read MCP server?

D8ly Read is a hosted endpoint at https://d8ly.app/mcp?source=mcp_registry, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http dhsiao510-d8ly-read 'https://d8ly.app/mcp?source=mcp_registry'
```

### Cursor

```json
{
  "mcpServers": {
    "dhsiao510-d8ly-read": {
      "url": "https://d8ly.app/mcp?source=mcp_registry"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "dhsiao510-d8ly-read": {
      "type": "http",
      "url": "https://d8ly.app/mcp?source=mcp_registry"
    }
  }
}
```

### Codex

```toml
[mcp_servers.dhsiao510-d8ly-read]
url = "https://d8ly.app/mcp?source=mcp_registry"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dhsiao510-d8ly-read": {
      "type": "remote",
      "url": "https://d8ly.app/mcp?source=mcp_registry",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dhsiao510-d8ly-read --url 'https://d8ly.app/mcp?source=mcp_registry' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dhsiao510-d8ly-read:
    url: "https://d8ly.app/mcp?source=mcp_registry"
```

### Netclaw

```json
{
  "McpServers": {
    "dhsiao510-d8ly-read": {
      "Transport": "http",
      "Url": "https://d8ly.app/mcp?source=mcp_registry"
    }
  }
}
```

### Vellum

```bash
assistant mcp add dhsiao510-d8ly-read -t streamable-http -u 'https://d8ly.app/mcp?source=mcp_registry'
```

### Other

```json
{
  "mcpServers": {
    "dhsiao510-d8ly-read": {
      "type": "http",
      "url": "https://d8ly.app/mcp?source=mcp_registry"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 59 to 63.

### 2026-09-20 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 56.

### 2026-09-18 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 46 to 49.

### 2026-09-16 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 39 to 43.

### 2026-09-14 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 32 to 36.

### 2026-09-11 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 22 to 26.

### 2026-09-09 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 16 to 19.

### 2026-09-08 (score 74, −5)

- [security regression] Stability: 0.50 → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [functional regression] “calculate_bazi_chart” made “birth_time” required, so existing callers break
- [functional regression] “get_daily_bazi_guidance” made “birth_time” required, so existing callers break

## MCP tools (3)

### `get_daily_almanac` (~202 tokens)

Daily Chinese Almanac / 每日黃曆

Use this when the user asks for Chinese almanac information for a specific calendar date without personal birth data. Returns the day pillar, lunar date, activities, directions, and zodiac clash. Do not use this for a personalized Bazi chart or daily Bazi guidance. No generative AI is used. / 當使用者詢問特定日期的黃曆資料、且不涉及個人出生資料時使用。回傳日柱、農曆、宜忌、吉神方位與生肖相沖。個人八字命盤或八字每日指引請勿使用此工具。本工具不使用生成式 AI。

Input parameters:

- `date` (string, required): Calendar date in YYYY-MM-DD format / YYYY-MM-DD 格式的日期
- `locale` (string): Response display preference; structured technical values include both languages / 回應語言偏好；結構化術語同時包含中英文

Output parameters:

- `canonical_url` (string)
- `data` (object)
- `deterministic` (boolean)
- `disclaimer` (object)
- `generated_at` (string)
- `locale` (string)
- `schema_version` (string)
- `tool` (string)

### `calculate_bazi_chart` (~348 tokens)

Calculate Bazi Chart / 八字排盤

Use this when the user wants a Four Pillars birth chart and has explicitly supplied the birth date, local time, latitude, longitude, and historical UTC offset. Applies True Solar Time correction. Do not use this to infer missing birth details, daylight-saving rules, or personalized guidance for a reading date. Use only with the subject’s permission. / 當使用者要建立四柱八字命盤，並已明確提供出生日期、當地時間、緯度、經度與當時 UTC 時差時使用；計算會校正真太陽時。請勿用來推測缺少的出生資料、夏令時間規則，或指定日期的個人化指引。僅在獲得當事人同意時使用出生資料。

Input parameters:

- `birth_date` (string, required): Birth date in YYYY-MM-DD format / YYYY-MM-DD 格式的出生日期
- `birth_time` (string, required): Local birth time in 24-hour HH:mm format / 24 小時制的出生時間 HH:mm
- `latitude` (number, required): Birth latitude in decimal degrees / 出生地緯度（十進位度數）
- `locale` (string): Response display preference; structured technical values include both languages / 回應語言偏好；結構化術語同時包含中英文
- `longitude` (number, required): Birth longitude in decimal degrees; used for True Solar Time / 出生地經度，用於真太陽時校正
- `timezone` (number, required): UTC offset in hours at the birth location and date / 出生地與出生日期的 UTC 小時時差

Output parameters:

- `canonical_url` (string)
- `data` (object)
- `deterministic` (boolean)
- `disclaimer` (object)
- `generated_at` (string)
- `locale` (string)
- `schema_version` (string)
- `tool` (string)

### `get_daily_bazi_guidance` (~357 tokens)

Daily Bazi Guidance / 八字每日指引

Use this when the user wants personalized daily Bazi interactions for a specific reading date and has supplied the complete birth inputs. Returns the chart and daily guidance. Do not use this for a date-only almanac request or when any birth input is missing. No generative AI is used. Use only with the subject’s permission. / 當使用者要查看指定日期的個人化八字互動，且已提供完整出生資料時使用；回傳命盤與每日指引。僅詢問日期黃曆或缺少任何出生資料時請勿使用。本工具不使用生成式 AI。僅在獲得當事人同意時使用出生資料。

Input parameters:

- `birth_date` (string, required): Birth date in YYYY-MM-DD format / YYYY-MM-DD 格式的出生日期
- `birth_time` (string, required): Local birth time in 24-hour HH:mm format / 24 小時制的出生時間 HH:mm
- `latitude` (number, required): Birth latitude in decimal degrees / 出生地緯度（十進位度數）
- `locale` (string): Response display preference; structured technical values include both languages / 回應語言偏好；結構化術語同時包含中英文
- `longitude` (number, required): Birth longitude in decimal degrees; used for True Solar Time / 出生地經度，用於真太陽時校正
- `reading_date` (string, required): Date to interpret in YYYY-MM-DD format / YYYY-MM-DD 格式的解讀日期
- `timezone` (number, required): UTC offset in hours at the birth location and date / 出生地與出生日期的 UTC 小時時差

Output parameters:

- `canonical_url` (string)
- `data` (object)
- `deterministic` (boolean)
- `disclaimer` (object)
- `generated_at` (string)
- `locale` (string)
- `schema_version` (string)
- `tool` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dhsiao510-d8ly-read/d8ly#diagnostics

## Score history

- 2026-09-22: 81
- 2026-09-21: 80
- 2026-09-20: 80
- 2026-09-19: 79
- 2026-09-18: 79
- 2026-09-17: 78
- 2026-09-16: 78
- 2026-09-15: 77
- 2026-09-14: 77
- 2026-09-13: 76
- 2026-09-12: 76
- 2026-09-11: 76
- 2026-09-10: 75
- 2026-09-09: 75
- 2026-09-08: 74
- 2026-09-07: 79
- 2026-09-06: 78
- 2026-09-05: 78
- 2026-09-04: 77
- 2026-09-03: 77
- 2026-09-02: 77
- 2026-09-01: 76
- 2026-08-31: 76
- 2026-08-30: 75
- 2026-08-29: 75
- 2026-08-28: 74
- 2026-08-27: 74
- 2026-08-26: 73
- 2026-08-25: 71
- 2026-08-24: 71

## Common questions

### What is the D8ly Read MCP server?

D8ly Read is an MCP server listed in the public MCP registry as io.github.dhsiao510/d8ly-read. Read-only Bazi, True Solar Time, and Chinese almanac tools in English and Traditional Chinese. This page covers its hosted endpoint (https://d8ly.app/mcp?source=mcp_registry).

### Is the D8ly Read MCP server safe to use?

D8ly Read scores 81 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the D8ly Read MCP server expose?

D8ly Read exposes 3 tools: get_daily_almanac, calculate_bazi_chart, get_daily_bazi_guidance. Their descriptions and schemas cost roughly 907 tokens of context every time the server is loaded.

### Does the D8ly Read MCP server require authentication?

No. We connected to D8ly Read without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the D8ly Read MCP server still maintained?

D8ly Read is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://d8ly.app/mcp?source=mcp_registry
- Website: https://d8ly.app/developers?utm_source=mcp_registry&utm_medium=directory&utm_campaign=agent_launch
- Changelog RSS feed: https://verifymcp.io/servers/dhsiao510-d8ly-read/d8ly.xml
- Changelog JSON feed: https://verifymcp.io/servers/dhsiao510-d8ly-read/d8ly.json
- HTML version of this page: https://verifymcp.io/servers/dhsiao510-d8ly-read/d8ly
