HTML

local

html-tools

Fetch a web page, extract the main article (Readability), query with CSS selectors, or list all links.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (3)

  • html_extract
    Extract the main article text from a web page or raw HTML, stripping nav/ads/footers. Uses Mozilla Readability.
  • html_query
    Query a page or HTML with CSS selectors. Returns text or attribute values for matching elements.
  • html_links
    Extract all links from a page. Returns text + href pairs, optionally filtered to internal or external.