File size: 1,027 Bytes
b33b7ce
ea420ee
 
 
 
b33b7ce
ea420ee
b33b7ce
 
ea420ee
 
 
 
 
 
 
 
b33b7ce
 
ea420ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
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.