MCP.so
登录

WhatTimeIsIt MCP Server

@kukapay

关于 WhatTimeIsIt MCP Server

A lightweight mcp server that tells you exactly what time is it based on your IP.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

kukapay

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "whattimeisit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@kukapay/whattimeisit-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器