# bazi-reader-mcp

Bazi (Four Pillars / 四柱推命 / 사주팔자) charting MCP server with true solar time correction and multilingual output (中文/EN/日本語/한국어). Powered by Shunshi.AI.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add shunshiai2026-s9as/bazi-reader-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list shunshiai2026-s9as/bazi-reader-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get shunshiai2026-s9as/bazi-reader-mcp getBaziChart

# Call a tool
npx -y @smithery/cli@latest tool call shunshiai2026-s9as/bazi-reader-mcp getBaziChart '{}'
```

## Direct MCP Connection

Endpoint: `https://bazi-reader-mcp--shunshiai2026-s9as.run.tools`

## Tools (1)

- `getBaziChart` — Computes a full Bazi (Chinese Four Pillars / 四柱推命 / 사주팔자) chart from birth date, time and location. Powered by shunshi-…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get shunshiai2026-s9as/bazi-reader-mcp <tool-name>
```
