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
66.7%
3 probes
Response
216ms
last probe
Tools
2
callable

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…

Similar MCP servers embedding-nearest

AI Text Summarizer API
Summarize text or URLs into key points with compression ratio and reading time. x402 USDC.
0 tools · sse
Sentiment Analyzer API live
Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC.
2 tools · sse
Word Counter API live
Count words, characters, sentences, paragraphs, reading time. x402 micropayment.
1 tools · sse
Text Summarizer
Summarizes text or URLs into key points with compression ratio and estimated reading time.
0 tools
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
AI Site Scorer live
Check website AI-readiness: Schema.org, llms.txt, E-E-A-T, robots.txt. Works in Cursor & Claude.
5 tools · streamable-http

How to use

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

{
  "mcpServers": {
    "ai_text_summarizer_api": {
      "url": "https://ai-summarizer-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}