unescape_string
Pack: unicode · Endpoint: https://gateway.pipeworx.io/unicode/mcp
Unescape a string containing \uXXXX / \xNN / &#NN; / &#xNN; / percent-encoding back to plain text. Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
text | string | yes | The escaped text. |
Example call
curl -X POST https://gateway.pipeworx.io/unicode/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"unescape_string","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"unicode": {
"url": "https://gateway.pipeworx.io/unicode/mcp"
}
}
}
See Getting Started for client-specific install steps.