taiwan-holiday-mcp
Verified Safeby BACH-AI-Tools
Overview
Provides a Model Context Protocol (MCP) server for querying accurate Taiwan national holidays and make-up workdays.
Installation
npx @bachstudio/taiwan-holiday-mcpEnvironment Variables
- DEBUG
- MCP_LOG_LEVEL
- NODE_ENV
Security Notes
The server fetches holiday data from `cdn.jsdelivr.net/gh/ruyut/TaiwanCalendar`. While `cdn.jsdelivr.net` is a reputable CDN, it's an external dependency. The server implements robust error handling, circuit breaking, request throttling, and input/data validation (e.g., `validateHolidayData`, `parseDate`) to mitigate risks from external API failures or malformed input. No `eval` or direct `fs` writes are observed. `fs.readFileSync` is used only for reading `package.json` at startup. No hardcoded secrets are found.
Similar Servers
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
ChronoSphere-AI-Date-Time-MCP-Service
Provides an AI-enabled Model Context Protocol (MCP) API for delivering precise, locale-aware date and time data across timezones to AI agents.
sub-agents-mcp
Orchestrates task-specific AI agents defined in markdown files for execution via Cursor, Claude Code, or Gemini CLIs within any MCP-compatible tool.