This is a paid summarization service that charges 402 USDC per use. It connects via SSE transport to a remote API endpoint and exposes tools for condensing text or URL content into key points, with metrics like compression ratio and estimated reading time. The GitHub repo is sparse on implementation details, but the service pattern is clear: you send content, pay the fee, and get back a structured summary. Reach for this if you're building an agent that needs to process long documents or articles and you're comfortable with the per-call pricing model. The x402 naming suggests this might be part of a broader paid API ecosystem, though the repository doesn't elaborate on authentication or billing mechanics beyond the USDC price point.
Public tool metadata for what this MCP can expose to an agent.
ai_summarize_textUse 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.2 paramsUse 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.
textstringmaxLengthnumberai_summarize_urlUse 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 the2 paramsUse 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
urlstringmaxLengthnumber