project-summarizer
x402 Text Summarizer compresses text, Markdown, or JSON into structured summaries using Claude AI.
What it can do
- Summarize Text: Compress text, Markdown, or JSON to a structured summary using Claude AI. Returns summary text, word count, and compression ratio. Set explain=true to receive notes on what was omitted
- Summarize Text Trial: Compress text to a prose summary using Claude AI (free trial — prose only, 4KB max). Use summarize_text for bullets, headline, tldr formats or larger inputs.
What data it sees
Do you need an account
No: the server works without sign-in
x402 Text Summarizer compresses text, Markdown, or JSON into structured summaries using Claude AI. Part of the x402 micropayment task market — pay per call with $0.005 USDC on Base mainnet, no subscriptions or API keys required.
Two tools included: summarize_text — full access. Four output formats (prose, bullets, headline, tldr), three length presets (brief ~30 words, medium ~80 words, detailed ~200 words), optional exact target word count (1–500), and an explain mode that returns notes on what was omitted. Accepts plain text, Markdown, or JSON input up to 100KB.
summarize_text_trial — free, no payment required. Prose format, brief or medium length, up to 4KB input. Use this to verify the integration before committing to paid calls.
Returns: summary text, output format, word count, compression ratio, and optional omission notes. All responses include a meta block with model, input length, and length preset used.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| summarize_text | Compress text, Markdown, or JSON to a structured summary using Claude AI. Returns summary text, word count, and compression ratio. Set explain=true to receive notes on what was omitted. |
| summarize_text_trial | Compress text to a prose summary using Claude AI (free trial — prose only, 4KB max). Use summarize_text for bullets, headline, tldr formats or larger inputs. |