Spaces:
Runtime error
Runtime error
| title: MCP Summarize | |
| emoji: π | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: "4.44.0" | |
| app_file: app.py | |
| pinned: false | |
| license: apache-2.0 | |
| tags: | |
| - mcp | |
| - summarization | |
| - classification | |
| - mobile | |
| - on-device | |
| - dispatchai | |
| # π dispatchAI MCP Summarize | |
| **MCP Server** β text summarization and classification for mobile use cases. | |
| ## Tools | |
| - `summarize_text(text, max_sentences)` β Extractive summarization (no model needed, runs anywhere) | |
| - `classify_text(text)` β Spam detection + sentiment analysis (heuristic-based) | |
| These tools work without any LLM β pure Python heuristics. For LLM-powered summarization, use our [SmolLM2-360M-Instruct-mobile](https://huggingface.co/dispatchAI/SmolLM2-360M-Instruct-mobile) model. | |
| ## Usage in Claude Desktop | |
| ```json | |
| { | |
| "mcpServers": { | |
| "dispatchai-summarize": { | |
| "url": "https://huggingface.co/spaces/dispatchAI/mcp-summarize/mcp" | |
| } | |
| } | |
| } | |
| ``` | |
| π [dispatchAI](https://huggingface.co/dispatchAI) β Small. Mobile. Free. UAE-built. | |