Gives Claude three tools for working with timestamps: converting Unix epochs to ISO 8601 and back, parsing human readable relative times like "2 days ago" into absolute timestamps, and formatting timestamps in different standards. Useful when you're debugging API responses with Unix timestamps, need to generate test data with specific dates, or want Claude to help translate between the half dozen time formats scattered across your stack. Part of the larger sovereign-mcp-servers collection, so you can npx it without adding another dependency to your project. Simple utility that handles the annoying timestamp math you'd otherwise write yourself or paste into an online converter.
claude mcp add --transport stdio io.github.ryudi84-timestamp -- npx -y timestamp-forge-mcp