MCP-timeserver logo

MCP-timeserverBasit bir MCP sunucusu, agnetik sistemlere ve sohbet REPL'lerine saat bilgiyi açar

(0)
Daniel Nikulshynİnceleyen Daniel Nikulshyn·Güncellendi Temmuz 2026

Genel Bakış

MCP-zaman sunucusu, agenci sistemler ve sohbet REPL'lerine takvim bilgiyi sağlayarak basit MCP sunucusudur. datetime:// URI scheme'i için zamanlama implemente eder; örneğin, datetime://Africa/Freetown/now veya datetime://Europe/London/now gibi URİler ile sistem saat diliminde veya özel saat diliminde günümüz zamanını sorgulayabilir. Aynı zamanda get_current_time() adlı bir araç sağlar, bu araç sistem saat diliminde günümüz yerel zamanını dönderir. Bu araç doğrudan kullanılabilir; örneğin, saat ile get_current_time() çağrısı yaparak "The current time is 2024-12-18 19:59:36" gibi bir yanıt alabilirsiniz. MCP-zaman sunucusu Python dilinde yazılmış olup MIT lisansına sahip.

Temel özellikler

  • datetime:// URI scheme
  • get_current_time() aracını sağlar
  • Zon zaman desteklenir
  • Yerel saat alma

Fiyatlar

Model
Free
Puan
Henüz inceleme yok

Kullanım senaryoları

Agentlik Sistem Entegrasyonu

MCP-timeserver'i agnetik sistemler için datetime bilgi sunmak için kullanın

Soğuk Sohbet REPL Geliştirme

MCP-timeserver'i sohbet REPL'leri ile entegre ederek kullanıcıya datetime bilgi verin

Artılar ve eksiler

Artılar

  • Çok kolay kurulum ve kullanım sağlar
  • Belirli bir bölgeye göre saat bilgi sunar
  • Yerel saat algoritmasına ait bir araç sunar

Eksiler

  • Saat bilgisi dışında sınırlı işlevsellik sağlar
  • Sistem bölge ayarına bağlıdır

İncelemeler

İnceleme bırakmak için giriş yap.

Henüz inceleme yok. İlk sen ol!

Sorular

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

Soru sor

MCP Serverleri alternatifleri