← clean.tools

INDIVIDUAL MCP TOOL

convert_timezone

Use this when you need to convert a wall-clock date-time between IANA time zones with correct DST handling.

clean.toolsnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

clean.tools

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.clean-tools]
url = "https://mcp.clean.tools/mcp?tools=explain_cron,convert_timezone"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "clean-tools": {
      "type": "http",
      "url": "https://mcp.clean.tools/mcp?tools=explain_cron,convert_timezone"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: clean-tools
Remote MCP URL: https://mcp.clean.tools/mcp?tools=explain_cron,convert_timezone

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "clean-tools": {
      "url": "https://mcp.clean.tools/mcp?tools=explain_cron,convert_timezone"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "clean-tools": {
      "type": "http",
      "url": "https://mcp.clean.tools/mcp?tools=explain_cron,convert_timezone"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "clean-tools",
  "transport": "streamable-http",
  "url": "https://mcp.clean.tools/mcp?tools=explain_cron,convert_timezone"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • explain_cron — Use this when you need to understand or schedule a 5-field cron expression.