Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Amico1285 • Uncategorized
A simple MCP server providing time-related tools like wait and get_datetime for Claude Desktop and other MCP clients.
Pause execution to wait for long-running operations to complete.
Obtain the current date and time in ISO 8601 format for timestamping or scheduling.
Add delays between API calls to avoid rate limits or allow time for downloads/uploads.
The MCP Wait Server offers two main tools: 'wait', which pauses execution for a specified number of seconds to help manage long-running operations, and 'get_datetime', which returns the current date and time in ISO 8601 format. It is implemented in TypeScript and can be run via npx, global install, or from source. This server is useful for adding delays, timestamping, and scheduling within MCP-enabled applications like Claude Desktop.