very99/getutc-mcp
If you are the rightful owner of getutc-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
GetUTC MCP Server provides accurate UTC time from multiple verified sources, ready to use out of the box.
The GetUTC MCP Server is a simple and reliable Model Context Protocol server designed to deliver precise UTC time by leveraging multiple verified sources. It is pre-built and requires no compilation, making it easy to deploy and use. The server ensures accuracy by cross-verifying time data from four reliable sources, including WorldClockAPI and HTTP Date headers from WorldClock, Google, and GitHub. It supports multiple output formats such as ISO, timestamp, readable, date-only, and time-only, catering to various user needs. The server is designed with reliability in mind, featuring automatic fallback mechanisms between sources to maintain consistent service. It is compatible with MCP clients like Amazon Q CLI and Claude Desktop, making it versatile for different user environments.
Features
- Multiple Time Sources: Verified against 4 reliable sources for accuracy.
- Multiple Formats: Supports ISO, timestamp, readable, date-only, and time-only formats.
- Pre-built: Ready to use without compilation.
- Reliable: Automatic fallback between sources.
- Easy Configuration: Simple setup for MCP clients.
Usages
usage with amazon q cli
{ "mcpServers": { "getutc": { "command": "node", "args": ["/path/to/getutc-mcp/dist/index.js"], "timeout": 30000 } } }
usage with claude desktop
{ "mcpServers": { "getutc": { "command": "node", "args": ["/path/to/getutc-mcp/dist/index.js"] } } }
Tools
get_utc_time
Fetches the current UTC time in various formats.