{"id":12665,"date":"2026-04-22T16:33:34","date_gmt":"2026-04-22T16:33:34","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/12665\/"},"modified":"2026-04-22T16:33:34","modified_gmt":"2026-04-22T16:33:34","slug":"agent-factory-connecting-agents-apps-and-data-with-new-open-standards-like-mcp-and-a2a","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/12665\/","title":{"rendered":"Agent Factory: Connecting agents, apps, and data with new open standards like MCP and A2A"},"content":{"rendered":"<p>\n\t\tThe real power of agents comes from their ability to connect to each other, to enterprise data, and to the systems where work gets done.\t<\/p>\n<p class=\"wp-block-paragraph\">This blog post is the fifth out of a six-part blog series called <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/tag\/agent-factory\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Agent Factory<\/a> which will share best practices, design patterns, and tools to help guide you through adopting and building agentic AI.<\/p>\n<p class=\"wp-block-paragraph\">An agent that can\u2019t talk to other agents, tools, and apps is just a silo. The real power of agents comes from their ability to connect to each other, to enterprise data, and to the systems where work gets done. Integration is what transforms an agent from a clever prototype into a force multiplier across a business.<\/p>\n<p class=\"wp-block-paragraph\">With <a href=\"https:\/\/azure.microsoft.com\/en-us\/products\/ai-foundry\" rel=\"nofollow noopener\" target=\"_blank\">Azure AI Foundry<\/a> customers and partners, we see the shift everywhere: customer service agents collaborating with retrieval agents to resolve complex cases, research agents chaining together across datasets to accelerate discovery, and business agents acting in concert to automate workflows that once took teams of humans. The story of agent development has moved from \u201ccan we build one?\u201d to \u201chow do we make them work together, safely and at scale?\u201d <\/p>\n<p>Industry trends show integration as the unlock<\/p>\n<p class=\"wp-block-paragraph\">At Microsoft over the years, I\u2019ve seen how open protocols shape ecosystems. From OData, which standardized access to data APIs, to OpenTelemetry, which gave developers common ground for observability, open standards have consistently unlocked innovation and scale across industries. Today, customers in Azure AI Foundry are looking for flexibility without vendor lock-in. The same pattern is now unfolding with AI agents. Proprietary, closed ecosystems create risk if agents, tools, or data can\u2019t interoperate, causing innovation to stall and an increase in switching costs. <\/p>\n<p>Standard protocols taking root: Open standards like the <a href=\"https:\/\/devblogs.microsoft.com\/foundry\/announcing-model-context-protocol-support-preview-in-azure-ai-foundry-agent-service\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Model Context Protocol (MCP)<\/a> and <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-cloud\/blog\/2025\/05\/07\/empowering-multi-agent-apps-with-the-open-agent2agent-a2a-protocol\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Agent2Agent (A2A)<\/a> are creating a lingua franca for how agents share tools, context, and results across vendors. This interoperability is critical for enterprises who want the freedom to choose best-of-breed solutions and ensure their agents, tools, and data can work together, regardless of vendor or framework.<\/p>\n<p><a href=\"https:\/\/developer.microsoft.com\/blog\/can-you-build-agent2agent-communication-on-mcp-yes\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">A2A collaboration on MCP<\/a>: Specialist agents increasingly collaborate as teams, with one handling scheduling, another querying databases, and another summarizing. This mirrors human work patterns, where specialists contribute to shared goals. Learn more about how this connects to MCP and A2A in our <a href=\"https:\/\/developer.microsoft.com\/blog\/can-you-build-agent2agent-communication-on-mcp-yes\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Agent2Agent and MCP blog<\/a>. <\/p>\n<p>Connected ecosystems: From Microsoft 365 to Salesforce to ServiceNow, enterprises expect agents to act across all their apps, not just one platform. Integration libraries and connectors are becoming as important as models themselves. Open standards ensure that as new platforms and tools emerge, they can be integrated seamlessly, eliminating the risk of isolated point solutions.<\/p>\n<p>Interop across frameworks: Developers want the freedom to build with <a href=\"https:\/\/github.com\/langchain-ai\/langgraph\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">LangGraph<\/a>, AutoGen, <a href=\"https:\/\/github.com\/microsoft\/semantic-kernel\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Semantic Kernel<\/a>, or <a href=\"https:\/\/github.com\/joaomdmoura\/crewai\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">CrewAI<\/a>\u2014and still have their agents talk to each other. Framework diversity is here to stay.<\/p>\n<p>What integration at scale requires<\/p>\n<p class=\"wp-block-paragraph\">From our work with enterprises and open-source communities, a picture emerges of what\u2019s needed to connect agents, apps, and data:<\/p>\n<p>Cross-agent collaboration by design: Multi-agent workflows require open protocols that allow different runtimes and frameworks to coordinate. Protocols like A2A and MCP are rapidly evolving to support richer agent collaboration and integration. A2A expands agent-to-agent collaboration, while MCP is growing into a foundational layer for context sharing, tool interoperability, and cross-framework coordination.<\/p>\n<p>Shared context through open standards: Agents need a safe, consistent way to pass context, tools, and results. MCP enables this by making tools reusable across agents, frameworks, and vendors.<\/p>\n<p>Seamless enterprise system access: Business value only happens when agents can act: update a CRM record, post in Teams, or trigger an ERP workflow. Integration fabrics with prebuilt connectors remove the heavy lift. Enterprises can connect new and legacy systems without costly rewrites or proprietary barriers.<\/p>\n<p>Unified observability: As workflows span agents and apps, tracing and debugging across boundaries becomes essential. Teams must see the chain of reasoning across multiple agents to ensure safety, compliance, and trust. Open telemetry and evaluation standards give enterprises the transparency and control they need to operate at scale.<\/p>\n<p>How Azure AI Foundry enables integration at scale<\/p>\n<p class=\"wp-block-paragraph\">Azure AI Foundry was designed for this connected future. It makes agents interoperable, enterprise ready, and integrated into the systems where businesses run.<\/p>\n<p><a href=\"https:\/\/techcommunity.microsoft.com\/blog\/azure-ai-foundry-blog\/mastering-model-context-protocol-mcp-building-multi-server-mcp-with-azure-openai\/4424993\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Model Context Protocol (MCP)<\/a>: Foundry agents can call MCP-compatible tools directly, enabling developers to reuse existing connectors and unlock a growing marketplace of interoperable tools. Semantic Kernel also supports MCP for pro-code developers. <\/p>\n<p>A2A support: Through <a href=\"https:\/\/github.com\/microsoft\/semantic-kernel\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Semantic Kernel<\/a>, Foundry implements A2A so agents can collaborate across different runtimes and ecosystems. Multi-agent workflows\u2014like a research agent coordinating with a compliance agent before drafting a report\u2014just work.<\/p>\n<p>Enterprise integration fabric: Foundry comes with thousands of connectors into SaaS and enterprise systems. From Dynamics 365 to ServiceNow to custom APIs, agents can act where business happens without developers rebuilding integrations from scratch. And with <a href=\"https:\/\/techcommunity.microsoft.com\/blog\/integrationsonazureblog\/introducing-logic-apps-mcp-servers-public-preview\/4450419\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Logic Apps now supporting MCP<\/a>, existing workflows and connectors can be leveraged directly inside Foundry agents.<\/p>\n<p>Unified observability and governance: Tracing, evaluation, and compliance checks extend across multi-agent and multi-system workflows. Developers can debug cross-agent reasoning and enterprises can enforce identity, policy, and compliance end-to-end.<\/p>\n<p>Why this matters now<\/p>\n<p class=\"wp-block-paragraph\">Enterprises don\u2019t want isolated point solutions\u2014they want connected systems that scale. The next competitive advantage in AI isn\u2019t just building smarter agents, it\u2019s building connected agent ecosystems that work across apps, frameworks, and vendors. Interoperability and open standards are the foundation for this future, giving customers the flexibility, choice, and confidence to invest in AI without fear of vendor lock-in.<\/p>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/ai.azure.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Azure AI Foundry<\/a> makes that possible:<\/p>\n<p>Flexible protocols (MCP and A2A) for agentic collaboration and interoperability.<\/p>\n<p>Enterprise connectors for system integration.<\/p>\n<p>Guardrails and governance for trust at scale.<\/p>\n<p class=\"wp-block-paragraph\">With these foundations, organizations can move from siloed prototypes to truly connected AI ecosystems that span the enterprise.<\/p>\n<p>What\u2019s next<\/p>\n<p class=\"wp-block-paragraph\">In part six of the Agent Factory series, we\u2019ll focus on one of the most critical dimensions of agent development: trust. Building powerful agents is only half the challenge. Enterprises need to ensure these agents operate with the highest standards of security, identity, and governance.<\/p>\n<p class=\"wp-block-paragraph\">Did you miss these posts in the <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/tag\/agent-factory\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Agent Factory series<\/a>?<\/p>\n<p>\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/www.europesays.com\/ai\/wp-content\/uploads\/2026\/04\/Azure-DevTools-Light-2-1024x768.jpg\" class=\"cta-block__image\" alt=\"A close up of a group of 3 D dev tools.\"  \/>\t\t\t<\/p>\n<p>\t\t\tAzure AI Foundry<\/p>\n<p class=\"cta-block__text\">Build adaptable AI agents that connect with each other to automate tasks and enhance user experiences.<\/p>\n","protected":false},"excerpt":{"rendered":"The real power of agents comes from their ability to connect to each other, to enterprise data, and&hellip;\n","protected":false},"author":2,"featured_media":12666,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[9654,24,420,7829,320,7828],"class_list":{"0":"post-12665","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-microsoft","8":"tag-agent-factory","9":"tag-ai","10":"tag-azure","11":"tag-azure-ai","12":"tag-microsoft","13":"tag-microsoft-ai"},"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/12665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=12665"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/12665\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/12666"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=12665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=12665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=12665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}