MCP.so
登录

Text Summarizer

@garyedgington

关于 Text Summarizer

Text Summarizer condenses long-form content into structured, actionable summaries so AI agents and applications can work with information faster and at lower cost. Feed it meeting notes, research articles, documentation, JSON payloads, or Markdown files and get back a clean summa

基本信息

分类

记忆与知识

传输方式

stdio

发布者

garyedgington

提交者

Gary Edgington

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "x402-text-summarizer": {
      "url": "https://web-production-78e17.up.railway.app/sse"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Text Summarizer?

Text Summarizer compresses long-form text to a target length and format using Claude AI. It accepts plain text, Markdown, or JSON input and is part of the x402 micropayment task market. Designed for autonomous agents, document pipelines, and developers needing reliable, cheap per-call text compression without managing prompt engineering or model selection.

How to use Text Summarizer?

Two access modes: via MCP tools over SSE (connect any MCP-compatible client, billing through MCP‑Hive) or via REST with x402 micropayments ($0.005 USDC per call on Base mainnet). A free trial endpoint /v1/summarize/trial is available for prose-only summaries up to 4KB. Add the server URL to your MCP client config or use curl to the paid or trial endpoints with the required request fields.

Key features of Text Summarizer

  • Four output formats: prose, bullets, headline, and TL;DR
  • Three length presets (brief, medium, detailed) or exact word count
  • Free trial endpoint (4KB limit, prose only)
  • Paid endpoint supports 100KB input, all formats
  • Returns compression ratio and optional explain notes
  • x402 v2 USDC micropayment ($0.005/call) on Base mainnet

Use cases of Text Summarizer

  • Compress long documents into concise summaries for AI agents
  • Generate bullet‑point key points from meeting notes or articles
  • Produce short headlines or TL;DRs for content feeds
  • Integrate into document pipelines for automated text reduction

FAQ from Text Summarizer

What makes Text Summarizer different from using Claude directly?

Text Summarizer handles prompt engineering, length control, and format selection automatically, charges a fixed per‑call fee ($0.005 USDC), and supports both MCP and REST access with no need to manage API keys.

What are the runtime requirements and dependencies?

Paid calls require a USDC balance on Base mainnet and an x402‑capable HTTP client. The trial endpoint has no payment requirement. MCP access requires an MCP‑compatible client (billing via MCP‑Hive).

Where does my data go during summarization?

Input text is sent to the service, processed by Claude Haiku 4‑5, and the summary is returned in the response. The README does not mention any data storage or retention beyond the single request.

What input size limits exist?

The paid endpoint accepts up to 100KB of input; the trial endpoint is limited to 4KB. The trial endpoint only supports the prose format.

What transports and authentication are supported?

MCP over SSE (no payment signature needed; billing handled by MCP‑Hive) and REST with x402 v2 (requires a PAYMENT‑SIGNATURE header after a 402 response). The free trial endpoint requires no authentication.

评论

记忆与知识 分类下的更多 MCP 服务器