
mcp-brasil is Trending — Here's How to Add AI Image Generation to Brazilian APIs
mcp-brasil is Trending — Here's How to Add AI Image Generation to Brazilian APIs mcp-brasil just exploded on GitHub with 373+ stars in days. It exposes 28 Brazilian public APIs — IBGE, Banco Central, TSE, DataJud, INPE, BrasilAPI, and more — directly to AI assistants via the Model Context Protocol (MCP). Brazilian developers are using it to ask Claude and GPT questions like: "Quais os 10 maiores contratos do governo federal em 2024?" "Qual a tendência da taxa Selic nos últimos 12 meses?" But there's a gap: mcp-brasil reads data, but can't generate content . What if you could also generate images, speak Portuguese via TTS, or create videos from that data? That's what this tutorial covers. What Is MCP? MCP (Model Context Protocol) is Anthropic's open protocol for connecting AI assistants to external tools. mcp-brasil implements it for 28 Brazilian government APIs with 213 tools, smart BM25 discovery, and batch execution. pip install mcp-brasil The Missing Piece: NexaAPI NexaAPI is a unif
Continue reading on Dev.to Python
Opens in a new tab


