EclipseWatcher: Using Agents and MCP to Find the latest Berserk Chapter Drops
@KabakaWilliam
关于 EclipseWatcher: Using Agents and MCP to Find the latest Berserk Chapter Drops
MCP Server and Client to give LLM Agents the ability to search the web for news on a favourite manga of mine: Berserk.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is EclipseWatcher?
EclipseWatcher is an MCP server that gives LLM agents the ability to search the web for news about the manga Berserk. It scrapes the chapter list from readberserk.com using a Cloudflare-aware scraper and exposes tools for function-calling agents, designed for readers who want automated updates.
How to use EclipseWatcher?
Clone the repository, start the VLLM server with start_server.sh, then run the code blocks inside qwen_client.ipynb. The server exposes two MCP tools: get_latest_berserk_chapter() and is_new_berserk_chapter(last_seen), which agents can call to answer questions about the newest chapter.
Key features of EclipseWatcher
- Cloudflare-aware scraper using
cloudscraperandBeautifulSoup - MCP tools auto-described for function-calling LLM agents
- Supports
get_latest_berserk_chapter()andis_new_berserk_chapter()queries - One-line integration with Qwen-client via VLLM
- FastMCP-based server for easy agent integration
Use cases of EclipseWatcher
- Ask an LLM agent “What’s the newest chapter of Berserk?” and get the answer from live data
- Automate notifications when a new Berserk chapter drops by polling the
is_new_berserk_chaptertool - Integrate Berserk chapter tracking into a larger agent workflow (e.g., daily summaries)
FAQ from EclipseWatcher
What runtime dependencies does EclipseWatcher require?
VLLM, FastMCP, requests, beautifulsoup4, websockets, and asyncio, plus Python 3.12+ (inferred from badge).
Where does the data come from?
EclipseWatcher scrapes the Berserk chapter list directly from readberserk.com.
Does EclipseWatcher handle Cloudflare protection?
Yes, the scraper is built with cloudscraper to bypass Cloudflare challenges, but site changes may break the scraper.
What transport or protocol does EclipseWatcher use?
It exposes tools via the Model Context Protocol (MCP) using FastMCP, making it compatible with any MCP client.
Does EclipseWatcher require authentication?
No authentication is mentioned; it scrapes a public website and runs locally without external API keys.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论