timestamp-forge-mcp
v1.0.4
Published
MCP server for timestamp conversion — Unix, ISO 8601, relative time
Maintainers
Readme
timestamp-forge-mcp
Convert timestamps between Unix, ISO 8601, and readable formats.
Instantly convert between timestamp formats. Unix epoch, ISO 8601, relative time.
Quick Start
npx timestamp-forge-mcpClaude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"timestamp": {
"command": "npx",
"args": ["-y", "timestamp-forge-mcp"]
}
}
}Tools (3)
| Tool | Description |
|------|-------------|
| current_time | Get current time in multiple formats: Unix, UTC, ISO 8601, RFC 2822, SQL datetime. |
| unix_to_human | Convert Unix timestamp to human-readable formats. Auto-detects seconds vs milliseconds. |
| date_diff | Calculate the difference between two dates. |
Examples
Convert timestamp:
{
"tool": "timestamp_convert",
"arguments": {"timestamp": 1703980800}
}Build from Source
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/timestamp-forge
npm install && npm run build
npm startPart of the Sovereign MCP Suite
This is one of 29 MCP servers with 98 tools built by Sovereign.
| Category | Servers | |----------|---------| | Web & SEO | web-scraper, seo-analyzer, meta-forge | | Developer Tools | github-stats, code-quality, api-tester, api-forge | | Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab | | Generators | uuid-forge, password-forge, lorem-forge, landing-forge | | DevOps | env-forge, cron-forge, ip-calc, diff-forge | | Frontend | color-forge, gradient-forge, shadow-forge | | Content | markdown-forge, readme-forge, changelog-forge | | Meta | mcp-forge (builds MCP servers from specs!) |
License
MIT
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
