Skip to main content
Glama
204,009 tools. Last updated 2026-06-14 22:04

"Mozilla" matching MCP tools:

  • Fetch a public URL and extract clean article text, supporting academic PDFs. Use abstract mode for a cheap survey (~1500 chars) to triage relevance before getting the full body.
    MIT
  • Set a custom User-Agent string to simulate different browsers or devices, bypass bot detection, or test mobile user agents. Recreates browser context while preserving cookies and state.
    MIT
  • Find exact code strings in Mozilla repositories using literal matching. Search for specific terms, function names, or code snippets across Mozilla codebases.
    Apache 2.0
  • Extract clean Markdown content from web pages by removing boilerplate and executing JavaScript for dynamic sites, optimized for AI processing.
    MIT
  • Extract clean Markdown content from webpages for LLM processing by fetching pages, removing clutter, and converting to structured text with metadata.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A Python implementation of an MCP server that extracts webpage content, removes ads and non-essential elements, and transforms it into clean, LLM-optimized Markdown.
    Last updated
    4
    MIT

Matching MCP Connectors

  • Mozilla Public Suffix List — eTLD parser (cached 24h)

  • Document processing, data conversion, and web content APIs for AI agents. All tools are free via MCP. Also available as a paid x402 Agent API (Stellar XLM or Solana USDC, no API key required). Tools: extract text from PDFs, merge PDFs, generate QR codes, convert CSV to/from JSON, count words/stats, and fetch + clean any public URL with Mozilla Readability.

  • Retrieve country demographic data including population, capital, languages, currencies, and flags. Search by name, ISO code, or region using REST Countries API with quality scoring and source verification.
  • Scrape URLs into Markdown, text, or structured data for LLM processing. Retrieves article content via Mozilla Readability, OG metadata, links, and images while blocking ads and HTML noise.
    MIT
  • Extract webpage content into clean, LLM-optimized Markdown by removing ads, navigation, and non-essential elements. Retrieve article title, main content, excerpt, byline, and site name using Mozilla's Readability algorithm.
    MIT
  • Extract clean text content from web URLs to retrieve article titles, excerpts, and main content for analysis or processing.
    MIT
  • Extract readable content and title from web pages using Mozilla Readability to process URLs for web context and information retrieval.
    MIT
  • Retrieve file contents from Mozilla repositories to access code directly within the Searchfox MCP Server environment.
    Apache 2.0
  • Parse a hostname into its constituent parts using the Mozilla Public Suffix List (9700+ entries). Returns eTLD (effective TLD), registered domain, subdomain, labels, and depth. Handles multi-level eTLDs (co.uk, co.jp, com.au) and platform suffixes (github.io, herokuapp.com).
    Connector
  • Parse a User-Agent string into browser, OS, device. Pass ?ua=... as query. Use for analytics and bot-detection agents. Example call: {"query_string": "ua=Mozilla/5.0"} Cost: $0.005–$0.05 USDC on Base per call.
    Connector
  • Check whether a hostname is a subdomain (has labels beyond the registered domain). Uses the Mozilla Public Suffix List for accurate eTLD detection.
    Connector