WhatTimeIsIt MCP Server
@kukapay
About WhatTimeIsIt MCP Server
A lightweight mcp server that tells you exactly what time is it based on your IP.
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 ๐
jlowin๐ The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments