<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mcp on Antonio Cortés (DrZippie)</title><link>https://antoniocortes.com/tags/mcp/</link><description>Recent content in Mcp on Antonio Cortés (DrZippie)</description><generator>Hugo</generator><language>es-es</language><lastBuildDate>Sun, 01 Feb 2026 21:46:02 +0100</lastBuildDate><atom:link href="https://antoniocortes.com/tags/mcp/index.xml" rel="self" type="application/rss+xml"/><item><title>AI Coding Agents: Rules, Commands, Skills, MCP and Hooks Explained</title><link>https://antoniocortes.com/en/post/2026/02/ai-coding-agents-conceptos-clave/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2026/02/ai-coding-agents-conceptos-clave/</guid><description>&lt;p&gt;If you&amp;rsquo;re using tools like Claude Code, GitHub Copilot Workspace, or similar, you&amp;rsquo;ve probably noticed there&amp;rsquo;s technical jargon that goes beyond simply &amp;ldquo;chatting with AI&amp;rdquo;. I&amp;rsquo;m talking about terms like &lt;strong&gt;rules&lt;/strong&gt;, &lt;strong&gt;commands&lt;/strong&gt;, &lt;strong&gt;skills&lt;/strong&gt;, &lt;strong&gt;MCP&lt;/strong&gt;, and &lt;strong&gt;hooks&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;These concepts are the architecture that makes AI agents truly useful for software development. They&amp;rsquo;re not just fancy marketing words — each one serves a specific function in how the agent works.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s break them down one by one in a clear way.&lt;/p&gt;</description></item><item><title>AI Coding Agents: Rules, Commands, Skills, MCP y Hooks explicados</title><link>https://antoniocortes.com/2026/02/01/ai-coding-agents-conceptos-clave/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2026/02/01/ai-coding-agents-conceptos-clave/</guid><description>&lt;p&gt;Si estás usando herramientas como Claude Code, GitHub Copilot Workspace o similares, habrás notado que hay una jerga técnica que va más allá de simplemente &amp;ldquo;chatear con la IA&amp;rdquo;. Hablo de términos como &lt;strong&gt;rules&lt;/strong&gt;, &lt;strong&gt;commands&lt;/strong&gt;, &lt;strong&gt;skills&lt;/strong&gt;, &lt;strong&gt;MCP&lt;/strong&gt; y &lt;strong&gt;hooks&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Estos conceptos son la arquitectura que hace que los agentes de IA sean realmente útiles para desarrollo de software. No son solo palabras bonitas de marketing — cada uno cumple una función específica en cómo el agente trabaja.&lt;/p&gt;
&lt;p&gt;Vamos a desglosarlos uno por uno de forma clara.&lt;/p&gt;</description></item><item><title>MCPHero: El puente entre MCP y las librerías tradicionales de IA</title><link>https://antoniocortes.com/mcphero-puente-mcp-libs-ia/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/mcphero-puente-mcp-libs-ia/</guid><description>&lt;p&gt;Últimamente estoy siguiendo de cerca todo lo que rodea al &lt;strong&gt;protocolo MCP&lt;/strong&gt; (Model Context Protocol), y hace poco me encontré con un proyecto que tiene bastante sentido: &lt;strong&gt;MCPHero&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;La realidad es que aunque MCP está pegando fuerte, muchas librerías de IA &amp;ldquo;tradicionales&amp;rdquo; como &lt;code&gt;openai&lt;/code&gt; o &lt;code&gt;google-genai&lt;/code&gt; siguen sin soporte nativo para MCP. Solo soportan tool/function calls. MCPHero viene a solucionar precisamente esto: hacer de puente entre servidores MCP y estas librerías.&lt;/p&gt;</description></item><item><title>MCPHero: The Bridge Between MCP and Traditional AI Libraries</title><link>https://antoniocortes.com/mcphero-bridge-mcp-libs-ai/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/mcphero-bridge-mcp-libs-ai/</guid><description>&lt;p&gt;Lately I&amp;rsquo;ve been closely following everything around the &lt;strong&gt;MCP protocol&lt;/strong&gt; (Model Context Protocol), and recently I found a project that makes a lot of sense: &lt;strong&gt;MCPHero&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The reality is that although MCP is taking off, many &amp;ldquo;traditional&amp;rdquo; AI libraries like &lt;code&gt;openai&lt;/code&gt; or &lt;code&gt;google-genai&lt;/code&gt; still don&amp;rsquo;t have native MCP support. They only support tool/function calls. MCPHero comes to solve exactly this: make a bridge between MCP servers and these libraries.&lt;/p&gt;
&lt;h2 id="what-is-mcphero"&gt;What is MCPHero?&lt;/h2&gt;
&lt;p&gt;MCPHero is a Python library that lets you use MCP servers as tools/functions in native AI libraries. Basically, it lets you connect to any MCP server and use its tools as if they were native OpenAI or Google Gemini tools.&lt;/p&gt;</description></item><item><title>A2A vs MCP: ¿Herramientas o Agentes? La diferencia que cambiará cómo construimos sistemas de IA</title><link>https://antoniocortes.com/2025/07/09/a2a-vs-mcp-herramientas-o-agentes-la-diferencia-que-cambiar%C3%A1-c%C3%B3mo-construimos-sistemas-de-ia/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/09/a2a-vs-mcp-herramientas-o-agentes-la-diferencia-que-cambiar%C3%A1-c%C3%B3mo-construimos-sistemas-de-ia/</guid><description>&lt;h2 id="dos-protocolos-dos-filosofías"&gt;Dos protocolos, dos filosofías&lt;/h2&gt;
&lt;p&gt;En los últimos meses han aparecido dos protocolos que van a cambiar cómo construimos sistemas de IA: &lt;strong&gt;&lt;a href="https://a2aprotocol.ai/"&gt;Agent2Agent Protocol (A2A)&lt;/a&gt;&lt;/strong&gt; de Google y &lt;strong&gt;&lt;a href="https://modelcontextprotocol.io/"&gt;Model Context Protocol (MCP)&lt;/a&gt;&lt;/strong&gt; de Anthropic. Pero aquí está el tema: &lt;strong&gt;no compiten entre sí&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Es más, tras analizar ambos durante semanas, me he dado cuenta de que entender la diferencia entre A2A y MCP es crucial para cualquiera que esté construyendo sistemas de IA más allá de simples chatbots.&lt;/p&gt;</description></item><item><title>A2A vs MCP: Tools or Agents? The difference that will change how we build AI systems</title><link>https://antoniocortes.com/en/post/2025/07/a2a_vs_mcp_herramientas_agentes_09_julio_2025/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/a2a_vs_mcp_herramientas_agentes_09_julio_2025/</guid><description>&lt;h2 id="two-protocols-two-philosophies"&gt;Two protocols, two philosophies&lt;/h2&gt;
&lt;p&gt;In recent months, two protocols have emerged that will change how we build AI systems: &lt;strong&gt;&lt;a href="https://a2aprotocol.ai/"&gt;Agent2Agent Protocol (A2A)&lt;/a&gt;&lt;/strong&gt; from Google and &lt;strong&gt;&lt;a href="https://modelcontextprotocol.io/"&gt;Model Context Protocol (MCP)&lt;/a&gt;&lt;/strong&gt; from Anthropic. But here&amp;rsquo;s the thing: &lt;strong&gt;they don&amp;rsquo;t compete with each other&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In fact, after analyzing both for weeks, I&amp;rsquo;ve realized that understanding the difference between A2A and MCP is crucial for anyone building AI systems beyond simple chatbots.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The key lies in one question&lt;/strong&gt;: Are you connecting an AI with tools, or are you coordinating multiple intelligences?&lt;/p&gt;</description></item><item><title>AgentHouse: Cuando las bases de datos empiezan a hablar nuestro idioma</title><link>https://antoniocortes.com/2025/07/09/agenthouse-cuando-las-bases-de-datos-empiezan-a-hablar-nuestro-idioma/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/09/agenthouse-cuando-las-bases-de-datos-empiezan-a-hablar-nuestro-idioma/</guid><description>&lt;p&gt;Hace unos meses, cuando Anthropic lanzó su protocolo MCP (Model Context Protocol), sabía que íbamos a ver integraciones interesantes entre LLMs y bases de datos. Lo que no esperaba era ver algo tan pulido y funcional como AgentHouse de ClickHouse tan pronto.&lt;/p&gt;
&lt;p&gt;Tengo planificado probar esta demo en breve, pero ya solo leyendo sobre ella me parece fascinante la idea de poder preguntarle a una base de datos cosas como &amp;ldquo;¿cuáles son los repositorios más populares de GitHub este mes?&amp;rdquo; y obtener no solo una respuesta, sino visualizaciones automáticas.&lt;/p&gt;</description></item><item><title>AgentHouse: When databases start speaking our language</title><link>https://antoniocortes.com/en/post/2025/07/agenthouse-clickhouse-mcp-09_julio_2025/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/agenthouse-clickhouse-mcp-09_julio_2025/</guid><description>&lt;p&gt;A few months ago, when Anthropic launched their MCP (Model Context Protocol), I knew we&amp;rsquo;d see interesting integrations between LLMs and databases. What I didn&amp;rsquo;t expect was to see something as polished and functional as ClickHouse&amp;rsquo;s AgentHouse so soon.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m planning to test this demo soon, but just reading about it, the idea of being able to ask a database questions like &amp;ldquo;What are the most popular GitHub repositories this month?&amp;rdquo; and getting not just an answer, but automatic visualizations, seems fascinating.&lt;/p&gt;</description></item><item><title>Agent Communication Protocol (ACP): El HTTP de los agentes de IA</title><link>https://antoniocortes.com/2025/07/02/agent-communication-protocol-acp-el-http-de-los-agentes-de-ia/</link><pubDate>Wed, 02 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/02/agent-communication-protocol-acp-el-http-de-los-agentes-de-ia/</guid><description>&lt;h2 id="otro-protocolo-más-que-promete-cambiarlo-todo"&gt;Otro protocolo más que promete cambiarlo todo&lt;/h2&gt;
&lt;p&gt;Cuando IBM Research anunció el &lt;strong&gt;Agent Communication Protocol (ACP)&lt;/strong&gt; como parte del proyecto BeeAI, mi primera reacción fue la habitual: &lt;em&gt;&amp;ldquo;Ah, otro protocolo universal más&amp;rdquo;&lt;/em&gt;. Con casi 30 años en esto, he visto demasiados &amp;ldquo;estándares definitivos&amp;rdquo; que acabaron en el olvido.&lt;/p&gt;
&lt;p&gt;Pero hay algo diferente en ACP que me hizo prestar atención: &lt;strong&gt;no promete resolver todos los problemas del mundo&lt;/strong&gt;. Simplemente se enfoca en uno muy específico: hacer que agentes de IA de diferentes frameworks puedan hablar entre sí. Y lo hace de una manera que realmente tiene sentido.&lt;/p&gt;</description></item><item><title>Agent Communication Protocol (ACP): The HTTP of AI Agents</title><link>https://antoniocortes.com/en/post/2025/agent-communication-protocol-acp-02_julio_2025/</link><pubDate>Wed, 02 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/agent-communication-protocol-acp-02_julio_2025/</guid><description>&lt;h2 id="yet-another-protocol-promising-to-change-everything"&gt;Yet another protocol promising to change everything&lt;/h2&gt;
&lt;p&gt;When IBM Research announced the &lt;strong&gt;Agent Communication Protocol (ACP)&lt;/strong&gt; as part of the BeeAI project, my first reaction was the usual one: &lt;em&gt;&amp;ldquo;Oh, just another universal protocol&amp;rdquo;&lt;/em&gt;. With nearly 30 years in this field, I&amp;rsquo;ve seen too many &amp;ldquo;definitive standards&amp;rdquo; that ended up forgotten.&lt;/p&gt;
&lt;p&gt;But there&amp;rsquo;s something different about ACP that made me pay attention: &lt;strong&gt;it doesn&amp;rsquo;t promise to solve all the world&amp;rsquo;s problems&lt;/strong&gt;. It simply focuses on one very specific thing: making AI agents from different frameworks talk to each other. And it does it in a way that really makes sense.&lt;/p&gt;</description></item><item><title>MCP for Skeptics: Why the Model Context Protocol is Worth It (even if it doesn't seem like it)</title><link>https://antoniocortes.com/en/post/2025/mcp-para-escepticos/</link><pubDate>Wed, 02 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/mcp-para-escepticos/</guid><description>&lt;h2 id="confession-of-a-converted-skeptic"&gt;Confession of a converted skeptic&lt;/h2&gt;
&lt;p&gt;When Anthropic announced the &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt; in November 2024, my first reaction was: &lt;em&gt;&amp;ldquo;Ah, another protocol promising to solve all integration problems&amp;rdquo;&lt;/em&gt;. As a DevOps Manager who has seen dozens of &amp;ldquo;universal standards&amp;rdquo; born and die, I have reasons to be skeptical.&lt;/p&gt;
&lt;p&gt;But after several months watching MCP be massively adopted - &lt;strong&gt;OpenAI integrated it in March 2025, Google DeepMind in April&lt;/strong&gt; - I decided to investigate beyond the hype. And I have to admit something: &lt;strong&gt;I was wrong&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>MCP para escépticos: Por qué el Model Context Protocol vale la pena (aunque no lo parezca)</title><link>https://antoniocortes.com/2025/07/02/mcp-para-esc%C3%A9pticos-por-qu%C3%A9-el-model-context-protocol-vale-la-pena-aunque-no-lo-parezca/</link><pubDate>Wed, 02 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/02/mcp-para-esc%C3%A9pticos-por-qu%C3%A9-el-model-context-protocol-vale-la-pena-aunque-no-lo-parezca/</guid><description>&lt;h2 id="confesión-de-un-escéptico-convertido"&gt;Confesión de un escéptico convertido&lt;/h2&gt;
&lt;p&gt;Cuando Anthropic anunció el &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt; en noviembre de 2024, mi primera reacción fue: &lt;em&gt;&amp;ldquo;Ah, otro protocolo más que promete resolver todos los problemas de integración&amp;rdquo;&lt;/em&gt;. Como DevOps Manager que ha visto nacer y morir docenas de &amp;ldquo;estándares universales&amp;rdquo;, tengo razones para ser escéptico.&lt;/p&gt;
&lt;p&gt;Pero después de varios meses viendo cómo MCP se ha adoptado masivamente - &lt;strong&gt;OpenAI lo integró en marzo 2025, Google DeepMind en abril&lt;/strong&gt; - decidí investigar más allá del hype. Y tengo que admitir algo: &lt;strong&gt;estaba equivocado&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>