encode_html
ActiveTool of Htmlentities
declared in 0.1.0
Encode text to HTML entities. mode "basic" (default) escapes only & < > " '; mode "extended" also converts every non-ASCII character to a numeric entity. Keyless, offline.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"mode": {
"type": "string",
"description": "\"basic\" (default) or \"extended\"."
},
"text": {
"type": "string",
"description": "The text to encode."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Htmlentities
https://github.com/pipeworx-io/mcp-htmlentities
1/7 registries