← Registry

General Tools

epochcalc.com

Provides time and date utilities including current time, timestamp conversion, datetime parsing, timezone conversion, and duration calculation.

1 endpoint8 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://epochcalc.com/mcp

No auth detected

MCP server metadata

Name
epochcalc
Version
1.0.0
Capabilities
tools
Server instructions

Epoch Calculator tools for time and date math: current time, Unix timestamp conversion, date parsing, time zone conversion with DST, durations, epoch arithmetic, cron schedules, and holiday countdowns. All time zones are IANA names. Prefer these tools over estimating dates or offsets.

Known tools 8

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.

Inferred read-only
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".

Inferred read-only
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.

Inferred read-only
convert_timezone

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

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
days_until

Countdown to a holiday or to a date: days, hours and minutes remaining, and the next occurrence date.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.