Skip to content

Commit f7347ff

Browse files
committed
intro
1 parent 0c8ed6d commit f7347ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/api-management/export-rest-mcp-server.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Need to use the GenAI release group -->
2020

2121
In API Management, you can expose a REST API managed in API Management as a remote [Model Context Protocol (MCP)](https://www.anthropic.com/news/model-context-protocol) server. You can expose one or more of the API operations as tools that can be called by clients using the MCP protocol.
2222

23+
Using API Management to expose remote MCP servers provides centralized control over authentication, authorization, and monitoring. It simplifies the process of exposing APIs as MCP servers while helping to mitigate common security risks and ensuring scalability.
24+
2325
> [!NOTE]
2426
> This feature is currently in preview and is being released first to the **AI Gateway Early** [update group](configure-service-update-settings.md).
2527
26-
In this article, you learn how to:
28+
In this article, you learn how to:.
2729

2830
* Expose a REST API in API Management as an MCP server
2931
* Test the generated MCP server
@@ -35,7 +37,7 @@ In this article, you learn how to:
3537
+ Complete the following quickstart: [Create an Azure API Management instance](get-started-create-service-instance.md). Currently only the **Premium**, **Standard**, and **Basic** tiers of API Management support MCP servers.
3638
+ Make sure that your instance manages a REST API that you'd like to expose as an MCP server. To import a sample API, see [Import and publish your first API](import-and-publish.md).
3739
> [!NOTE]
38-
> Only expose HTTP APIs from API Management can be exposed as MCP servers.
40+
> Only HTTP APIs from API Management can be exposed as MCP servers.
3941
+ To test the MCP server, you can use a tool like [MCP Inspector](https://modelcontextprotocol.io/docs/tools/inspector) or Visual Studio Code with access to [GitHub Copilot](https://code.visualstudio.com/docs/copilot/setup).
4042

4143
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-navigate-to-instance.md)]

0 commit comments

Comments
 (0)