mcpbeat

Timezone Toolkit MCP Server

com.agishub/timezone-toolkit
answering

Timezone Toolkit is answering right now. Last checked 15 min ago. It exposes 9 tools. Last commit 31 Jul 2026.

Timezone tools for agents: convert, world clock, offset, lookup, date math, holidays, slots. x402

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
9
Tools
read from the server
988 ms
Response time
average over 24h
1
Stars
last commit 31 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add timezone-toolkit --transport http https://api.agishub.com/mcp/timezone
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "timezone-toolkit": {
      "url": "https://api.agishub.com/mcp/timezone"
    }
  }
}
~/.codex/config.toml
[mcp_servers.timezone-toolkit]
url = "https://api.agishub.com/mcp/timezone"
.cursor/mcp.json
{
  "mcpServers": {
    "timezone-toolkit": {
      "url": "https://api.agishub.com/mcp/timezone"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "timezone-toolkit": {
      "url": "https://api.agishub.com/mcp/timezone"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

convert
convert_batch
Convert a single instant into many IANA timezones at once — a world-clock view. Like convert_timezone, but 'to' is a list of target zones.
convert_timezone
Convert a specific date/time from one IANA timezone to another. Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with its UTC offset, zone abbreviation and DST flag.
date
date_math
Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.
holiday
is_holiday
Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so. Backed by an authoritative public-holiday dataset.
lookup
lookup_timezone
Resolve a city or country name to its IANA timezone(s) so you don't need the exact identifier — e.g. 'Delhi' -> 'Asia/Kolkata'. Use it first when you only have a place name.
meeting
find_meeting_slots
Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays. Free tier returns at most 1 slot; the paid endpoint returns every matching slot (see 'upgrade' in the response).
now
now_in
Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect. Use whenever you need to know what time it is 'now' somewhere.
offset
tz_offset
Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.
timezones
list_timezones
List or search valid IANA timezone identifiers, optionally filtered by a city, region or country substring (e.g. 'kolkata', 'america'). Use it to discover the exact identifier to pass to the other tools.

Endpoints

URLTransportStateLatencyChecked
https://api.agishub.com/mcp/timezone streamable-http answering 888 ms 15 min ago

Timezone Toolkit — questions

Answers built from our own checks of this server.

What can Timezone Toolkit do?
It exposes 9 tools, read directly from the server on our last check. Among them: convert_batch, convert_timezone, date_math, find_meeting_slots, is_holiday, list_timezones and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Timezone Toolkit working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 988 ms. The bar chart above shows every period we have measured.
How do I connect Timezone Toolkit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Timezone Toolkit need an API key?
No. Timezone Toolkit completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Timezone Toolkit?
It answers our handshake in 988 ms on average, which is faster than 5% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Timezone Toolkit open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.