Skip to main content
Glama
hmmroger

simply-feed-mcp

by hmmroger

Related Servers

Alternatives to simply-feed-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that enables searching across multiple RSS feed sources simultaneously, with support for extensible feed sources and both STDIO and HTTP modes.
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      MCP server for fetching, parsing, and managing RSS feeds. Features Fetch and parse RSS/Atom feeds In-memory caching with TTL Batch fetching of multiple feeds Monitor feeds for new items Search content across multiple feeds Extract and format feed content
      6
      30
      12
      Apache 2.0
    • A
      license
      A
      quality
      A
      maintenance
      An MCP server for reading and managing RSS feeds from a self-hosted FreshRSS instance, enabling listing feeds, fetching articles, and subscribing/unsubscribing through the FreshRSS API.
      16
      228
      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.
      -
    • A
      license
      A
      quality
      A
      maintenance
      Secure MCP server for RSS/Atom feed reading with SQLite backend. Enables feed management, entry search, and OPML import/export.
      17
      AGPL 3.0

    TDQS

    A4.1/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool targets a distinct action: list feeds, get items from a specific feed, get item details, get recent items across all feeds, and search items. Even though get_feed_items and search_feed_items can both focus on a feed, their purposes (list all vs. topic search) are clearly differentiated, and descriptions prevent confusion.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun snake_case pattern: list_feeds, get_feed_items, get_feed_item_details, get_recent_feed_items, search_feed_items. The verbs (list, get, search) and nouns are used uniformly and predictably.

    Tool Count5/5

    With 5 tools, the server is well-scoped for a feed reader. Each tool covers a core read operation (listing feeds, retrieving items, getting details, recent items, searching), and none feel redundant or missing for the stated purpose.

    Completeness4/5

    The tool set provides solid read coverage: list feeds, get items by feed, get item details, get recent across all feeds, and search across all or per feed. A minor gap is the lack of per-feed time-based filtering (e.g., items since a timestamp for a specific feed), but agents can work around this using get_feed_items or get_recent_feed_items.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues