mcp-summarize / README.md
3morixd's picture
Upload README.md with huggingface_hub
ea420ee verified
|
Raw
History Blame Contribute Delete
1.03 kB

A newer version of the Gradio SDK is available: 6.19.0

Upgrade
metadata
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 model.

Usage in Claude Desktop

{
  "mcpServers": {
    "dispatchai-summarize": {
      "url": "https://huggingface.co/spaces/dispatchAI/mcp-summarize/mcp"
    }
  }
}

πŸš€ dispatchAI β€” Small. Mobile. Free. UAE-built.