G

GeekNews-MCP-Server📰 GeekNews MCP שרת

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

סקירה

שרת GeekNews MCP הוא שרת פרוטוקול הקונטקסט של המודל (MCP) המיושם ב- Python אשר מאחזר מאמרים מ- GeekNews. הוא משתמש ב- BeautifulSoup לגירוד האינטרנט ותכונת ק缓存 כדי להפחית את עומס השרת על ידי ניתוח הנתונים פעם ביום ואחסנתם בק缓存. השרת מספק כלים לאחזור מאמרים וחדשות שבועיות, עם אפשרויות לציון סוגי מאמרים ומספר תוצאות. נתוני ק缓存 משמשים כדי למזער בקשות לשרת GeekNews, כאשר נתוני הק缓存 מתעדכנים באופן אוטומטי כל 24 שעות.

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

  • כלי get_articles לאחזור מאמרים
  • כלי get_weekly_news לאחזור חדשות שבועיות
  • ניהול ק缓存
  • לוח זמנים לעדכוני נתונים תקופתיים
  • תמיכה בציון סוגי מאמרים ומספר תוצאות

תמחור

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

מקרי שימוש

אחזור מאמרים

השתמש בכלי get_articles כדי לאחזר מאמרים מ- GeekNews, תוך ציון סוגי מאמרים (top, new, ask, show) ומספר תוצאות.

אחזור חדשות שבועיות

השתמש בכלי get_weekly_news כדי לאחזר חדשות שבועיות מ- GeekNews, תוך ציון מזהה חדשות שבועיות או אחזור החדשות האחרונות.

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

יתרונות

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

חסרונות

  • תלוי במבנה אתר ה- GeekNews, שעשוי להשתנות
  • נתוני ק缓存 מאוחסנים בספריית הבית של המשתמש

ביקורות

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

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

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

What are the main limitations I should be aware of when using this MCP server?

The server relies on the current HTML structure of the GeekNews website, so any redesign may break the scraper until the parsing code is updated. Additionally, the cache resides on the local machine, so shared or multi‑user environments need separate caches.

Asked by Omar Haddad · May 24, 2025

Can I control which article types and how many articles are returned by the get_articles tool?

Yes. The `get_articles` tool lets you specify article types such as `top`, `new`, `ask`, or `show`, and you can set the number of articles to return. Each result includes title, URL, points, author, time, comment count, and rank.

Asked by Mateusz Wozniak · May 15, 2025

How does the caching system work and where is the cached data stored?

The server parses GeekNews once per day and saves the results in a cache located in the user's home directory under `.cache/geeknews_mcp`. Cached entries are valid for 24 hours; after that the scheduler automatically refreshes the data.

Asked by Idris Suleiman · May 10, 2025

שאל שאלה

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