community_usecase/Mcp_use_case/Readme.md
This project leverages OWL (Optimized Workforce Learning) and FireCrawl MCP (Model Context Protocol) to automate content curation. The system scrapes top tech news websites, extracts relevant information, and compiles a summary report.
git clone https://github.com/camel-ai/owl.git
cd owl
pip install -r requirements.txt
.env file and add your API keys/configuration as needed.Navigate to the community use case directory before running the script:
cd community_usecase/Mcp_use_Case
Run the script using:
python Content_curator.py
The script automatically executes the default task without taking additional input from the terminal.
mcp_servers_config.json, which is located in the same folder as Mcp_use_case.default_task section in Content_curator.py to adjust scraping and summarization behavior.default_task in Content_curator.py.Mcp_use_Case folder inside community_usecase in the OWL directory.For more details, visit the OWL repository: OWL GitHub Repo