KabakaWilliam/berserk-chapter-mcp
3.2
If you are the rightful owner of berserk-chapter-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
EclipseWatcher is a model context protocol server designed to keep manga enthusiasts updated on the latest Berserk chapter releases by utilizing LLM agents and MCP technology.
Tools
2
Resources
0
Prompts
0
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.
Automated agent + MCP stack that pings you the moment a new Berserk manga chapter hits readberserk.com.
EclipseWatcher scrapes the Berserk chapter list, wraps the logic in a FastMCP server, and lets any LLM agent running on vLLM answer any variation of :
- βWhatβs the newest chapter of Berserk?β
Features
π Scraper | Cloudflare-aware HTML grabber built with cloudscraper + BeautifulSoup . |
βοΈ MCP API | get_latest_berserk_chapter() and is_new_berserk_chapter(last_seen) tools auto-described for function-calling agents. |
π€ Agent-ready | One-line integration with Qwen-Client; just run the VLLM server and ask away |
Getting Started
- Clone the repository:
git clone https://github.com/yourusername/agent_test.git
- Start the VLLM server with
start_server.sh
and run the code blocks insideqwen_client.ipynb
Requirements
- VLLM
- FastMCP
- requests
- beautifulsoup4
- websockets
- asyncio
- Python 3.10