# Word Counter — Words, Characters, Reading Time

Text metrics analyzer API for AI agents. Count words, characters (with/without spaces), sentences, paragraphs, and estimate reading time in a single call.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/word-counter

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/word-counter

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/word-counter text_count_words

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/word-counter text_count_words '{}'
```

## Direct MCP Connection

Endpoint: `https://word-counter--axel-belfort.run.tools`

## Tools (1)

- `text_count_words` — Use this when you need to count words, characters, sentences, or paragraphs in text. Returns comprehensive text statist…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/word-counter <tool-name>
```
