Server data from the Official MCP Registry
MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.
MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.
Set these up before or after installing:
Environment variable: TIMEZEST_API_KEY
Environment variable: TIMEZEST_DEFAULT_TZ
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sagarkalra-tech-timezest-mcp": {
"env": {
"TIMEZEST_API_KEY": "your-timezest-api-key-here",
"TIMEZEST_DEFAULT_TZ": "your-timezest-default-tz-here"
},
"args": [
"-y",
"timezest-mcp"
],
"command": "npx"
}
}
}The TimeZest MCP server has proper API key authentication and good code structure, but lacks input sanitization for sensitive operations like unvalidated date parsing, partial SQL-like matching, and potential data exposure through detailed error messages. Network access is appropriate for this scheduling API integration. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 4 high severity). Package verification found 1 issue.
Scanned 7 files · 10 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!