RavenEye
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RavenEyescan the latest AI news and GitHub repos for opportunities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RavenEye
A modular multi-agent AI intelligence platform that discovers, analyzes, ranks, and summarizes high-value AI news and GitHub opportunities into actionable intelligence reports.
Overview
RavenEye automates the process of monitoring the rapidly evolving AI ecosystem.
Instead of manually browsing RSS feeds and GitHub every day, RavenEye continuously collects information from trusted sources, filters irrelevant content, ranks opportunities using transparent scoring, and generates a professional Markdown intelligence report.
The project follows a modular multi-agent architecture, allowing new intelligence sources and analytical capabilities to be added without redesigning the system.
Features
Implemented (Version 1.0)
RSS news collection
RSS parsing and HTML cleaning
AI news categorization
GitHub repository discovery
Repository relevance scoring
Opportunity ranking
Duplicate filtering
Automated Markdown report generation
Multi-agent architecture
Orchestrator-based workflow
MCP (Model Context Protocol) integration
Configuration-driven design
Related MCP server: secfeed
Planned (Future Versions)
Skills Intelligence Agent
Internship Intelligence Agent
arXiv Research Agent
Hugging Face monitoring
Reddit Intelligence Agent
Conference tracking
Personalized recommendations
Historical trend analysis
Web dashboard
Notifications
Architecture
User / CLI
│
▼
Orchestrator
│
┌──────────────┼──────────────┐
│ │ │
▼ ▼ ▼
RSS Agent GitHub Agent Report Agent
│ │ │
└──────────────┼──────────────┘
▼
Markdown Intelligence Report
│
▼
MCP IntegrationProject Structure
RavenEye/
├── agents/
│ ├── base_agent.py
│ ├── rss_agent.py
│ ├── github_agent.py
│ └── report_agent.py
│
├── tools/
│ ├── rss_service.py
│ ├── github_service.py
│ ├── report_service.py
│ └── utils.py
│
├── Integrations/
│ └── server.py
│
├── briefs/
├── Documents/
│
├── orchestrator.py
├── config.py
├── main.py
└── README.mdWorkflow
RSS Agent collects AI news.
GitHub Agent discovers promising repositories.
Results are filtered and ranked.
The Report Agent generates a Markdown intelligence report.
The Orchestrator coordinates the complete pipeline.
The MCP server exposes RavenEye tools for external clients.
Technologies Used
Python 3
GitHub REST API
RSS Feeds
feedparser
BeautifulSoup4
Requests
Markdown
MCP (Model Context Protocol)
Running RavenEye
Clone the repository:
git clone <repository-url>
cd RavenEyeInstall dependencies:
pip install -r requirements.txtRun:
python3 main.pyA new intelligence report will be generated inside the briefs/ directory.
MCP Integration
RavenEye exposes its capabilities through the Model Context Protocol (MCP).
Available tools include:
scan_rss
scan_github
generate_report
run_pipeline
The project can be tested using the MCP Inspector.
Documentation
Document | Description |
SPEC.md | Functional and non-functional requirements |
ARCHITECTURE.md | System architecture |
AGENTS.md | Agent responsibilities and development rules |
ROADMAP.md | Development roadmap |
PROJECT_STATE.md | Current implementation status |
Current Status
Version: 1.0.0
Current implementation includes:
RSS Intelligence
GitHub Intelligence
Report Generation
Multi-Agent Architecture
Orchestrator
MCP Integration
The Version 1 pipeline is fully operational and capable of generating end-to-end intelligence reports.
Future Roadmap
Version 1.1
Skills Intelligence Agent
Internship Intelligence Agent
Version 2
arXiv integration
Hugging Face integration
Reddit Intelligence
Trend analysis
Personalized recommendations
License
This project is released under the MIT License.
Author
Harsh Bhati
RavenEye was developed as a modular AI intelligence platform following modern software engineering principles, emphasizing modularity, maintainability, extensibility, and transparency.
This server cannot be deployed
Maintenance
Related MCP Connectors
Intelligence subscription protocol for AI agents. Scored, filtered AI intelligence signals via MCP.
The Google for AI agents — company intel, competitor tracking, market research via MCP. JSON output
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceTurns raw engineering signals into narrative reports by exposing GitHub data via MCP, enabling AI agents to generate structured, shareable engineering summaries.9 npmApache 2.0

secfeedofficial
AlicenseNot gradedqualityBmaintenanceAggregates security intelligence feeds (vulnerabilities, news, threat intel) into a local SQLite database and provides MCP tools for AI agents to query and analyze them.MIT- AlicenseNot gradedqualityAmaintenanceMCP server that gives AI agents a ranked, evidence-backed board of what's trending in AI — repos, models, papers, news — and a daily brief, using fused signals from GitHub, Hacker News, npm, and more.495 PyPI3Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server that scans daily AI innovation sources (arXiv, Hacker News, GitHub) and normalizes discoveries into actionable Skill Sheets for domains like code, design, HR, agents.MIT