3morixd commited on
Commit
ea420ee
Β·
verified Β·
1 Parent(s): 5e6120a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -7
README.md CHANGED
@@ -1,13 +1,43 @@
1
  ---
2
- title: Mcp Summarize
3
- emoji: 🐨
4
- colorFrom: yellow
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: MCP Summarize
3
+ emoji: πŸ“
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: "4.44.0"
 
8
  app_file: app.py
9
  pinned: false
10
+ license: apache-2.0
11
+ tags:
12
+ - mcp
13
+ - summarization
14
+ - classification
15
+ - mobile
16
+ - on-device
17
+ - dispatchai
18
  ---
19
 
20
+ # πŸ“ dispatchAI MCP Summarize
21
+
22
+ **MCP Server** β€” text summarization and classification for mobile use cases.
23
+
24
+ ## Tools
25
+
26
+ - `summarize_text(text, max_sentences)` β€” Extractive summarization (no model needed, runs anywhere)
27
+ - `classify_text(text)` β€” Spam detection + sentiment analysis (heuristic-based)
28
+
29
+ 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.
30
+
31
+ ## Usage in Claude Desktop
32
+
33
+ ```json
34
+ {
35
+ "mcpServers": {
36
+ "dispatchai-summarize": {
37
+ "url": "https://huggingface.co/spaces/dispatchAI/mcp-summarize/mcp"
38
+ }
39
+ }
40
+ }
41
+ ```
42
+
43
+ πŸš€ [dispatchAI](https://huggingface.co/dispatchAI) β€” Small. Mobile. Free. UAE-built.