date-and-time-mcp-server
Verified Safeby chirag127
Overview
Provides real-time, localized date and time data to AI agents via the Model Context Protocol (MCP), ensuring temporal accuracy for context-aware operations.
Installation
npm run startSecurity Notes
The service implements input validation using Zod for tool parameters and `luxon`'s timezone validation, which mitigates common injection risks. Communication via StdioServerTransport reduces external network attack surface for MCP messages. No explicit 'eval' or malicious patterns were found. Configuration is primarily via command-line arguments, with no obvious hardcoded secrets in the provided snippets. Overall, the security posture for its intended scope is strong.
Similar Servers
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
MCP-Agent
The MCP Agent serves as an AI integration tool capable of discovering, connecting to, and interacting with Model Context Protocol (MCP) servers to utilize their available tools, prompts, and resources autonomously.
chronosphere-mcp
Provides a Model Context Protocol (MCP) server that exposes Chronosphere observability data (logs, metrics, traces, events) and configuration management capabilities as tools for AI applications and agents.
mcp-gearbox-cli
A command-line interface (CLI) tool for setting up Model Context Protocol (MCP) servers for various AI agents, handling download, configuration, and removal of server settings.