RSSAmplifier

Blog

Felipe Adeildo

Co-Founder @ RanqIA · Fellow Estudar '25 · Behring Scholar '25 · CS @ Insper '25

felipeadeildo.comRSS feed ↗3 posts

Latest posts

Building a WhatsApp MCP Server: LLM Agents That Can Text

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: Getting Past Anti-Bot Systems

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…

Hello, World — New Site with Hugo & LoveIt

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…