MCP-timeserver logo

MCP-timeserverProsty serwer MCP, który udostępnia informacje o dacie i czasie systemom agentowym oraz czatom REPL

(0)
Daniel NikulshynZrecenzowane przez Daniel Nikulshyn·Zaktualizowano lipiec 2026

Przegląd

MCP-timeserver to prosty serwer MCP, który dostarcza informacje o dacie i czasie systemom agentowym oraz czatom REPL. Implementuje schemat adresu URL datetime:// do uzyskiwania dostępu do bieżącej daty/czasu w określonej strefie czasowej. Na przykład użytkownicy mogą zapytać serwer o adresy URL takie jak datetime://Africa/Freetown/now lub datetime://Europe/London/now, aby uzyskać bieżący czas w tych strefach czasowych. Serwer oferuje również narzędzie get_current_time(), które zwraca bieżący czas lokalny w strefie czasowej systemu. Narzędzie to można używać bezpośrednio, na przykład wykonując get_current_time(), aby uzyskać odpowiedź taką jak "Bieżący czas to 2024-12-18 19:59:36". MCP-timeserver jest napisany w Pythonie i jest licencjonowany na podstawie licencji MIT.

Kluczowe funkcje

  • schemat adresu URL datetime://
  • narzędzie get_current_time()
  • obsługa stref czasowych
  • odczytywanie czasu lokalnego

Cennik

Model
Free
Kategoria
Serwery MCP
Ocena
Brak recenzji

Zastosowania

Integracja z systemami agentowymi

Użyj MCP-timeserver, aby dostarczać informacje o dacie i czasie systemom agentowym, które ich wymagają

Rozszerzanie możliwości czatów REPL

Zintegruj MCP-timeserver z czatami REPL, aby oferować użytkownikom informacje o dacie i czasie

Plusy i minusy

Plusy

  • Łatwy do zainstalowania i użycia
  • Dostarcza informacje o dacie i czasie w określonej strefie czasowej
  • Udostępnia narzędzie do uzyskiwania czasu lokalnego

Minusy

  • Ograniczona funkcjonalność poza informacjami o dacie i czasie
  • Zależność od ustawień strefy czasowej systemu

Recenzje

Zaloguj się, aby zostawić recenzję.

Brak recenzji. Bądź pierwszy!

Pytania i odpowiedzi

Is the tool limited to only datetime queries?

Yes, MCP-timeserver focuses solely on providing datetime information via the URI scheme or get_current_time(); it has no other built‑in functionalities.

Asked by Ekaterina Orlova · Nov 21, 2025

What are the installation steps for MCP‑timeserver?

Add it to your MCP configuration with a JSON snippet: {"mcpServers":{"MCP timeserver":{"command":"uvx","args":["MCP timeserver"]}}}. This launches the server using uvx.

Asked by Tatiana Popescu · Oct 28, 2025

Can I get the local system time without specifying a timezone?

Yes, call the provided get_current_time() tool; it returns the current time in the system’s local timezone, e.g., "The current time is 2024-12-18 19:59:36".

Asked by Willa Thompson · Sep 24, 2025

How do I query the current time for a specific timezone?

Use the datetime:// URI scheme, e.g., datetime://Europe/London/now or datetime://Africa/Freetown/now. The server will return the current time in that timezone.

Asked by Rania Nasser · Sep 17, 2025

Zadaj pytanie

Alternatywy dla Serwery MCP