Skip to main content
Glama
chohyerinn

filter-mcp-server

by chohyerinn

Related Servers

Alternatives to filter-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for hunting bugs in Python functions via adversarial input generation and minimized regression tests.
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Data compression MCP server with auto-algorithm selection (gzip, brotli, deflate). 7 tools for compress, decompress, analyze, store, retrieve, list, and stats. Achieves 60x compression on docs, 30x on SQL. Lossless round-trip verified. Zero dependencies.
      9
      2
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      An MCP server that enables users to query, compare, and synthesize responses from multiple local and cloud LLMs simultaneously using existing subscriptions. It provides tools for parallel model evaluation, consensus polling with an LLM-as-judge, and response synthesis across different model providers.
      8
      9 npm
      16
      MIT
    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      MCP Server for ZeroEntropy collections, top documents and rerankers
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Lightweight MCP security proxy — compression (up to 86%) + SSRF protection + allow/deny + audit + rate limiting + injection detection
      26 npm
      192
      MIT

    TDQS

    B3.1/5.0

    Scored across 9 tools

    Disambiguation5/5

    Each tool has a distinct purpose: building from dataset, insertion, membership query, deletion, statistics, memory usage, and two specific query types. No overlap in functionality.

    Naming Consistency5/5

    All tool names follow a consistent pattern of lowercase verbs or verb-noun descriptions with underscores for compound names (e.g., false_positive_rate, prefix_query). No mixing of styles.

    Tool Count5/5

    9 tools is well-scoped for a filter server, covering initialization, insertion, deletion, queries, and statistics without being excessive or sparse.

    Completeness5/5

    The tool surface covers all essential operations for a filter data structure: building, inserting, deleting, membership testing, multiple query types, and memory/error rate stats. Missing features are structure-dependent and handled gracefully with standard responses.