Skip to main content
Glama
127,227 tools. Last updated 2026-05-05 10:29

"A tool for fetching and retrieving web pages or web content" matching MCP tools:

  • Retrieve relevance-ranked web content, including text chunks, tables, and code blocks, for AI grounding and RAG pipelines. Enables direct reasoning over page substance without manual fetching.
  • Retrieve web search results with rich metadata, including news, videos, and local listings, using Brave Search API with filters for country, language, freshness, and safety.
  • Convert webpages into clean, formatted markdown for extracting content from documentation, articles, and web pages. Fetches any webpage and transforms HTML content into readable markdown format.
    MIT
  • Extract web page content and convert it to clean, readable markdown format for analysis, bypassing paywalls and obtaining structured text data from websites.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Perform web searches to gather real-time information, news, and detailed content analysis with customizable parameters for results, domains, and timeframes.
  • Extract and process web content from URLs for data collection, content analysis, and research tasks, supporting multiple formats and extraction depths.
  • Extract content matching regex patterns from web pages while avoiding bot detection. Retrieve specific website data with configurable modes for different security levels.
    Apache 2.0
  • Search previously fetched pages stored in the local SQLite FTS5 index. Use to recall content already cached, avoiding re-fetching. Supports keyword queries, phrases, and boolean operators. Returns highlighted snippets with titles and URLs. Requires populated cache—use the search tool first to add pages.
  • Extract structured data from web pages including markdown content, links, tables, images, and metadata. Supports JavaScript-rendered pages with optional CSS selector waiting for dynamic content.
  • Fetch dynamic web page content after JavaScript rendering and convert it to Markdown format using chunked streaming for large pages.
    MIT
  • Convert web pages to clean markdown format by extracting content, removing unnecessary elements, and ranking information for RAG applications.
    MIT
  • Extract clean Markdown content from web pages by removing boilerplate and executing JavaScript for dynamic sites, optimized for AI processing.