datetime-mcp-server
Verified Safeby senseiBas
Overview
Provides current date and time information to an MCP-compatible AI model, preventing stale context.
Installation
python -m datetime_mcp_server.serverSecurity Notes
The server's design is minimal and focuses solely on providing date/time information. It uses standard Python libraries (`datetime`, `zoneinfo`) and communicates only via stdin/stdout through the MCP SDK. No dangerous patterns like `eval`, arbitrary file access, or external network calls are present. No hardcoded credentials were found. Input schemas are empty, preventing arbitrary user input processing.
Similar Servers
Polymcp
A comprehensive toolkit and agent framework for building Model Context Protocol (MCP) servers and orchestrating them with Large Language Models (LLMs) across Python and TypeScript environments.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
lenses-mcp
An MCP (Model Context Protocol) server that enables AI agents to interact with Lenses.io, a DataOps platform for Apache Kafka, by exposing tools for managing Kafka topics, consumer groups, connectors, and executing SQL queries.
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.