Skip to main content
Glama
codeiva11
by codeiva11

Related Servers

Alternatives to real-browser-mcp-server

No user-submitted related servers found.

    Related Servers

    TDQS

    B3.2/5.0

    Scored across 21 tools

    Disambiguation3/5

    Most tools target distinct browser operations, but there is meaningful overlap: get_content, extract_data, and see_page all return page-derived information, and deep_analysis also inspects the page. Network-related tools like redirect_tracer, network_recorder, and replay_request have adjacent responsibilities, so agents may need careful reading to pick the right one.

    Naming Consistency3/5

    Names are consistently snake_case and readable, but the set mixes bare imperative verbs like navigate, wait, click, and type with compound noun-style names like storage_inspector, media_extractor, redirect_tracer, and api_analyzer. There is also inconsistency between similar extraction tools: get_content, extract_data, and see_page do not follow a single clear naming pattern.

    Tool Count3/5

    21 tools is at the heavy end for a browser automation server, even though browser workflows do require many distinct primitives. Some tools like random_scroll, progress_tracker, and api_analyzer feel peripheral and inflate the count beyond the core browsing capability set.

    Completeness4/5

    The tool surface covers the full browser automation lifecycle well: init, navigate, wait, interact, extract, inspect, network control, storage management, media handling, and close. Minor gaps such as explicit back/forward navigation, file upload, or a dedicated screenshot-only action exist, but agents can generally work around them with the provided generic tools.

    Maintenance

    ActivityActive
    ResponsivenessNo issues