@pipeworx/htmltext
Connect: https://gateway.pipeworx.io/htmltext/mcp · Install: one-click buttons
Tools: 3
Tools
- html_to_text — Convert HTML to readable plain text (keyless, offline): drops scripts/styles/comments, converts block elements to newlines, decodes entities, and collapses whitespace. Ideal for cleaning scraped HTML.
- extract_links — Extract all hyperlinks from HTML as {href, text} pairs (keyless, offline).
- extract_metadata — Pull page metadata from HTML (keyless, offline):
, meta description/keywords, and Open Graph (og:*) tags.
Tools
-
extract_links— Extract all hyperlinks from HTML as {href, text} pairs (keyless, offline). -
extract_metadata— Pull page metadata from HTML (keyless, offline): <title>, meta description/keywords, and Open Graph (og:*) tags. -
html_to_text— Convert HTML to readable plain text (keyless, offline): drops scripts/styles/comments, converts block elements to newlines, decodes entities, and collapses whitespace. Ideal for cleaning scraped HTML.