INDIVIDUAL MCP TOOL
post_summarize_text
AI SUMMARIZATION of anything — POST {text} (16,000 chars: transcripts, threads, logs), OR {url} (web page auto-scraped, or PDF/DOCX/CSV auto-extracted), OR {file_base64} for an uploaded PDF/DOCX/CSV/TXT up to 5 MB.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webbersites-x402]
url = "https://api.webbersites.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webbersites-x402": {
"type": "http",
"url": "https://api.webbersites.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webbersites-x402
Remote MCP URL: https://api.webbersites.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webbersites-x402": {
"url": "https://api.webbersites.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webbersites-x402": {
"type": "http",
"url": "https://api.webbersites.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webbersites-x402",
"transport": "streamable-http",
"url": "https://api.webbersites.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_price_coin— Current USD spot price and 24-hour percent change for any crypto asset by CoinGecko id.get_report_coin— Enriched crypto market report for one asset: rank, multi-timeframe price changes (1h/24h/7d/30d), all-time-high context, plain-English momentum/volatility/liquidity signals, and a ready-to-use written summary.get_orderbook— L2 ORDER-BOOK DEPTH — the live bid/ask ladder for any crypto pair, normalized across Coinbase, Binance.get_scrape— Fetch any public web page and return clean, readable Markdown with navigation, ads, and boilerplate stripped.get_summarize— Quick extractive summary of any web page: fetch the URL, extract the main article, and return the key sentences (TextRank) instead of the full text.get_website_screenshot— WEBSITE SCREENSHOT — render any public URL in a real browser and get the pixels.get_timezone— Timezone from GPS coordinates: IANA zone, current UTC offset, abbreviation, DST status, and local time for any lat/lng.post_llm— LLM INFERENCE for keyless agents — POST {prompt, system?