Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by alf-wangzhi • Scheduling & Calendar
A lightweight MCP server that exposes current date/time information via a datetime:// URI scheme and a simple tool for agents and chat REPLs.
Retrieve the current time in a specific IANA timezone via a simple datetime:// URI (e.g., datetime://America/New_York/now).
A lightweight programmatic tool to fetch the system's local time (using get_current_time()) for logging, responses, or time-sensitive decisions.
A consistent, testable source of timestamps for scheduling, testing time-dependent logic, or simulating time-aware behaviors in chat REPLs.
This server implements a datetime:// URI scheme for retrieving the current time in specified timezones (for example, datetime://Europe/London/now). It also exposes a small tool (get_current_time()) to return the system's local time, making it easy to integrate into agentic systems and chat-based REPLs. It's intended for quick, programmatic access to up-to-date timezone-aware timestamps and simple datetime testing or usage by automated agents.
Get the current time in the configured local timezone
The current time in America/Bogota, as reported by the system clock
The current time in America/Grand_Turk, as reported by the system clock
The current time in Asia/Shanghai, as reported by the system clock
The current time in Etc/GMT+10, as reported by the system clock
The current time in Europe/Zagreb, as reported by the system clock
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.