mcp-simple-timeserver logo

mcp-simple-timeserverפתרון פשוט לאפשר לקלוד לבדוק את הזמן הנוכחי דרך MCP

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יולי 2026

סקירה

mcp-simple-timeserver הוא שרת MCP פשוט שמאפשר לקלוד לבדוק את הזמן הנוכחי. נוצרה לפתור את ההחלטה של Anthropic להוריד מקלוד את התאריכים ליישור הודעות של המשתמש, זמנים כלליים וכדומה. השרת מציעה מידע וכלים שונים, כולל get_local_time, get_utc , get_current_time, calculate_time_distance, get_holidays, and is_holiday. אלו כלים גמישים שמספקים מידע זמן ניחן, תמיכה במיקומים שונים וזמני ואזורי שונים, וגם ניהול קלנדר.

תכונות עיקריות

  • get_local_time
  • get_utc
  • get_current_time
  • calculate_time_distance
  • get_holidays
  • is_holiday

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

לקבל את הזמן הנוכחי

שימוש בכלי get_current_time לקבל את הזמן הנוכחי, מוגבל ליימפר מאפשריות.

חישובי מרחקי זמן

שימוש בכלי calculate_time_distance לחשב את המרחק שמהילות שני תאריכים אולי

יתרונות וחסרונות

יתרונות

  • מוציא מידע זמן נאמן
  • תמיכה בפרמטרי המקומות
  • נותן שיקויים קיימים לנהל קלנדר
  • חישובי מרחקי זמן
  • מידע על חגים חשוב

חסרונות

  • מחייב מכונת NTP למטרה של מיצוב לפי זמן
  • הנפקת מקור זמן גמיש ערוך

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

What calendar formats are supported by get_current_time and how are they specified?

The tool accepts a comma‑separated list via the 'calendar' parameter, supporting Unix timestamp, ISO‑8601 week date, Hijri, Japanese Era, Hebrew, and Persian calendars, returning the date in each requested format.

Asked by Jarrah Whitlock · Oct 24, 2025

How does mcp-simple-timeserver obtain accurate time and what happens if NTP is unavailable?

All tools except get_local_time query an NTP time server for precise timestamps. If the NTP request fails, the server gracefully falls back to the host machine’s local clock and includes a notice about the fallback.

Asked by Isabela Almeida · Sep 24, 2025

Can the get_current_time tool provide time for any location and what additional info does it return?

Yes, you can specify a city, country, or IANA timezone; the tool returns the local time, timezone, UTC offset, DST status, and notes if the date is a public holiday at that location.

Asked by Priya Nair · Sep 26, 2025

שאל שאלה

חלופות לשרתי MCP