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).
Run
npx -y @qinisolabs/bizdays
MCP client config
{
"mcpServers": {
"bizdays": {
"command": "npx",
"args": [
"-y",
"@qinisolabs/bizdays"
]
}
}
}