Timestamp Converter MCP - Unix, ISO 8601, Timezone & Cron Tools

by yedanyagamiai-cmd

238 downloads
Not rated
GitHub

About

MCP server for time operations: convert between unix/ISO 8601/human-readable formats, timezone conversion, cron expression parsing, time difference calculations, and duration formatting. 5 tools on Cloudflare Workers.

Details

Author
yedanyagamiai-cmd
Downloads
238
Categories
Other

- 5 tools: convert_timestamp, timezone_convert, parse_cron, time_diff, format_duration
- Auto-detects Unix, ISO 8601, human-readable, and relative time formats
- Converts between timezones supporting up to 7 zones at once
- Parses cron expressions into human descriptions and next 5 run times
- Computes time differences in seconds, minutes, hours, or days

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Timestamp Converter MCP - Unix, ISO 8601, Timezone & Cron Tools
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install in Cursor via a one-click link or add to Claude Desktop’s claude_desktop_config.json using Streamable HTTP transport. No npm install or self-hosting required. The server URL is https://timestamp-converter-mcp.yagami8095.workers.dev/mcp. Free tier offers 30 calls per day; Pro upgrade ($29/mo) unlocks 50,000 calls across all 9 servers.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "timestamp converter mcp - unix, iso 8601, timezone & cron tools": {
            "timestamp-converter": {
                "url": "https://timestamp-converter-mcp.yagami8095.workers.dev/mcp"
            }
        }
    }
}

McpServers

{
    "timestamp-converter": {
        "url": "https://timestamp-converter-mcp.yagami8095.workers.dev/mcp"
    }
}

<p align="center">
<h1 align="center">OpenClaw MCP Servers</h1>
<p align="center"><strong>49 AI tools. 9 servers. Zero setup. Connect in 10 seconds.</strong></p>
<p align="center"><em>49 個 AI 工具 · 9 台伺服器 · 零設定 · 10 秒連接</em></p>
<p align="center"><em>49のAIツール · 9サーバー · セットアップ不要 · 10秒で接続</em></p>
</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT">MIT</a>
<a href="https://modelcontextprotocol.io">MCP</a>
<a href="https://workers.cloudflare.com">CF</a>
<a href="#servers--tools">9</a>
<a href="#servers--tools">49</a>
<a href="https://smithery.ai/server/openclaw-ai/json-toolkit">Smithery</a>
<a href="https://clawhub.ai">ClawHub</a>
<a href="https://github.com/yedanyagamiai-cmd/openclaw-mcp-servers/releases">Release</a>
</p>

<p align="center">
<a href="#install-in-cursor-one-click">Cursor Install</a> &bull;
<a href="#install-in-claude-desktop">Claude Desktop</a> &bull;
<a href="#quick-connect">Quick Connect</a> &bull;
<a href="#servers--tools">All 49 Tools</a> &bull;
<a href="#pricing--pro-api">Get Pro Key</a>
</p>

---

🌐 Languages | 語言 | 言語

This project supports English, 繁體中文, and 日本語.

---

Why OpenClaw? | 為何選擇 OpenClaw? | なぜOpenClaw?

| Feature | OpenClaw | Others |
|---------|----------|--------|
| Setup time | 10 seconds (paste URL) | npm install + config + restart |
| Server management | Zero (Cloudflare edge) | Self-host or Docker |
| Uptime | 99.9% (global CDN) | Depends on your infra |
| Latency | <100ms (edge compute) | 200-500ms (centralized) |
| Free tier | Yes (daily limits) | Most require API keys |
| Pro upgrade | $29/mo = ALL 9 servers, 50K calls | Per-server pricing |

---

Support OpenClaw

Your support helps keep these 9 MCP servers running and free for everyone!

- Sponsor on GitHub - Monthly support with perks
- Buy me a coffee on Ko-fi - One-time tips & support
- PayPal Tip - Direct support via PayPal
- Get Pro API Key - $29/month for 50K calls/mo across all servers

Install in Cursor (One Click)

| Server | Install | Tools | Free/day |
|--------|---------|-------|----------|
| JSON Toolkit | Install | 6 | 20 |
| Regex Engine | Install | 5 | 20 |
| Color Palette | Install | 5 | 25 |
| Timestamp | Install | 5 | 30 |
| Prompt Enhancer | Install | 6 | 10 |
| Market Intelligence | Install | 6 | 10 |
| Fortune & Tarot | Install | 3 | 50 |
| Content Publisher | Install | 8 | 5 |
| AI Tool Compare | Install | 5 | 10 |

Also on Smithery and ClawHub

Install in Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openclaw-json": { "type": "streamable-http", "url": "https://json-toolkit-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-regex": { "type": "streamable-http", "url": "https://regex-engine-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-colors": { "type": "streamable-http", "url": "https://color-palette-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-timestamp": { "type": "streamable-http", "url": "https://timestamp-converter-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-prompt": { "type": "streamable-http", "url": "https://prompt-enhancer-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-intel": { "type": "streamable-http", "url": "https://openclaw-intel-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-fortune": { "type": "streamable-http", "url": "https://openclaw-fortune-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-moltbook": { "type": "streamable-http", "url": "https://moltbook-publisher-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-agentforge": { "type": "streamable-http", "url": "https://agentforge-compare-mcp.yagami8095.workers.dev/mcp" }
  }
}

Quick Connect (Any MCP Client)

| Client | Config file |
|--------|------------|
| Claude Code | ~/.claude.json or .mcp.json |
| Cursor | .cursor/mcp.json |
| Windsurf | .windsurf/mcp.json |
| OpenClaw | openclaw.jsontools.mcp |
| Cline | VS Code MCP settings |
| Any | Streamable HTTP transport |

Servers & Tools

JSON Toolkit — 6 tools

https://json-toolkit-mcp.yagami8095.workers.dev/mcp

| Tool | What it does |
|------|-------------|
| json_format | Pretty-print or minify JSON |
| json_validate | Validate JSON with line/column errors |
| json_diff | Compare two JSON values (added/removed/changed) |
| json_query | JSONPath query (dot notation, wildcards, filters) |
| json_transform | Flatten, unflatten, pick, omit, rename keys |
| json_schema_generate | Generate JSON Schema from sample data |

Regex Engine — 5 tools

https://regex-engine-mcp.yagami8095.workers.dev/mcp

| Tool | What it does |
|------|-------------|
| regex_test | Test pattern, get matches + positions + groups |
| regex_explain | Token-by-token plain English explanation |
| regex_build | Build regex from natural language (25+ patterns) |
| regex_replace | Find-replace with backreferences |
| regex_extract | Extract all matches with named groups |

Color Palette — 5 tools

https://color-palette-mcp.yagami8095.workers.dev/mcp

| Tool | What it does |
|------|-------------|
| generate_palette | Harmonious palette (complementary, triadic, etc) |
| contrast_check | WCAG 2.1 AA/AAA compliance |
| color_convert | Hex/RGB/HSL/CSS named (140 colors) |
| css_gradient | Linear/radial/conic gradient CSS |
| tailwind_colors | Tailwind v3 lookup + nearest match |

Timestamp Converter — 5 tools

https://timestamp-converter-mcp.yagami8095.workers.dev/mcp

| Tool | What it does |
|------|-------------|
| convert_timestamp | Unix/ISO/human/relative auto-detect |
| timezone_convert | Between timezones (7 zones at once) |
| parse_cron | Cron expression → human description + next 5 runs |
| time_diff | Difference in seconds/minutes/hours/days |
| format_duration | Seconds ↔ human string ↔ ISO 8601 |

Prompt Enhancer — 6 tools

https://prompt-enhancer-mcp.yagami8095.workers.dev/mcp

| Tool | What it does | Tier |
|------|-------------|------|
| enhance_prompt | Optimize prompt structure + clarity | Free |
| analyze_prompt | Quality score + issues + suggestions | Free |
| convert_prompt_format | Plain/XML/Markdown/JSON conversion | Free |
| generate_system_prompt | System prompt for any role/task | Free |
| prompt_template_library | 30+ production templates | Pro |
| purchase_pro_key | Unlock Pro features | — |

Market Intelligence — 6 tools

https://openclaw-intel-mcp.yagami8095.workers.dev/mcp

| Tool | What it does | Tier |
|------|-------------|------|
| get_ai_market_report | AI agent market report + trends | Free |
| get_report_by_id | Specific report deep-dive | Pro |
| list_reports | Browse all available reports | Free |
| get_market_stats | Real-time ecosystem stats | Free |
| purchase_api_key | Get Pro key for full access | — |
| validate_api_key | Check key validity + quota | Free |

Fortune & Tarot — 3 tools

https://openclaw-fortune-mcp.yagami8095.workers.dev/mcp

| Tool | What it does |
|------|-------------|
| get_daily_fortune | Daily horoscope + tarot reading |
| get_fortune_ranking | Today's zodiac ranking (1st-12th) |
| get_all_fortunes | All 12 signs at once |

Content Publisher — 8 tools

https://moltbook-publisher-mcp.yagami8095.workers.dev/mcp

| Tool | What it does | Tier |
|------|-------------|------|
| convert_markdown_to_html | MD → HTML for note.com/Zenn/Qiita | Free |
| optimize_for_seo | SEO analysis for Japanese content | Free |
| translate_en_to_jp | Natural English → Japanese | Free |
| generate_article_outline | Structured outline from topic | Free |
| get_trending_topics | Trending on note.com/Zenn/Qiita | Pro |
| cross_post_format | Format for all 3 platforms | Pro |
| analyze_article_performance | Predict performance before publish | Pro |
| purchase_pro_key | Unlock Pro features ($29/mo) | — |

AI Tool Compare — 5 tools

https://agentforge-compare-mcp.yagami8095.workers.dev/mcp

| Tool | What it does | Tier |
|------|-------------|------|
| compare_ai_tools | Side-by-side AI tool comparison | Free |
| get_tool_profile | Detailed tool profile + pricing | Free |
| recommend_tool | AI recommendation for your needs | Pro |
| get_pricing_comparison | Full pricing table | Free |
| purchase_pro_key | Unlock AI recommendations | — |

---

Pricing & Pro API

<table>
<tr><th>Tier</th><th>Cost</th><th>What you get</th></tr>
<tr><td><strong>Free</strong></td><td>$0</td><td>1,000 calls/month across 3 servers</td></tr>
<tr><td><strong>Pro</strong></td><td><strong>$29/mo</strong></td><td>50,000 calls/month across ALL 9 servers + Pro-only tools</td></tr>
<tr><td><strong>Enterprise</strong></td><td><strong>$99/mo</strong></td><td>500,000 calls/month + priority routing + 24h support</td></tr>
<tr><td><strong>Credit Pack</strong></td><td>$29 one-time</td><td>5,000 credits (never expire)</td></tr>
</table>

Get Pro Key

| Method | Link |
|--------|------|
| Product Store | product-store.yagami8095.workers.dev |
| PayPal | paypal.me/Yagami8095/29 |

After payment, your Pro API key is generated instantly. Questions? Email yagami8095@gmail.com.

x402 Auto-Pay

When rate limited, servers return HTTP 402 with payment headers. Agents using @x402/fetch automatically pay and retry:

HTTP/1.1 402 Payment Required
X-Payment-Network: base
X-Payment-Amount: 0.05
X-Payment-Currency: USDC
X-Payment-Address: 0x72aa56DAe3819c75C545c57778cc404092d60731

---

Also Available On

| Platform | Status | Link |
|----------|--------|------|
| Smithery | 9/9 Published | smithery.ai/server/openclaw-ai |
| ClawHub | 9/9 Skills | clawhub.ai |
| MCPize | 9/9 Monetized | mcpize.com |
| Apify | 9/9 Public | apify.com/yagamiyedan |
| Poe | 9/9 Live | poe.com |
| Official MCP Registry | 9/9 Active | registry.modelcontextprotocol.io |
| PulseMCP | 9/9 Indexed | pulsemcp.com |
| mcpservers.org | 9/9 Indexed | mcpservers.org |
| mcp.so | 9/9 Indexed | mcp.so |

npm Package

npm install openclaw-mcp-servers
const openclaw = require('openclaw-mcp-servers');
console.log(JSON.stringify(openclaw.config(), null, 2));
npx openclaw-mcp-servers --config    # MCP config JSON
npx openclaw-mcp-servers --list      # All 49 tools
npx openclaw-mcp-servers --servers   # 9 endpoint URLs

Architecture

All servers run on Cloudflare Workers (edge compute, 300+ PoPs worldwide). Streamable HTTP transport per MCP spec 2025-03-26. Rate limiting via Cloudflare KV. x402 payment protocol compliant.

Support

Sponsor
PayPal
Pro Key

License

MIT

---

Built by OpenClaw Intelligence | 9 servers, 49 tools, 10+ platforms

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.