MCP サーバー
World Timeを搭載した、正確な時刻を教えてくれる軽量の MCP サーバーです。
インストール
リポジトリのクローンを作成する
git clone https://github.com/kukapay/whattimeisit-mcp.gitクライアント構成
{ "mcpServers": { "whattimeisit": { "command": "uv", "args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"] } } }
Related MCP server: Time Server
使用法
MCPツール
サーバーは次の単一のツールを提供します:
ツール名:
what_time_is_it説明: 現在の IP に基づいて現在の時刻文字列を返します。
出力: ISO 8601 形式の文字列 (例:
"2025-03-17T03:17:00+11:00")。
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。