decode_html
Pack: htmlentities · Endpoint: https://gateway.pipeworx.io/htmlentities/mcp
Decode HTML entities (named like & and numeric like © / ©) back to plain text. Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
text | string | yes | Text containing HTML entities. |
Example call
curl -X POST https://gateway.pipeworx.io/htmlentities/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"decode_html","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"htmlentities": {
"url": "https://gateway.pipeworx.io/htmlentities/mcp"
}
}
}
See Getting Started for client-specific install steps.