INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://d8ly.app/mcp?source=mcp_registry
Connect to this endpoint to inspect the live schema for calculate_bazi_chart and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_daily_almanac— Use this when the user asks for Chinese almanac information for a specific calendar date without personal birth data.get_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.