MCP Servers / productivity / FullScope-MCP

FullScope-MCP

JSON →
httpnone11productivity

An MCP server for content summarization, supporting web scraping, file reading, and direct model calls.

Install
How to run this server
[ { "cmd": "uvx 安装(推荐)", "imports": [] } ]
server path: fullscope-mcp
Tools
What this server exposes
call_model
直接调用大语言模型进行回答
scrape_webpage
抓取网页内容,可选保存为 txt 文本文件
summarize_content
将任意内容总结为指定长度(默认原来的 20%,脱水版)
summarize_webpage
获取网页内容并自动总结为精炼版本
read_and_summarize_text_file
读取 txt 等格式的文本文件并总结内容(限制返回 2k 字符)
read_and_summarize_pdf_file
读取 PDF 文件并总结文本内容(限制返回 2k 字符)
topic_based_summary
类似 RAG 功能,给定资料内容和查询主题,返回最相关的内容总结(2k 字符内)
Configuration
Environment & auth
authnone
envOPENAI_API_KEY
envOPENAI_BASE_URL
Resources
FullScope-MCP — MCP Server · libregistry