# TimezoneDB MCP for AI Agents AI Agent Connect

> TimezoneDB MCP helps your AI agent handle global time and timezone data. It lets your agent pull current times for over 400 zones, check if daylight saving is active, and find regional offsets without you needing to open a manual converter. It turns complex time math into a simple conversation.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_LgRkEax2JDfuZpnImtKOgnmiSySIXgbxYJBcIUbC/ai-agent-connect
- **Tags:** timezone-conversion, world-clock, daylight-saving, offset-lookup, global-time, regional-data

## Description

Stop guessing what time it is for your team in Singapore or how many hours ahead London is during the summer. TimezoneDB gives your agent the same authoritative data used by professional scheduling systems. Instead of copy-pasting offsets from a website, you can just ask your agent to find the current time in any city or coordinate. It handles the heavy lifting of daylight saving rules and regional variations automatically. Because this Connector is hosted on Vinkius, you can connect it to your favorite AI client and immediately start treating your agent like a real-time time consultant. It's built for anyone who needs to keep global schedules accurate without the headache of manual lookups.

## Tools

### get_time_by_location
Get the local time for specific latitude and longitude coordinates. Use this when you only have GPS data and no city name.

### get_time_by_zone
Retrieve the current time and details for a specific timezone like "America/New_York". It provides the exact offset for any region.

### get_dst_status
See if a specific zone is currently using daylight saving time. It helps you avoid booking meetings at the wrong hour.

### check_api_status
Check if the TimezoneDB connection is active. This ensures your agent can reach the data before you start a task.

### list_timezones
List all supported timezones for a specific country. This helps you find the right regional abbreviations and variations.

## Prompt Examples

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

**Response:** 
```
It is currently 10:30 PM in Tokyo (GMT+9). Daylight saving is not active. Would you like to know the time in any other city?
```

**Prompt:** 
```
Check the time for latitude 40.7128, longitude -74.0060.
```

**Response:** 
```
Those coordinates point to New York, United States. The current time there is 8:30 AM (GMT-5). Would you like to see if they are currently using daylight saving?
```

**Prompt:** 
```
List all timezones in Brazil.
```

**Response:** 
```
Brazil has several timezones, including America/Sao_Paulo (GMT-3) and America/Manaus (GMT-4). I can give you the current time for any of these specific regions.
```

## Capabilities

### Get current time by zone
Your agent pulls the exact time and offset for any specific timezone.

### Check daylight saving
Quickly see if a region is currently observing DST.

### Find time by coordinates
Input latitude and longitude to get the local time of a specific spot.

### List regional timezones
See every supported timezone for a specific country.

### Audit API health
Check if the TimezoneDB connection is live and ready.

## Use Cases

### Scheduling a global sync
An ops manager asks for the best meeting time for a team in Tokyo, London, and New York.

### Verifying travel plans
A coordinator checks if the local time in Paris is currently observing daylight saving.

### Building a global app
A developer needs to list all timezones in Brazil to populate a dropdown menu.

### Mapping coordinate data
A data analyst finds the local time for a set of GPS coordinates in the middle of the ocean.

## Benefits

- Stop manual conversions by using get_time_by_zone to pull exact offsets instantly.
- Avoid scheduling errors with get_dst_status to check daylight saving status for any region.
- Map time to geography using get_time_by_location when you only have coordinates.
- Discover regional variations quickly with list_timezones to find every zone in a country.
- Ensure data reliability by using check_api_status to verify the connection is live.

## How It Works

The bottom line is that you get accurate global time data through natural language instead of manual conversion tables.

1. Subscribe to the TimezoneDB MCP on Vinkius.
2. Paste your TimezoneDB API Key into the configuration.
3. Ask your agent for time details in any city or coordinate.

## Frequently Asked Questions

**Can TimezoneDB help me schedule a meeting with a team in different countries?**
Yes, it provides the current time and offset for over 400 zones so you can find the best overlap.

**Does TimezoneDB handle daylight saving automatically?**
Yes, it checks the current status of daylight saving for any zone to ensure your scheduling is accurate.

**Can I use TimezoneDB to find the time for a specific GPS coordinate?**
You can provide latitude and longitude, and the Connector will return the local time for that exact spot.

**How does TimezoneDB help with regional time variations?**
It allows you to list all timezones for a specific country, which is helpful for finding different offsets in large regions.

**Is TimezoneDB accurate for global time data?**
It uses professional data to provide current times and offsets, making it much more reliable than a manual conversion.

**Can I use TimezoneDB to check if a city is currently on summer time?**
Yes, you can ask your agent to check the daylight saving status for any specific zone.

**How do I find my TimezoneDB API Key?**
Log in to your [**TimezoneDB account**](https://timezonedb.com/register), and you will find your API Key on the main page. Copy and paste it below.

**Does the agent support searching by city?**
While the primary tools use zone strings or coordinates, you can use `list_timezones` to find the correct zone name for a specific country.

**Can the agent check if DST is active?**
Yes. The `get_dst_status` tool returns a boolean value identifying if daylight saving time is currently being observed in the specified zone.