MCP DateTime
by odgrim
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Sets the port for SSE mode | 3000 |
URI_PREFIX | No | Sets the URI prefix for SSE mode |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
datetime-list | |
Current time in UTC | Get the current time in the UTC timezone |
Current time in Europe/London | Get the current time in the Europe/London timezone |
Current time in Europe/Paris | Get the current time in the Europe/Paris timezone |
Current time in Europe/Berlin | Get the current time in the Europe/Berlin timezone |
Current time in America/New_York | Get the current time in the America/New_York timezone |
Current time in America/Chicago | Get the current time in the America/Chicago timezone |
Current time in America/Denver | Get the current time in the America/Denver timezone |
Current time in America/Los_Angeles | Get the current time in the America/Los_Angeles timezone |
Current time in Asia/Tokyo | Get the current time in the Asia/Tokyo timezone |
Current time in Asia/Shanghai | Get the current time in the Asia/Shanghai timezone |
Current time in Asia/Kolkata | Get the current time in the Asia/Kolkata timezone |
Current time in Australia/Sydney | Get the current time in the Australia/Sydney timezone |
Current time in Pacific/Auckland | Get the current time in the Pacific/Auckland timezone |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get-current-time | Get the current time in the configured local timezone |
get-current-timezone | Get the current system timezone |
get-time-in-timezone | Get the current time in a specific timezone |
list-timezones | List all available timezones |