- Home
- MCP servers
- GetUTC
GetUTC
- javascript
1
GitHub Stars
javascript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"very99-getutc-mcp": {
"command": "node",
"args": [
"/path/to/getutc-mcp/dist/index.js"
]
}
}
}You operate a practical MCP server that serves accurate UTC time by querying multiple trusted sources. It runs locally and can be wired into your MCP clients for simple, reliable time data in ISO, timestamp, readability, and date/time slices.
How to use
You connect your MCP client to a local stdio server that runs a Node.js process. Start the server, then ask your MCP client for the current UTC time in various formats. The server automatically switches between sources to ensure you always get a valid time.
Available tools
get_utc_time
Tool to retrieve the current UTC time in different formats. Supports format options such as iso, timestamp, readable, date-only, and time-only.