A unified MCP layer with Toolboxes in Microsoft Foundry
Microsoft Developer explains how Toolboxes in Microsoft Foundry provide a unified layer for exposing and governing tools through MCP (Model Context Protocol).
Overview
Toolboxes are positioned as an enterprise-ready approach to standardizing how agents discover and use tools via MCP, while keeping authentication and guardrails consistent across teams.
What Toolboxes add on top of MCP
- Runtime tool search so agents can find available tools at runtime.
- Support for MCP skill extensions.
- Support for the MCP 07-28 specification.
Bringing existing tools and agents into MCP
- Teams can bring OpenAPI tools and A2A agents.
- These can be exposed through MCP, so agents can reuse a consistent interface.
- A unified configuration can be reused across multiple agents, rather than rebuilding integrations per agent.
Centralized governance, authentication, and guardrails
- A centralized governance layer provides:
- Consistent authentication across tools.
- Shared guardrails for tool usage.
- The goal is to avoid each agent team having to re-implement the same integration and security controls.
Reference
- Toolbox overview documentation: https://learn.microsoft.com/azure/foundry/agents/concepts/toolbox-overview