← epochcalc.com

INDIVIDUAL MCP TOOL

convert_timezone

Convert a wall-clock date/time from one IANA time zone to another, correctly across daylight-saving transitions.

epochcalc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://epochcalc.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for convert_timezone and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

epochcalc.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.epochcalc]
url = "https://epochcalc.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "epochcalc": {
      "type": "http",
      "url": "https://epochcalc.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: epochcalc
Remote MCP URL: https://epochcalc.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "epochcalc": {
      "url": "https://epochcalc.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "epochcalc": {
      "type": "http",
      "url": "https://epochcalc.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "epochcalc",
  "transport": "streamable-http",
  "url": "https://epochcalc.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • time_now — The current time: Unix epoch in seconds and milliseconds, ISO 8601, and the local wall-clock time in a given IANA time zone with its current UTC offset and DST status.
  • convert_timestamp — Convert a Unix timestamp (seconds or milliseconds; auto-detected unless unit is given) to a human-readable date in a time zone, with ISO 8601, RFC 2822, UTC offset, DST flag, weekday, and a relative phrase like "3 days ago".
  • parse_datetime — Parse a date/time string (ISO 8601, RFC 2822, HTTP date, SQL "YYYY-MM-DD HH:mm:ss", or a Unix timestamp) into a Unix timestamp and a normalized description.
  • date_duration — The exact duration between two dates or date-times: calendar years/months/days, plus total days, hours, minutes and seconds, and the number of weekdays (Mon-Fri).
  • epoch_math — Add to or subtract from a Unix timestamp in calendar-aware units (years, months, weeks, days, hours, minutes, seconds) in a time zone, e.
  • cron_next_runs — Explain a 5- or 6-field cron expression in plain English and list its next run times in a time zone (as ISO 8601 and Unix timestamps).
  • days_until — Countdown to a holiday or to a date: days, hours and minutes remaining, and the next occurrence date.