Verified business-day math for AI agents: holidays + per-country weekends, not guesses.
claude mcp add bizdays -- npx -y @qinisolabs/bizdays
claude_desktop_config.json
{
"mcpServers": {
"bizdays": {
"command": "npx",
"args": [
"-y",
"@qinisolabs/bizdays"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"bizdays": {
"command": "npx",
"args": [
"-y",
"@qinisolabs/bizdays"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bizdays": {
"command": "npx",
"args": [
"-y",
"@qinisolabs/bizdays"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"bizdays": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qinisolabs/bizdays"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bizdays": {
"command": "npx",
"args": [
"-y",
"@qinisolabs/bizdays"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.qinisolabs--bizdays/reviews or the review_server meta-tool.
POST /mcp