# 衍象坊MCP

通过奇门遁甲与大六壬排盘，深度剖析时空与人事之变。借助中国传统术数框架，为复杂决策提供深刻洞察。运用系统化的古代智慧，精准预见事业、财运及情感趋势。

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add fate-craft/profound

# Browse available tools
npx -y smithery tool list fate-craft/profound

# Get full schema for a tool
npx -y smithery tool get fate-craft/profound qimen_dunjia_calculate

# Call a tool
npx -y smithery tool call fate-craft/profound qimen_dunjia_calculate '{}'
```

## Direct MCP Connection

Endpoint: `https://profound--fate-craft.run.tools`

## Tools (2)

- `qimen_dunjia_calculate` — 奇门遁甲（Qimen Dunjia）是中国古代三式之一，被称为"帝王之学"。通过天时、地利、人和三维度分析时空能量场。
- `da_liu_ren_calculate` — 大六壬（Da Liu Ren）是中国古代三式之一，以人事预测见长，擅长判断日常生活中的人事问题。

```bash
# Get full input/output schema for a tool
npx -y smithery tool get fate-craft/profound <tool-name>
```
