mcp-time-server
Verified Safeby sumikko-Charlotte
Overview
A minimal Model Context Protocol (MCP) server that exposes a 'get_current_time' tool, returning the current system time.
Installation
python time_server.pySecurity Notes
The server operates via standard I/O (stdio_server), limiting direct network exposure unless explicitly piped. Tool calls are strictly validated against 'get_current_time', preventing arbitrary command execution. No 'eval', hardcoded secrets, or suspicious external calls were identified.
Similar Servers
date-and-time-mcp-server
Provides a Model Context Protocol (MCP) API for AI agents to retrieve precise, locale-aware date and time data across timezones.
datetime-mcp-server
Provides current date and time information to an MCP-compatible AI model, preventing stale context.
chronos-mcp-server
A time-related server providing timezone-aware date and time information via the Model Context Protocol (MCP).
mcp-demo-server
Provides demo servers in Go and Python to demonstrate and test the Model Context Protocol (MCP) using various tools like echotest, timeserver, and fetch.