WhatTimeIsIt MCP-сервер
Легкий mcp-сервер, который точно скажет вам, который час, работающий на базе мирового времени .
Установка
Установка через Smithery
Чтобы автоматически установить WhatTimeIsIt для Claude Desktop через Smithery :
Ручная установка
Клонировать репозиторий
git clone https://github.com/kukapay/whattimeisit-mcp.gitКонфигурация клиента
{ "mcpServers": { "whattimeisit": { "command": "uv", "args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"] } } }
Использование
Инструмент МКП
Сервер предоставляет один инструмент:
Название инструмента :
what_time_is_it
Описание : Возвращает строку текущего времени на основе вашего текущего IP-адреса.
Вывод : строка в формате ISO 8601 (например,
"2025-03-17T03:17:00+11:00"
).
Лицензия
Этот проект лицензирован по лицензии MIT. Подробности см. в файле LICENSE .
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Легкий mcp-сервер, который точно сообщает вам время на основе вашего IP-адреса.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that allows checking local time on the client machine or current UTC time from an NTP serverLast updated -224MIT License
- -securityFlicense-qualityAn MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.Last updated -
- -securityAlicense-qualityAn MCP server that provides interval timing functionality using token-based time tracking, allowing users to start timers with unique identifiers and check elapsed time in milliseconds or human-readable format.Last updated -Apache 2.0
- AsecurityFlicenseAqualityAn MCP server that automatically detects and provides current time and location information based on system timezone and IP geolocation.Last updated -2