hackyeaster-solver
MCP server enabling Claude to solve HackyEaster CTF challenges through web scraping, decoding, image analysis, and progress tracking.
README
HackyEaster Solver
MCP server for Claude-driven HackyEaster CTF solving. Uses Scrapling for page fetching and exposes CTF utility tools so Claude can reason through challenges, submit answers via Playwright, and iterate.
Setup
Quick install (no clone needed)
Add to your ~/.mcp.json:
{
"mcpServers": {
"hackyeaster": {
"command": "uvx",
"args": ["--from", "git+https://github.com/cloudwarriors-ai/hackyeaster-solver", "hackyeaster-mcp"]
}
}
}
Restart Claude Code. The he_* tools will appear in the MCP servers panel.
Local development
If you want to modify the server or keep persistent state in a known location:
git clone https://github.com/cloudwarriors-ai/hackyeaster-solver.git
cd hackyeaster-solver
uv sync
Then in ~/.mcp.json, point at your local clone:
{
"mcpServers": {
"hackyeaster": {
"command": "bash",
"args": ["-c", "uv run --directory /path/to/hackyeaster-solver python -m hackyeaster_mcp.server"]
}
}
}
Tools
Scraping
| Tool | Description |
|---|---|
he_discover_challenges |
Scrape hackyeaster.com and return available challenges |
he_fetch_challenge |
Fetch and parse a specific challenge page |
he_fetch_raw |
Fetch any URL and return raw HTML |
CTF Utilities
| Tool | Description |
|---|---|
he_decode |
Decode: base64, hex, url, binary, morse, decimal, octal, base32 |
he_transform |
Transform: caesar, rot13, swap_pairs, reverse, rail_fence, vigenere, xor, atbash |
he_analyze_image |
Download image for visual analysis + QR/barcode detection |
he_hash |
Compute hashes: md5, sha1, sha256, sha512 |
State
| Tool | Description |
|---|---|
he_log_attempt |
Record a solve attempt |
he_get_progress |
View all attempts and solved challenges |
he_validate_flag |
Check if text matches flag format he20XX{...} |
How It Works
Claude is the solver. The MCP server provides the tools; Claude provides the reasoning.
he_discover_challenges— scrape the site for challengeshe_fetch_challenge— read challenge content, hints, embedded data- Claude reasons about the puzzle, calls
he_decode/he_transform/he_analyze_imageas needed - Playwright MCP (separate, already available in Claude Code) handles form interaction and answer submission
he_log_attempttracks what was tried and what worked
Requirements
- Python 3.11+
- uv
- Claude Code with MCP support
- Playwright MCP server (for answer submission when challenges go live)
Architecture
Claude (solver brain)
|
+-- hackyeaster MCP -- Scrapling fetch + CTF utils + state
|
+-- playwright MCP --- form interaction, submit answers, screenshots
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.