True solar time correction for BaZi charts: historical DST, longitude, equation of time.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y true-solar-time-mcp
MCP client config
{
"mcpServers": {
"true-solar-time": {
"command": "npx",
"args": [
"-y",
"true-solar-time-mcp"
]
}
}
}