chronosync-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmavid/chronosync-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server