Skip to main content
Glama

Related Servers

Alternatives to rumors-lines-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Multilingual sentence corpus MCP server. Enables search, retrieval, and translation of sentences across many languages.
      1 npm
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      MCP server exposing quote and live cryptocurrency price tools, with both local (stdio) and cloud-deployed (HTTP) transports.
      2
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      A minimal MCP server that tells an interactive knock-knock joke suitable for children, supporting both local stdio and HTTP deployments.
      78 npm
      ISC
    • F
      license
      Not graded
      quality
      C
      maintenance
      A minimal MCP server over Streamable HTTP demonstrating the MCP protocol with tools for health checks, echo, and text reversal.
      -

    TDQS

    A3.9/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a distinct action: list_collections enumerates collections, get_lines retrieves lines for a given collection URL, random_line returns a single random line with optional filters, and search_lines performs substring search. The overlap between get_lines and search_lines is minimal because get_lines requires a collection URL while search_lines searches across all lines; an agent can easily choose.

    Naming Consistency4/5

    All names use snake_case and are readable, but random_line breaks the verb_noun pattern used by list_collections, get_lines, and search_lines by using an adjective instead of a verb. This is a minor deviation from an otherwise consistent convention.

    Tool Count5/5

    Four tools are well-scoped for a read-only pick-up line browsing service: discover collections, fetch lines, get a random line, and search. No tool feels redundant or missing for the core purpose.

    Completeness4/5

    The read-only surface covers listing, fetching, random sampling, and text search, which are the primary workflows. Minor gaps include no pagination for large collections or search results and no explicit way to discover available languages/registers beyond collection language metadata, but agents can work around these.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues