Developer builds MCP server with Claude Code to automate Minnesota land search

Project overview
A developer with InfoSec and automation engineering experience built an MCP (Model Context Protocol) server using Claude Code to automate the search for rural Minnesota land. The goal was to find 40+ acres under $150K across 21 counties while applying 10 specific criteria: flood zone status, hospital proximity, mining distance, fiber internet availability, buildability, and other factors.
Technical implementation
The developer used Claude Code to write most of the Python code while steering the architecture and catching bad outputs. The system consists of:
- Python/FastMCP server with 7 tools
- SQLite database for persistence and deduplication
- Zillow and LandWatch scraping using httpx and BeautifulSoup
- n8n workflow for scheduled daily runs
- Docker containerization
- Compatibility with Claude or any MCP-compatible client
Results and insights
The first run processed 49 raw listings and filtered them down to 29 unique parcels that met the criteria. One notable find was a $44,900, 40-acre listing in Crow Wing County that the developer noted still needs investigation.
The developer emphasized that an MCP server isn't static code — it gets smarter as the model using it gets smarter. This architectural decision, though stumbled into initially, proved to be the right approach.
Developer approach
The developer has been using AI seriously for about two months when starting this project and describes themselves as "not a vibe coder" — they wanted to understand what they were building rather than just generating code without comprehension.
📖 Read the full source: r/ClaudeAI
👀 See Also

Chuck Jones' Road Runner Rules as AI Agent Identity Design Principles
A Reddit post analyzes how Chuck Jones' 9 rules for Road Runner cartoons map to AI agent identity design, highlighting Rule 2 on internal failure modes, Rule 3 on avoiding optimization loops, and Rule 9 on graceful failure.

OpenClaw + Birdweather: Pull Bird Data to Generate Pokémon-Style Cards
A developer uses OpenClaw to pull bird visitor data from a Birdweather device API every hour and generates Garbage Pail Kid/Pokémon-style cards for each species. A fun project connecting kids with nature.

Running Claude Code as a Pure Judgment Engine Across the Full SDLC
A developer shares their architecture for using Claude Code as a reasoning engine inside a multi-layer system: Python handles orchestration, Claude Code handles code writing and review, with isolated subagents and a persistent wiki layer.

A Developer's Process for Creating AI Text-Based Games with Claude
A developer shares their workflow for creating text-based games that run natively on AI models like Claude, including file harmonization, rule refinement, and packaging games as PDF prompts. They've released a StarCraft-themed text RTS called Kreep.