HTML
localhtml-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_extractExtract the main article text from a web page or raw HTML, stripping nav/ads/footers. Uses Mozilla Readability.
- html_queryQuery a page or HTML with CSS selectors. Returns text or attribute values for matching elements.
- html_linksExtract all links from a page. Returns text + href pairs, optionally filtered to internal or external.