Time MCP Server
by ConechoAI
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOCAL_TIMEZONE | No | Override the automatically detected system timezone with a specific IANA timezone name (e.g., 'America/New_York', 'Europe/London') | System timezone |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_current_time | Get current time in a specific timezones |
convert_time | Convert time between timezones |