
Adds text summarization capabilities through three core tools: `summarize_text` for condensing documents, `extract_key_points` for bullet point extraction, and `generate_abstract` for academic or executive summaries. Built by MEOK AI Labs and distributed as a Python package via PyPI. You'd reach for this when you need Claude to distill long content without burning context window tokens on the full text. Runs over stdio transport, so it slots into Claude Desktop or any MCP client with a simple uvx command. The repo emphasizes EU AI Act compliance tracking, though the core functionality is straightforward summarization without external API dependencies shown in the docs.