Skip to content
Back to search
90
MCP v1.1.0 sse

Word Counter API

io.github.Br0ski777/word-counter

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

Uptime
0.0%
1 direct probes · 30d
Response
165ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

text_count_words

Use this when you need to count words, characters, sentences, or paragraphs in text. Returns comprehensive text statistics with reading time estimate. 1. words -- total word count 2. characters -- ch…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "word_counter_api": {
      "url": "https://word-counter.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}