AI Text Summarizer API
io.github.Br0ski777/ai-summarizerSummarize text or URLs into key points with compression ratio and reading time. x402 USDC.
Tools · 2
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. …
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
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"
}
}
}