Connection check
verified live · 27h ago
ai-summarizer
Summarize text or URLs into key points with compression ratio and reading time. x402 USDC.
Tools
2
GitHub stars
—
Installs / wk
—
Licence
MIT
Transport
sse
Last checked
27h ago
Tools & capabilities
2 toolsRead from the running server on 27h ago.
ai_summarize_text
text*maxLength
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 (res… 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.
ai_summarize_url
url*maxLength