chronosync-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| now_inA | Current local time in an IANA timezone, with UTC offset, abbreviation and DST flag. Use whenever you need to know 'now'. |
| convert_timezoneA | Convert a date/time from one IANA timezone to another. Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns converted datetime, offset, abbreviation and DST flag. |
| convert_batchA | Like convert_timezone but converts a single instant into many target timezones at once. Ideal for world-clock views. |
| tz_offsetA | Exact UTC offset of a timezone at a given instant (DST-aware). Handles fractional offsets like India +05:30 and Nepal +05:45. |
| list_timezonesA | List or search valid IANA timezone names. Filter by city, region or country substring (e.g. 'kolkata', 'america'). |
| lookup_timezoneA | Resolve a city or country name to its IANA timezone(s), so you don't need the exact identifier. E.g. 'Delhi' -> Asia/Kolkata. |
| date_mathA | Add/subtract time to a date respecting DST (days are calendar-based, hours/minutes are absolute), or compute the difference between two datetimes in different zones. |
| find_meeting_slotsA | Suggest the best overlapping working-hour slots for a meeting across timezones. Excludes weekends and (if a country code is given per participant) public holidays. |
| is_holidayA | Check whether a date is a public holiday in a country (ISO 3166-1 alpha-2). Data from the free Nager.Date service. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool targets a distinct operation: converting timezones (single and batch), date math, meeting slot finding, holiday checking, timezone listing and lookup, current time, and offset. No two tools have overlapping or ambiguous purposes.
All tools use a clear snake_case verb_noun pattern (e.g., convert_timezone, list_timezones, is_holiday). The naming is predictable and follows the same convention throughout, with no mix of different styles.
9 tools is a well-scoped count for a timezone and scheduling server. Each tool provides a distinct capability without being excessive or sparse, covering core functionality effectively.
The tool surface covers timezone conversion, scheduling, holidays, and timezone discovery comprehensively. Minor gap: no batch holiday check or recurring event support, but core workflows are well-covered.