Agent Tools
Back to MCP servers

Word Counter — Words, Characters, Reading Time

https://server.smithery.ai/axel-belfort/word-counter/mcp
● healthy

Text metrics analyzer API for AI agents. Count words, characters (with/without spaces), sentences, paragraphs, and estimate reading time in a single call. Tools: text_count_words. Use this for content length validation, SEO checks, or enforcing word limits. Returns all text metrics at once. Returns: {words, characters, sentences, paragraphs, readingTime}. No API key required — x402 micropayment $0.001/call on Base L2.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/word-counter/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/word-counter/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/word-counter-x402
Listed at (smithery)
https://github.com/Br0ski777/word-counter-x402