tsforge-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tsforge-mcpconvert epoch 1735689600 to SQL timestamps for Postgres and MySQL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tsforge-mcp
Zero-dependency MCP server exposing 15 timestamp tools that LLMs compute unreliably — cron edge cases, the Excel 1900 leap-year bug, ISO-8601 duration arithmetic, multi-dialect SQL timestamp generation, business-day counting, and batch conversion.
One codebase, two transports:
stdio— Claude Desktop / local agents (MCP native)http— ChatGPT Apps SDK / any remote MCP client (Streamable HTTP)
No npm dependencies. No network calls. Pure Node.js built-ins.
Why this exists
The official mcp-server-time ships only two tools (get_current_time, convert_time) — things an LLM can already do. The moat is everything an LLM gets wrong at the boundaries:
leap-day cron (29 Feb), the Excel 1900 leap-year bug (serial 60 → a non-existent date), ISO week rollovers, DST/timezone offsets, multi-dialect SQL, and holiday-aware business days.
sql_timestamp in particular targets a blue ocean: Google's AI Overview still only surfaces syntax docs (MS Learn / W3Schools / StackExchange) — no clean dedicated converter ranks for it yet.
Related MCP server: datetime-mcp
Try it online
If you prefer a web UI, the same engine powers GotTimestamp.com — the dedicated SQL timestamp converter page built for this niche.
Install
npm install -g tsforge-mcp
# or run directly
node server.mjs --transport stdioUse with Claude Desktop (stdio)
Add to claude_desktop_config.json:
{
"mcpServers": {
"tsforge": {
"command": "node",
"args": ["/absolute/path/to/tsforge-mcp/server.mjs", "--transport", "stdio"]
}
}
}Use with ChatGPT Apps SDK (remote HTTP)
Deploy the HTTP server (any host that keeps a long-lived Node process, e.g. a container / VM):
node server.mjs --transport http --port 3000Expose it at a public HTTPS URL (reverse proxy / tunnel).
Submit the MCP server via the ChatGPT Apps SDK submission portal. Because the Apps SDK is built on MCP, the same server is callable from both ChatGPT and the Claude/MCP ecosystem.
Tools
P0 — moat (LLM boundary errors)
tool | what it does |
| next N fire times of a 5-field cron, including |
| human-readable cron description |
| Excel serial ↔ date, handles the 1900 leap-year bug |
| add |
| correct SQL for epoch↔datetime across MySQL / Postgres / SQLite / SQL Server |
| weekdays between dates minus an optional holiday list |
| convert an array of epochs/dates in one call (enterprise batch) |
P1 — general
convert_timestamp (s/ms/us/ns) · timezone_convert · week_number (ISO) · relative_time · date_difference · add_subtract · age_calculator · timestamp_generate · date_info
Test
node test_lib.mjs # boundary correctness (Excel bug, cron leap-day, ISO week…)
node test.mjs # MCP stdio handshake
node test_http.mjs # MCP Streamable HTTP handshake + tool callsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA general-purpose MCP server providing time-related utilities such as fetching current time, Unix timestamps, and formatting services. It supports both local stdio and remote SSE communication modes for versatile AI client integration.Last updated3
- AlicenseDqualityCmaintenanceA lightweight MCP server that provides date and time tools, including the ability to retrieve current timestamps and parse date strings with IANA timezone support. It enables AI models to interact with the host OS clock and perform temporal calculations via stdio transport.Last updated3177MIT
- AlicenseAqualityDmaintenanceMCP server providing various date/time functions including current time, timezone conversion, and relative time calculations. Supports both local stdio and remote HTTP access via Cloudflare Workers.Last updated63702MIT
- Alicense-qualityDmaintenanceLightweight MCP server providing system time tools (current time, date, datetime, time components, unix timestamp) for LLM applications.Last updated1MIT
Related MCP Connectors
A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Business-day, SLA, cron and recurrence calculations — offline, holiday-aware, no network.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/caresotin/tsforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server