Model Context Protocol (MCP) is Anthropic’s open standard for connecting LLMs to external tools and data sources. Instead of building a custom tool-calling integration for every model, you build one MCP server and any compatible client — Claude, Cursor, Zed, your own agent — can use it. I built whatsapp-mcp : an MCP server that gives LLM agents full access to WhatsApp. This post covers the…
Web scraping in 2025 is a constant arms race. The easy targets are gone — any site worth scraping has Cloudflare, DataDome, or something custom standing between you and the data. This post is about what actually works. The Landscape Three years ago, a rotating proxy pool and a randomized user-agent were enough to get through most defenses. Today: Cloudflare Turnstile / Bot Management runs…
Welcome to the new felipeadeildo.com — rebuilt from scratch with Hugo and the LoveIt theme . The old site was a single HTML file with Tailwind and GSAP animations — fun to build, but hard to maintain and impossible to blog on. This new setup gives me: A proper blog with tags, categories, and RSS A projects showcase page Dark/light mode auto-detection Math rendering via KaTeX Code highlighting with…