io.github.nexus-api-lab/textops-mcp
io.github.nexus-api-lab/textops-mcp · v0.1.0 · MCP 2025-06-18
Exact text tools for AI agents: unified diff, patch apply, regex testing, grapheme counting.
Reachability
reachable
checked 2026-07-14 04:11 UTC
Registry status active
Tools pinned 5
edb4cce15845
Tools last changed
unchanged since first capture 2026-07-14
Provenance
Registry namespace io.github.nexus-api-lab
(GitHub-account verified by the official registry)
Remote endpoints
https://textops-mcp.dokasukadon.workers.dev/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-07-14 04:11 | first capture | 5 tools pinned |
Pinned tool definitions (5)
| Tool | Description |
|---|---|
| diff | Compute an exact line-based unified diff between two texts. Use instead of writing diffs yourself — LLM-authored diffs have wrong line numbers and miscounted hunks. |
| apply_patch | Apply a unified diff to a text, with context verification and small-offset fuzzing. Reports per-hunk success so failures are explicit rather than silent. |
| regex_test | Execute a JavaScript regular expression against a text and return real matches with indices and capture groups. Use instead of predicting regex behavior — LLM regex predictions are unreliable. |
| text_stats | Count text length EXACTLY: graphemes (user-perceived characters, correct for emoji/CJK/combining marks), words, lines, Unicode code points, UTF-16 units, UTF-8 bytes. Use whenever "how many characters" matters. |
| canonical_json | Validate JSON and return it canonicalized (recursively sorted object keys) in compact and pretty forms. Useful for stable comparison and exact validation with error details. |
Status badge
[](https://toolpin.dev/servers/io.github.nexus-api-lab/textops-mcp)
Maintain this server? Add the badge to your README — it links your users to this live status page.