@mukundakatta/timestamp-mcp
v0.1.1
Published
MCP server: parse, format, and convert timestamps and date strings.
Downloads
43
Maintainers
Readme
timestamp-mcp
MCP server: parse, format, and convert timestamps and date strings.
Tool: convert
{ "input": "2026-05-10T15:00:00Z" }→
{
"iso": "2026-05-10T15:00:00.000Z",
"unix_ms": 1778425200000,
"unix_s": 1778425200,
"year": 2026, "month": 5, "day": 10,
"hour": 15, "minute": 0, "second": 0,
"weekday": "Sunday"
}Accepts: ISO 8601, RFC 3339, unix seconds (number), unix ms (number),
and most strings JS Date parses.
MIT.
