# AI Summarizer — Text & URL Key Points Extraction

AI-powered text and URL summarization API for AI agents. Extract key points from long text or web pages: bullet-point summary, word count reduction ratio, reading time savings. Fast extractive summar…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/ai-summarizer ai_summarize_text

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/ai-summarizer ai_summarize_text '{}'
```

## Direct MCP Connection

Endpoint: `https://ai-summarizer--axel-belfort.run.tools`

## Tools (2)

- `ai_summarize_text` — Use this when you need to summarize long text into concise key points. Returns a structured summary with bullet points …
- `ai_summarize_url` — Use this when you need to summarize a web page by URL. Fetches the page, extracts text, and returns a structured summar…

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