Skip to main content
Glama

Related Servers

Alternatives to svipall

Related Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A fully local MCP server that provides web search via self-hosted SearXNG and page-to-markdown conversion (static and JS-rendered), all aggregated behind a single endpoint for use with AI assistants.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to perform local-first web search, fetch, crawl, extract, cache, research, and autonomous information gathering through MCP, with no API keys or cloud dependencies.
    790
    AGPL 3.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    A locally-hosted MCP server that provides AI assistants with advanced web crawling capabilities, including structured data extraction, deep site crawling, and page screenshots. It enables users to convert single or multiple URLs into clean Markdown content for processing by LLMs without requiring external API keys for basic features.
    -
  • A
    license
    A
    quality
    A
    maintenance
    Local MCP server for web search and page extraction, providing clean markdown from URLs, search results, site mapping, and research endpoints without API keys or accounts.
    5
    Apache 2.0

TDQS

A4.1/5.0

Scored across 29 tools

Disambiguation4/5

Most tools have clearly distinct roles: web_fetch is for single pages, web_fetch_many for known batches, web_crawl for discovery, web_map for URL listing, web_snapshot for interactive structure, web_act for one-shot actions, and browser_open/browser_do for persistent sessions. The captcha-solving tools overlap in style but each targets a different challenge type, and descriptions explain when to use solve_and_continue versus the token solvers. Minor confusion is possible across the many browser/session and captcha variants, but overall boundaries are clear.

Naming Consistency4/5

All names use consistent lower snake_case with predictable domain prefixes: web_*, browser_*, solve_*, captcha_*, report_*. The convention is not strictly verb_noun throughout (e.g., web_snapshot, web_capture, solve_and_continue), but the prefix-based grouping is systematic and readable. No camelCase or chaotic mixed styles.

Tool Count2/5

29 tools is above the recommended range for a well-scoped MCP server and sits in the 'too many' band under the rubric. While many capabilities are genuinely distinct, several could be consolidated (e.g., captcha solvers, browser session tools, fetch variants), making the surface heavier than necessary.

Completeness5/5

The surface covers the full web-automation lifecycle: discovery (web_search, web_site_search, web_map, web_crawl), reading (web_fetch, web_fetch_many, web_snapshot, web_screenshot, web_capture), interaction (web_act, browser_open/do/close, web_login), captcha handling, proxy routing, status/logging, profiles, watching, diffs, notes, and setup. No obvious major operation for the stated domain is missing.

Maintenance

ActivityMaintained
ResponsivenessNo issues