TT
Text Tools
7 endpointsliveExact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe. (MCP server com.apished/text-tools, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Text Tools.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| text charat /text_charat verified | Returns the 0-indexed character (rune) at index in text. | $0.0020 per call | unknown |
| text count /text_count verified | Counts non-overlapping occurrences of substring in text (rune-safe, not byte-based). | $0.0020 per call | unknown |
| text palindrome /text_palindrome verified | Checks whether text reads the same forwards and backwards. ignoreCase/ignoreNonAlnum default false (strict, literal comparison); set both true for phrase-style | $0.0020 per call | unknown |
| text reverse /text_reverse verified | Reverses text by Unicode code point (rune), not grapheme cluster. | $0.0020 per call | unknown |
| text sort /text_sort verified | Sorts text's characters or words alphabetically. by: "chars" (default, sorts runes, no separator) or "words" (splits on whitespace, rejoins with a single space) | $0.0020 per call | unknown |
| text stats /text_stats verified | Descriptive statistics for text: rune/byte/word/line counts, a unique-rune count, a letters/digits/spaces/punctuation/other breakdown, an exact per-character fr | $0.0020 per call | unknown |
| text wordcount /text_wordcount verified | Counts whitespace-delimited words in text. | $0.0020 per call | unknown |