Skip to main content
Glama

Related Servers

Alternatives to it-digest

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that provides RSS feed management and LLM-powered article evaluation, enabling AI agents to filter and assess content value.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server that aggregates AI news, academic papers from ArXiv, and trending GitHub repositories from multiple sources, enabling users to fetch, search, and filter recent AI content via natural language.
      1
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Local MCP server for reading and searching RSS and Atom feeds, enabling AI assistants to fetch feed contents, search entries by keyword, and view feed metadata without any cloud intermediary.
      3
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      MCP server for RSS news aggregation, providing tools to list sources, fetch latest news, search articles, and get stats. It stores feeds in SQLite and supports local/Docker deployment with bearer token or OAuth authentication.
      -

    TDQS

    A4.4/5.0

    Scored across 7 tools

    Disambiguation4/5

    Most tools have clearly distinct purposes: add_source vs remove_source are opposites, fetch_latest vs search_archive vs get_articles_for_digest each target different actions. The only slight ambiguity is between get_articles_for_digest and make_digest, but the latter is explicitly marked as not implemented and directs to the former.

    Naming Consistency5/5

    All tool names follow the same verb_noun pattern in lowercase with underscores (add_source, remove_source, fetch_latest, search_archive, get_articles_for_digest, make_digest, list_sources). This is highly consistent and predictable.

    Tool Count5/5

    With 7 tools, the set is well-scoped for an RSS digest server: source management (add, remove, list), content fetching, archive search, and digest creation. Each tool serves a distinct purpose without unnecessary bloat or missing essentials.

    Completeness4/5

    The core workflows are covered: source CRUD (add/remove/list), fetching latest articles, searching the archive, and retrieving articles for a digest. Minor gaps include lack of an update_source tool and the unimplemented make_digest, but the alternatives provided make the surface functional.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues