# World Time (Keyless) MCP

> World Time (Keyless) gives your AI client precise, synchronized time data for any global timezone. It tells you what time it is right now—down to the millisecond—for locations like 'Europe/London' or based on your network IP address. You don't need an API key; just ask.

## Overview
- **Category:** productivity
- **Price:** Free
- **Tags:** atomic-time, iana-timezone, utc-offset, dst, synchronization, api-service

## Description

Dealing with time zones and Daylight Saving Time (DST) math sucks. You shouldn't have to look up UTC offsets in a separate spreadsheet every time you plan a meeting or write code that needs to track global events. This MCP lets your agent access synchronized, atomic clock data across the entire world’s IANA region list through natural conversation. It reads the exact current time for any zone and verifies its offset status instantly.

When you connect World Time (Keyless) via Vinkius, your AI client becomes a global master clock. You can ask it to find the precise local time anywhere on Earth or even check if a region is currently observing DST. It gives reliable JSON data including Unix timestamps and day numbers, which means your agent can handle complex scheduling tasks without you lifting a finger. Whether you’re developing backend logic or just trying to figure out what time lunch is in Tokyo, this MCP handles the complexity so you don't have to.

## Tools

### get_current_time
Retrieves the exact current atomic time, UTC offset, and DST state for a specified timezone or based on your IP address.

### list_available_timezones
Provides a comprehensive list of all valid IANA timezone regions supported by the service.

## Prompt Examples

**Prompt:** 
```
What time is it in Tokyo right now?
```

**Response:** 
```
In Tokyo (Asia/Tokyo), it is currently Tuesday, March 31, 2026, at 09:15 PM. The UTC offset is +09:00 and they are not currently observing Daylight Saving Time.
```

**Prompt:** 
```
Check the current time based on my IP.
```

**Response:** 
```
Based on your network IP, your local time is 10:30 AM. Your timezone is America/Sao_Paulo (UTC -03:00).
```

**Prompt:** 
```
Is London currently in Daylight Saving Time?
```

**Response:** 
```
Checking Europe/London… Yes, London is currently observing Daylight Saving Time (BST). The offset is UTC +01:00. The transition back to GMT will occur later this year.
```

## Capabilities

### Check current global time
Get the precise local time and UTC offset for any named timezone, or automatically detect time using your network IP.

### Verify DST status
Determine if a specified location is currently observing Daylight Saving Time (DST) and what its official offset is.

### List all supported zones
Retrieve the full, valid list of IANA timezone strings to ensure you use the correct identifier in your requests.

## Use Cases

### Coordinating a Global Product Launch
A Project Manager needs to schedule a launch announcement across London, Mumbai, and São Paulo. Instead of consulting a time zone chart, they ask their agent: 'What's the local time in these three places?' The MCP immediately returns the current date, offset, and DST status for all three zones.

### Debugging Time-Sensitive Code
A Developer needs to write a script that logs events based on precise timestamps. They use `get_current_time` with specific time zone identifiers in their prompt, confirming the exact offset and ensuring the timestamp is accurate for production logging.

### Writing Time-Aware Documentation
An Operations Analyst needs to document a scheduled system maintenance window that happens during DST transition. They ask the agent to check 'Europe/London' for its current DST status, guaranteeing they use the correct timezone rules in their documentation.

### Checking Local Meeting Times
A user is traveling and needs to know what time it is right now where they are. They simply ask their agent: 'What's the current time based on my IP?' The MCP provides a quick, accurate local reading without needing manual input.

## Benefits

- Eliminate time zone guesswork. By using the `get_current_time` tool, you get precise local times and UTC offsets for any location instantly. No more checking multiple websites to confirm a date.
- Automate global scheduling checks. Need to plan a meeting spanning New York and Sydney? Ask your agent, and it provides the current time and DST status for both regions in one go.
- Build robust codebases. Developers use this MCP to reliably verify UTC offsets and synchronized timestamps, which is critical for accurate server-side logging and event tracking.
- Discover required identifiers easily. Use `list_available_timezones` when you're unsure of the correct IANA string (like 'America/Los_Angeles'), ensuring your subsequent time checks are always valid.
- Handle IP inference automatically. You can ask for the current local time based on your network IP address, perfect for internal tools that need to know the user's immediate location.

## How It Works

The bottom line is that you just talk about time zones, and the MCP handles all the complex calculation and lookup for you.

1. First, connect this MCP through Vinkius. No API key is required.
2. Next, prompt your AI client with a question about time, like 'What's the time in Paris?' or 'Check my local IP time.'
3. Finally, your agent receives structured data detailing the exact current time, the UTC offset, and whether DST applies to that location.

## Frequently Asked Questions

**How do I check the current time using World Time (Keyless) MCP?**
You simply ask your agent for the current time in a specific timezone. You can provide an IANA string like 'Asia/Tokyo' or ask it to infer based on your network IP.

**Do I need an API key for World Time (Keyless) MCP?**
No, you don't. This MCP is designed without the friction of manual signups or complex keys, making it easy to connect and use immediately.

**What if I want to list all supported timezones using World Time (Keyless) MCP?**
You call the `list_available_timezones` tool. This returns a comprehensive list of all valid timezone identifiers, helping you write more precise prompts later.

**Can this MCP handle Daylight Saving Time transitions?**
Yes, absolutely. The service checks and reports whether the location is currently observing DST and provides the correct offset for that specific moment in time.

**Does World Time (Keyless) MCP work if I don't know the exact timezone string?**
It can guess based on your network IP address, giving you a local time reading. For maximum accuracy, it’s best to use a specific IANA identifier.