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.

コメント

「その他」の他のコンテンツ