Category: MCP & A2A
-
This post aims to demonstrate how to integrate the Model Context Protocol (MCP) into the example from the previous article (click here), where I used the Agent2Agent Protocol (A2A) to implement a CRUD system. Therefore, I highly recommend reading the previous post first, as it provides the foundation to better understand this content. For better…
-
Most agent systems operate in isolation, restricted to their own infrastructure. In practice, this means that an agent built within a company or hosted on a cloud server cannot easily communicate with another agent created in a different environment. The Agent2Agent Protocol (A2A) was designed to solve exactly this problem. It enables agents to connect…
-
FastMCP is a framework that simplifies the creation of servers compatible with the MCP protocol. If you want to learn more about MCP, click here to read my post on the topic. In this post, I’ll cover: Use Case: Automatic Report Sending via Email The use case consists of automatically sending an email to the…
-
The Model Context Protocol (or simply MCP) is a protocol developed by Anthropic that aims to standardize access to external tools used by AI applications. Imagine you are developing a system of AI Agents that need to access information from the internet. With the MCP protocol, there’s no need to create or adapt how these…
