MCP server exposing 3 tools for unicode.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/unicode/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
char_info — Inspect each character of a string (up to 64): Unicode code point (U+ hex + decimal), UTF-8 byte sequence, UTF-16 code units, HTML numeric entity, and general category. Keyless, offline.escape_string — Escape a string. format = "js" (\uXXXX), "html" (&#xNN;), "url" (percent-encoding), or "all-nonascii" (js-escape only non-ASCII). Keyless, offline.unescape_string — Unescape a string containing \uXXXX / \xNN / &#NN; / &#xNN; / percent-encoding back to plain text. Keyless, offline.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/unicode/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io