General Tools
epochcalc.com
Provides time and date utilities including current time, timestamp conversion, datetime parsing, timezone conversion, and duration calculation.
ENDPOINT 1
https://epochcalc.com/mcp
MCP server metadata
- Name
- epochcalc
- Version
- 1.0.0
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_nowThe 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-onlyconvert_timestampConvert 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-onlyparse_datetimeParse 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-onlyconvert_timezoneConvert a wall-clock date/time from one IANA time zone to another, correctly across daylight-saving transitions.
Inferred read-onlydate_durationThe 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-onlyepoch_mathAdd 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-onlycron_next_runsExplain 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-onlydays_untilCountdown to a holiday or to a date: days, hours and minutes remaining, and the next occurrence date.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.