Odel
bizdays

bizdays

Local
@qinisolabs1TypeScriptApache-2.0Updated 2mo ago

Verified business-day math for AI agents: holidays + per-country weekends, not guesses.

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

npm@qinisolabs/bizdaysv0.2.0

Run

npx -y @qinisolabs/bizdays

MCP client config

{
  "mcpServers": {
    "bizdays": {
      "command": "npx",
      "args": [
        "-y",
        "@qinisolabs/bizdays"
      ]
    }
  }
}