project-summarizer
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 subscr…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add gary-edgington/project-summarizer
# Browse available tools
npx -y smithery tool list gary-edgington/project-summarizer
# Get full schema for a tool
npx -y smithery tool get gary-edgington/project-summarizer summarize_text
# Call a tool
npx -y smithery tool call gary-edgington/project-summarizer summarize_text '{}'Direct MCP Connection
Endpoint: https://project-summarizer--gary-edgington.run.tools
Tools (2)
summarize_text— Compress text, Markdown, or JSON to a structured summary using Claude AI. Returns summary text, word count, and compres…summarize_text_trial— Compress text to a prose summary using Claude AI (free trial — prose only, 4KB max). Use summarize_text for bullets, he…
# Get full input/output schema for a tool
npx -y smithery tool get gary-edgington/project-summarizer