WhatTimeIsIt MCP-Server
Ein leichter MCP-Server, der Ihnen genau sagt, wie spät es ist, unterstützt von World Time .
Installation
Installation über Smithery
So installieren Sie WhatTimeIsIt für Claude Desktop automatisch über Smithery :
Manuelle Installation
Klonen Sie das Repository
git clone https://github.com/kukapay/whattimeisit-mcp.gitClient-Konfiguration
{ "mcpServers": { "whattimeisit": { "command": "uv", "args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"] } } }
Verwendung
MCP-Werkzeug
Der Server stellt ein einziges Tool bereit:
Werkzeugname :
what_time_is_it
Beschreibung : Gibt die aktuelle Zeitzeichenfolge basierend auf Ihrer aktuellen IP zurück.
Ausgabe : Eine Zeichenfolge im ISO 8601-Format (z. B.
"2025-03-17T03:17:00+11:00"
).
Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert. Weitere Informationen finden Sie in der Datei 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
Ein leichter MCP-Server, der Ihnen anhand Ihrer IP genau sagt, wie spät es ist.
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