WhatTimeIsIt MCP Server
@kukapay
About WhatTimeIsIt MCP Server
A lightweight mcp server that tells you exactly what time is it based on your IP.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"whattimeisit-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/whattimeisit-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WhatTimeIsIt MCP Server?
A lightweight MCP server that provides the current time in ISO 8601 format based on the user's IP address, using the World Time API.
How to use WhatTimeIsIt MCP Server?
Install automatically via Smithery (npx @smithery/cli install @kukapay/whattimeisit-mcp), or manually by cloning the repository and configuring the client to run main.py with uv. The server exposes a single tool called what_time_is_it — no additional arguments are needed.
Key features of WhatTimeIsIt MCP Server
- Tells the current time based on the user's IP address.
- Returns time in ISO 8601 format (e.g.,
"2025-03-17T03:17:00+11:00"). - Single-tool interface:
what_time_is_it. - Powered by the free World Time API.
- Lightweight and easy to install via Smithery or manually.
Use cases of WhatTimeIsIt MCP Server
- Quickly get the localized current time during a Claude conversation.
- Automate time-dependent logic in MCP workflows.
- Verify timezone offsets without external lookups.
FAQ from WhatTimeIsIt MCP Server
What does the what_time_is_it tool return?
It returns the current time as an ISO 8601 string, determined by the requester's IP address.
How is the time determined?
The server queries the World Time API using the IP address of the request to get the correct timezone and current time.
What are the system requirements?
The server requires Python with uv installed, and an internet connection to reach the World Time API.
Does it support authentication or custom transport?
No authentication or custom transport options are mentioned; the server uses standard MCP configuration.
Is there a limit on requests?
The README does not specify any rate limits; the server relies on the World Time API's availability.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Servers
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments