How to Connect MCP Servers with Azure Foundry AI Agent: A Step-by-Step Guide

Table of Contents Introduction Prerequisites Setting Up Azure Foundry AI Agent Creating Your First Agent Configuring MCP Server Connection Testing and Validation Troubleshooting Next Steps Introduction This guide provides complete, step-by-step instructions for connecting to Model Context Protocol (MCP) servers from Azure Foundry AI Agent without writing any code. Azure Foundry AI Agent allows you to create intelligent agents that leverage MCP tools through simple YAML configuration, making it accessible to users of all technical levels. ...

October 29, 2025

How to Integrate MCP Client with Azure LLM Service: A Step-by-Step Guide

Table of Contents Introduction Prerequisites Project Setup Configuration Implementing the Azure OpenAI Service Implementing the MCP Client Service Creating the Chat Orchestrator Building the API Endpoints Testing and Validation Troubleshooting Deployment to Azure Next Steps Introduction This guide provides complete, step-by-step instructions for building an ASP.NET Core application that integrates Azure OpenAI (LLM) services with a Model Context Protocol (MCP) server. The application acts as an intelligent middleware that: Receives user requests via REST API Processes them through Azure’s Large Language Model Leverages MCP tools for enhanced functionality Returns intelligent, context-aware responses What You’ll Build By the end of this guide, you’ll have a minimal but fully functional ASP.NET Core application that: ...

October 18, 2025

Building an MCP Server with ASP.NET Core

Table of Contents Introduction Prerequisites Project Setup Understanding the MCP Architecture Implementing the Core Server Creating MCP Tools Tool Naming and Descriptions SSE (Server-Sent Events) Specifics Testing Your MCP Server Complete Example Introduction The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). This guide demonstrates how to build an MCP server using ASP.NET Core and C#. An MCP server exposes tools that LLMs can discover and invoke. These tools are simply API endpoints decorated with special attributes that make them discoverable through the MCP protocol. ...

October 8, 2025