Back to Browse

Bizdays MCP Server

Developer ToolsModerate6.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.7
Moderate6.7Moderate Risk

bizdays is a well-architected, security-conscious MCP server for business-day calculations. It has no authentication requirements (appropriate for its stateless, read-only purpose), no malicious patterns, and no credential handling. Code quality is high with proper input validation and error handling. Permissions are tightly scoped to the server's purpose: read-only access to bundled holiday data and weekend rules with no network calls, file I/O, or process execution. Minor findings around broad exception handling in RPC error paths and lack of sensitive-operation logging do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

7 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Reviews

No reviews yet

Be the first to review this server!