TimeMCP
Verified Safeby chew-z
Overview
Provides a Model Control Protocol (MCP) server for current time retrieval and timezone conversions.
Installation
go run . --transport=stdioEnvironment Variables
- TIME_AUTH_SECRET_KEY
Security Notes
The server demonstrates strong security practices for network exposure, including explicit CORS configuration with secure defaults (disabled by default, allowlist required, wildcard '*' rejected with auth enabled) and robust JWT authentication with checks for secret key presence/length and proper token validation. No 'eval' or similar dangerous patterns are present. `TIME_AUTH_SECRET_KEY` is loaded from environment variables. Overall, the project prioritizes security in its design.
Similar Servers
k8s-mcp-server
Provides a standardized interface (MCP) for interacting with Kubernetes clusters and managing Helm releases.
mcp_weather_server
Provides current and historical weather, air quality, and time information for specified cities/timezones using the Open-Meteo API, supporting various Model Context Protocol (MCP) transport modes.
toolhive-registry-server
The ToolHive Registry Server acts as a central metadata hub for enterprises to curate, discover, and govern Model Context Protocol (MCP) servers, providing a unified catalog from various sources with built-in security and auditability.
go-mcp-server
Implements a Model Context Protocol (MCP) server to provide tea-related information (tools, resources, prompts) for learning and integration with LLM applications.