html_to_text
ActiveTool of Htmltext
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"required": [
"html"
],
"properties": {
"html": {
"type": "string",
"description": "The HTML to convert."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Htmltext
https://github.com/pipeworx-io/mcp-htmltext
1/7 registries