🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mukundakatta/timezone-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mukundakatta/timezone-mcp

MCP server: convert times between IANA timezones, list zones, get current offset.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
25
-3.85%
Maintainers
1
Weekly downloads
 
Created
Source

timezone-mcp

npm mcp license

MCP server: convert times between IANA timezones, look up offsets, and list all known zones. No external deps — backed by Node's built-in Intl tz database.

Tools

convert

{ "iso": "2024-07-15T12:34:56Z", "zone": "America/New_York" }

{
  "zone": "America/New_York",
  "iso": "2024-07-15T12:34:56.000Z",
  "wallclock": "2024-07-15T08:34:56-04:00",
  "offset": "-04:00"
}

DST is handled automatically per IANA rules.

offset

Returns the offset for an instant (or now) in a zone, both as signed minutes and as ±HH:MM.

list

Every IANA zone the runtime knows. ~400 entries on a modern Node.

Configure

{ "mcpServers": { "timezone": { "command": "npx", "args": ["-y", "@mukundakatta/timezone-mcp"] } } }

License

MIT.

Keywords

mcp

FAQs

Package last updated on 16 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts