EclipseWatcher: Using Agents and MCP to Find the latest Berserk Chapter Drops
@KabakaWilliam
About 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.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments