CoolFace
Apppublic

dispatchAI/mcp-summarize

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes
App README

๐Ÿ“ 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

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

๐Ÿš€ dispatchAI โ€” Small. Mobile. Free. UAE-built.