General Tools
d8ly.app
Provides Chinese almanac and Bazi (Four Pillars) fortune-telling calculations for dates.
ENDPOINT 1
https://d8ly.app/mcp
MCP server metadata
- Name
- d8ly-read
- Version
- 1.0.0
Use get_daily_almanac for date-only Chinese almanac questions. Use calculate_bazi_chart only when the user supplied birth date, local time, coordinates, and the historical UTC offset. Use get_daily_bazi_guidance when those birth inputs and a reading date are available. Never infer missing birth data or treat results as medical, legal, financial, or other professional advice.
Known tools 3
get_daily_almanacReturn deterministic Chinese almanac information for a requested date, including the day pillar, lunar date, activities, directions, and zodiac clash.
Inferred read-onlycalculate_bazi_chartCalculate a deterministic Four Pillars birth chart with True Solar Time correction.
Inferred read-onlyget_daily_bazi_guidanceCalculate deterministic daily Bazi interactions for an explicitly requested date.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.d8ly-read]
url = "https://d8ly.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"d8ly-read": {
"type": "http",
"url": "https://d8ly.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: d8ly-read
Remote MCP URL: https://d8ly.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"d8ly-read": {
"url": "https://d8ly.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"d8ly-read": {
"type": "http",
"url": "https://d8ly.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "d8ly-read",
"transport": "streamable-http",
"url": "https://d8ly.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://d8ly.app/mcp?source=mcp_registry
MCP server metadata
- Name
- d8ly-read
- Version
- 1.0.0
Use get_daily_almanac for date-only Chinese almanac questions. Use calculate_bazi_chart only when the user supplied birth date, local time, coordinates, and the historical UTC offset. Use get_daily_bazi_guidance when those birth inputs and a reading date are available. Never infer missing birth data or treat results as medical, legal, financial, or other professional advice.
Known tools 3
get_daily_almanacUse this when the user asks for Chinese almanac information for a specific calendar date without personal birth data.
Inferred read-onlycalculate_bazi_chartUse 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.
Inferred read-onlyget_daily_bazi_guidanceUse this when the user wants personalized daily Bazi interactions for a specific reading date and has supplied the complete birth inputs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.d8ly-read]
url = "https://d8ly.app/mcp?source=mcp_registry"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"d8ly-read": {
"type": "http",
"url": "https://d8ly.app/mcp?source=mcp_registry"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: d8ly-read
Remote MCP URL: https://d8ly.app/mcp?source=mcp_registry
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"d8ly-read": {
"url": "https://d8ly.app/mcp?source=mcp_registry"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"d8ly-read": {
"type": "http",
"url": "https://d8ly.app/mcp?source=mcp_registry"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "d8ly-read",
"transport": "streamable-http",
"url": "https://d8ly.app/mcp?source=mcp_registry"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.