AI Summarizer — Text & URL Key Points Extraction
https://server.smithery.ai/axel-belfort/ai-summarizer/mcp
● healthy
AI-powered text and URL summarization API for AI agents. Extract key points from long text or web pages: bullet-point summary, word count reduction ratio, reading time savings. Fast extractive summarization. Tools: ai_summarize_text (from text), ai_summarize_url (from URL). Use this for content curation, research digests, news briefings, or reducing context window usage. IMPORTANT: For full web content extraction, use web_scrape_to_markdown instead. Returns: {summary, keyPoints[], reduction, readingTime}. No API key required — x402 micropayment $0.01/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/ai-summarizer/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/ai-summarizer/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/ai-summarizer-x402