Skip to main content
Glama
457,452 tools. Updated 2026-08-14 11:39

"Mozilla" matching MCP tools:

  • 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
  • Attach real browser session cookies to a Presence identity, enabling authenticated actions. Export cookies from DevTools → Application → Cookies → copy as JSON array [{name,value,domain,path},...]. Cookies are encrypted with AES-256-GCM before storage. CALL FORMAT: presence_session_attach({ identity_id: 'uuid', cookies_json: '[{...}]', user_agent: 'Mozilla/...' })
    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
  • Search the SPDX license list by keyword (matches the id or name), e.g. "GPL", "creative commons", "mozilla". Keyless.
    Connector
  • 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
  • The caller's coordinates (lat/lng) with an accuracy radius in metres; Mozilla Location Service-compatible.
    Connector

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Extracts and transforms webpage content into clean, LLM-optimized Markdown. Returns article title, main content, excerpt, byline and site name. Uses Mozilla's Readability algorithm to remove ads, navigation, footers and non-essential elements while preserving the core content structure.
    1
    16
    17
    MIT
  • 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.
    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.