Back to Search
neo_util_datetime
v0.1.0Reliable timezone conversions and date math.
$0.002 / call (Standard Tier)
Updated: Apr 25, 2026
Overview
A precision calendar and time manipulation utility. It performs exact date arithmetic and timezone conversions, eliminating calculation errors and hallucination risks when working with timestamps across global regions.
Example Input
JSON payload sent to this tool:
{
"action": "now",
"timezone": "UTC"
}Example Output
Formatted JSON response returned by this tool:
{
"iso8601": "2026-04-17T09:00:00+09:00",
"human_readable": "2026-04-17 09:00:00 JST"
}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_util_datetime",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}