@pipeworx/unicode
Connect: https://gateway.pipeworx.io/unicode/mcp · Install: one-click buttons
Tools: 3
Tools
- 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.
Tools
-
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.