Database · MODEL CONTEXT PROTOCOL

chrishayuk chuk mcp time server

chrishayuk chuk mcp time server is a community-listed Model Context Protocol server. Review the source repository before installation.

WHAT IT CONNECTS

What chrishayuk chuk mcp time server gives an AI Agent

  • **Current Time Retrieval**: Get the current time for any IANA timezone
  • **Time Zone Conversion**: Convert times between different time zones
  • **Comprehensive Validation**: Robust input validation using Pydantic models
  • **Async Server Architecture**: Built with asyncio for efficient performance
  • **Flexible Configuration**: Configurable through environment variables and config files
  • mcp (>=1.6.0)
  • pydantic (>=2.11.2)
  • PyYAML (>=6.0.2)
  • pyz (>=0.4.3)
  • pytest (>=8.3.5)
  • Python 3.11 or higher
  • pip
  • (Optional) Virtual environment recommended
  • Clone the repository:
  • Create a virtual environment:
  • Install the package:
  • `NO_BOOTSTRAP`: Set to disable component bootstrapping
  • Other configuration options can be set in the configuration files
  • `timezone`: IANA timezone name (e.g., 'America/New_York')
  • Current time in the specified timezone
  • Timezone details
  • Daylight Saving Time (DST) status
  • `source_timezone`: Source timezone (IANA format)
  • `time`: Time in HH:MM (24-hour) format
  • `target_timezone`: Target timezone (IANA format)
  • Source time details
  • Target time details
  • Time difference between zones
  • Black is used for code formatting
  • isort is used for import sorting
  • Line length is set to 88 characters
  • Fork the repository
  • Create your feature branch (`git checkout -b feature/AmazingFeature`)
  • Ensure code passes formatting and testing
  • Commit your changes (`git commit -m 'Add some AmazingFeature'`)
  • Push to the branch (`git push origin feature/AmazingFeature`)
  • Open a Pull Request

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.