# AI Text Summarizer API MCP server

Summarize text or URLs into key points with compression ratio and reading time. x402 USDC.

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

## Install
- Endpoint: https://ai-summarizer.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://ai-summarizer.api.klymax402.com/mcp

## Tools
- ai_summarize_text - Use this when you need to summarize long text into concise key points. Returns a structured summary with bullet points and reading metrics.

1. summary: condensed text summary (respects maxLength)
2. keyPoints: array of 3-7 extracted key takeaways
3. wordCountOriginal: word count of input text
4. wordCountSummary: word count of output summary
5. reductionPercent: percentage of text reduced (e.g. 78%)
6. readingTimeMinutes: estimated reading time for the summary

Example output: {"summary":"The article discusses...","keyPoints":["AI adoption grew 40%","Enterprise spending up"],"wordCountOriginal":2500,"wordCountSummary":180,"reductionPercent":92,"readingTimeMinutes":1}

Use this BEFORE presenting lengthy content to users. Essential for digesting articles, reports, meeting notes, or documentation into actionable summaries.

Do NOT use for full content extraction -- use web_scrape_to_markdown. Do NOT use for SEO analysis -- use seo_audit_page. Do NOT use for sentiment analysis -- use text_analyze_sentiment. Endpoint: https://ai-summarizer.api.klymax402.com/mcp
- ai_summarize_url - Use this when you need to summarize a web page by URL. Fetches the page, extracts text, and returns a structured summary with key points and reading metrics.

1. summary: condensed text summary of the page content
2. keyPoints: array of 3-7 key takeaways from the page
3. wordCountOriginal: word count of the full page text
4. wordCountSummary: word count of the summary
5. reductionPercent: percentage of content reduced
6. readingTimeMinutes: estimated reading time for the summary
7. title: page title extracted from HTML

Example output: {"title":"OpenAI Blog","summary":"The post announces...","keyPoints":["GPT-5 launches Q3","API pricing drops 50%"],"wordCountOriginal":4200,"wordCountSummary":200,"reductionPercent":95,"readingTimeMinutes":1}

Use this BEFORE citing or referencing web articles. Essential for quickly understanding web pages without reading the full content.

Do NOT use for full content extraction -- use web_scrape_to_markdown. Do NOT use for SEO analysis -- use seo_audit_page. Do NOT use for screenshot capture -- use capture_screenshot. Endpoint: https://ai-summarizer.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
