# Word Counter API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-word-counter
- Repository: https://github.com/Br0ski777/word-counter-x402
- Website: https://github.com/Br0ski777/word-counter-x402

## Install
- Endpoint: https://word-counter.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://word-counter.api.klymax402.com/mcp

## Tools
- 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 -- character count including spaces
3. charactersNoSpaces -- character count excluding spaces
4. sentences -- number of sentences
5. paragraphs -- number of paragraphs
6. readingTime -- estimated reading time in minutes (based on 200 wpm)

Example output: {"words":250,"characters":1450,"charactersNoSpaces":1200,"sentences":15,"paragraphs":4,"readingTime":1.25}

Use this FOR content length validation, estimating article reading time, or checking if text meets minimum word count requirements. Essential BEFORE publishing blog posts or submitting content with length constraints.

Do NOT use for language detection -- use text_detect_language instead. Do NOT use for sentiment analysis -- use text_analyze_sentiment instead. Do NOT use for text comparison -- use text_compare_diff instead. Endpoint: https://word-counter.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
