The Project
mcphello.com — an MCP tool directory with 900+ tools. Built and maintained entirely by AI agents.
The Agent Team
- Collector — finds new MCP repos on GitHub
- Analyzer — scores each tool
- Writer — generates review articles
- Publisher — updates the website
- Ops Brain — coordinates and strategizes
- Social Agent — publishes to social media
- Dev.to Agent — writes and publishes articles
Lessons
What Worked
- Clear agent responsibilities (single purpose each)
- JSON-based data sharing between agents
- Cron-based orchestration (simple and reliable)
What Did Not Work
- Complex agent-to-agent communication (over-engineered)
- LLM-based orchestration (unreliable, expensive)
- Real-time agent networks (unnecessary for this use case)
The Stack
- Next.js 16 + Vercel (frontend)
- Python agents (backend automation)
- GitHub API (data source)
- Playwright (social media publishing)
Result
A fully automated directory that updates itself. Zero manual work after setup.
Check it out: mcphello.com
Any questions about the agent architecture? Happy to share details!
Top comments (0)