AI Summarizer — Text & URL Key Points Extraction
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 summar…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/ai-summarizer
# Browse available tools
npx -y smithery tool list axel-belfort/ai-summarizer
# Get full schema for a tool
npx -y smithery tool get axel-belfort/ai-summarizer ai_summarize_text
# Call a tool
npx -y smithery tool call axel-belfort/ai-summarizer ai_summarize_text '{}'Direct MCP Connection
Endpoint: https://ai-summarizer--axel-belfort.run.tools
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 …ai_summarize_url— Use this when you need to summarize a web page by URL. Fetches the page, extracts text, and returns a structured summar…
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/ai-summarizer