MCP.so
登录

MCP Server

@cabrit0

关于 MCP Server

暂无概览

基本信息

分类

其他

许可证

NOASSERTION

运行时

python

传输方式

stdio

发布者

cabrit0

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is MCP Server?

MCP Server generates Master Content Plans (MCPs) based on a topic. It aggregates web resources and organizes them into structured learning paths, suitable for any subject.

How to use MCP Server?

Clone the repository, create a Python virtual environment, install dependencies (pip install -r requirements.txt and npm install), and install Chrome/Chromium for Pyppeteer. Start the server with uvicorn main:app --reload --host 0.0.0.0 --port 8000 or run the provided batch file. Generate an MCP via GET /generate_mcp?topic=your_topic. The production server is at https://reunemacacada.onrender.com.

Key features of MCP Server

  • Generates learning paths for any topic
  • Web search and scraping to find relevant resources
  • Customizable number of nodes and tree structure
  • Supports multiple languages, with focus on Portuguese
  • TF-IDF based resource relevance filtering
  • YouTube integration for video inclusion
  • Asynchronous task system with real-time progress
  • Caching system for faster repeated requests

Use cases of MCP Server

  • Generate a structured learning path for a programming language (e.g., Python)
  • Create a study plan for a historical topic (e.g., Brazilian history)
  • Build a learning tree for a non‑technology subject (e.g., finance, health)
  • Offload long‑running generation into async tasks to avoid timeouts
  • Cache and reuse results for frequently requested topics

FAQ from MCP Server

What is the purpose of MCP Server?

It creates Master Content Plans—structured learning paths—by aggregating web resources on any given topic.

What languages does MCP Server support?

It supports multiple languages; the default is Portuguese. You can specify the language via the language parameter.

How do I get started locally?

Clone the repo, install Python and Node.js dependencies, run the server with uvicorn or the batch file, then call the API endpoints.

What performance improvements does MCP Server offer?

Response times are reduced by 60–80% for cached topics and 30–50% for new topics. Memory usage decreases by 40–60%, and throughput increases 3–5x for simultaneous requests.

Is MCP Server open source or free?

No, it is proprietary software. All rights reserved, and it is intended for use under a paid subscription model only.

评论

其他 分类下的更多 MCP 服务器