Odel
True Solar Time

True Solar Time

Local
@shann5JavaScriptMITUpdated 2w ago

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).

npmtrue-solar-time-mcpv1.0.1

Run

npx -y true-solar-time-mcp

MCP client config

{
  "mcpServers": {
    "true-solar-time": {
      "command": "npx",
      "args": [
        "-y",
        "true-solar-time-mcp"
      ]
    }
  }
}