uc-mcp
Verified Safeby 33jrdd
Overview
Programmatically interact with the UnknownCheats forum, bypass Cloudflare protection, and extract structured data including thread content and code blocks.
Installation
node dist/index.jsEnvironment Variables
- UC_BASE_URL
- UC_COOKIES_PATH
- CHROME_PATH
- NODE_ENV
Security Notes
The server uses `puppeteer-real-browser` to control a local Chrome instance, which introduces dependency on Chrome's security and the websites it navigates. The `performLogin` function handles sensitive credentials (username/password) provided by the LLM, but these are not hardcoded. Session cookies are saved locally to `cookies.json`, which could be a sensitive file if not properly secured on the host system. No direct use of `eval` or malicious patterns observed in the provided core source code, though `pac-resolver` (a dependency) uses `degenerator` which can dynamically generate functions for PAC file processing.
Similar Servers
tomcp
Converts any website into an MCP (Model-Config-Protocol) server for AI tools and enables AI chat with website content by converting HTML to clean Markdown.
scrapfly-mcp
Connects AI assistants to live web data, enabling real-time web scraping, structured data extraction, anti-bot bypass, and screenshots from any website.
webclone
Clones and archives entire websites, including those requiring authentication, accessible via command line, a desktop GUI, or as an AI agent tool through Model Context Protocol (MCP).
llms-fetch-mcp
Fetches web content, prioritizing LLM-friendly formats like llms.txt and Markdown, converting HTML to Markdown, and caching results with a generated table of contents.