mcpbeat Sign in

Text Tools MCP Server

answering

Text Tools is answering right now. Last checked 15 min ago. It exposes 7 tools.

Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.

Uptime history 14 days of history
14 days agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
183 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Text Tools every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add text-tools --transport http https://apished.com/mcp/v1/text
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "text-tools": {
      "url": "https://apished.com/mcp/v1/text"
    }
  }
}
~/.codex/config.toml
[mcp_servers.text-tools]
url = "https://apished.com/mcp/v1/text"
.cursor/mcp.json
{
  "mcpServers": {
    "text-tools": {
      "url": "https://apished.com/mcp/v1/text"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "text-tools": {
      "url": "https://apished.com/mcp/v1/text"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

text
text_charat
Returns the 0-indexed character (rune) at index in text.
text_count
Counts non-overlapping occurrences of substring in text (rune-safe, not byte-based).
text_palindrome
Checks whether text reads the same forwards and backwards. ignoreCase/ignoreNonAlnum default false (strict, literal comparison); set both true for phrase-style palindromes like "A man, a plan, a canal: Panama".
text_reverse
Reverses text by Unicode code point (rune), not grapheme cluster.
text_sort
Sorts text's characters or words alphabetically. by: "chars" (default, sorts runes, no separator) or "words" (splits on whitespace, rejoins with a single space).
text_stats
Descriptive statistics for text: rune/byte/word/line counts, a unique-rune count, a letters/digits/spaces/punctuation/other breakdown, an exact per-character frequency table, and word-length min/max/average plus the actual shortest/longest word (ties resolve to the first occurrence).
text_wordcount
Counts whitespace-delimited words in text.

Endpoints

URLTransportStateLatencyChecked
https://apished.com/mcp/v1/text streamable-http answering 207 ms 15 min ago

Alternatives to Text Tools

same job, measured the same way
Word Counter API
by br0ski777

Count words, characters, sentences, paragraphs, reading time. x402 micropayment.

1 tools answering
Agent Workspace Practice
by jimy-r

Search + patterns, maturity assessment, context pricing, redaction checks - a practice as tools.

6 tools answering
Tokenmaxxing
by brock-denton

Coordinate coding agents through MCP using existing AI plans, saved work, and independent checks.

answering
Unicode
by pipeworx-io

Unicode character MCP.

34 tools answering
Crimson Crab MCP Template
by singhpratech

Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude

local only
Pact Tooling
by pact-community-organization

Pact 5 tooling: REPL test runs, trap scanning, gas estimation, interface diff, format checks.

99 installs/wk local only
Agentic MCP
by hugolsramos01-bit

Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution.

161 installs/wk local only
True402
by true402

Pay-per-call AI + web + on-chain tools over x402 (USDC on Base): LLM, SEO, extract, token safety.

564 installs/wk local only

Text Tools — questions

Answers built from our own checks of this server.

What can Text Tools do?
It exposes 7 tools, read directly from the server on our last check. Among them: text_charat, text_count, text_palindrome, text_reverse, text_sort, text_stats and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Text Tools working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 183 ms. The bar chart above shows every period we have measured.
How do I connect Text Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Text Tools need an API key?
No. Text Tools completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Text Tools?
It answers our handshake in 183 ms on average, which is faster than 75% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.