Loading...
npx -y @smithery/cli install @cantian-ai/bazi-mcp --client claude{
"mcpServers": {
"Bazi": {
"command": "npx",
"args": ["bazi-mcp"]
}
}
}getBaziDetailCalculates detailed Bazi information based on a given solar or lunar datetime.
Primarily a read operation, performing calculations based on provided input.
getSolarTimesReturns a list of possible solar calendar datetimes based on a given Bazi.
Read-only operation that returns possible datetimes.
getChineseCalendarRetrieves Chinese calendar information for a specified solar calendar date.
Read-only operation that retrieves calendar information.
The Bazi MCP is relatively safe for general use, as it primarily focuses on calculations and data retrieval. However, careful input validation and secure deployment practices are necessary to mitigate potential risks associated with data injection and external dependencies. Stdio transport is safer than HTTP.