Skip to content
Back to search
90
MCP v1.0.0 sse

AI Text Summarizer API

io.github.Br0ski777/ai-summarizer

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

Uptime
0.0%
1 direct probes · 30d
Response
199ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

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 and reading metrics. 1. summary: condensed text summary (respects maxLength) 2. …

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai_text_summarizer_api": {
      "url": "https://ai-summarizer.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}