You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/register-discover-mcp-server.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about how Azure API Center can be a centralized registry for
4
4
5
5
ms.service: azure-api-center
6
6
ms.topic: concept-article
7
-
ms.date: 09/08/2025
7
+
ms.date: 02/05/2026
8
8
9
9
ms.collection: ce-skilling-ai-copilot
10
10
ms.update-cycle: 180-days
@@ -15,17 +15,20 @@ ms.custom:
15
15
16
16
# Register and discover remote MCP servers in your API inventory
17
17
18
-
This article describes how to use Azure API Center to maintain an inventory (or *registry*) of remote model context protocol (MCP) servers and help stakeholders discover them using the API Center portal. MCP servers expose backend APIs or data sources in a standard way to AI agents and models that consume them.
18
+
This article describes how to use Azure API Center to maintain an inventory (or *registry*) of remote model context protocol (MCP) servers and help stakeholders discover them through the API Center portal. MCP servers expose backend APIs or data sources in a standard way to AI agents and models that consume them.
19
+
20
+
> [!NOTE]
21
+
> New! MCP servers registered in your API Center can now be integrated with Azure AI Foundry's tool catalogs, enabling you to govern MCP tools and make them available to AI agents. Learn more in [Tool catalog for agents in Azure AI Foundry](/azure/ai-foundry/agents/concepts/tool-catalog) and [Private tool catalogs for Azure AI Foundry agents](/azure/ai-foundry/agents/how-to/private-tool-catalog).
## Manually register an MCP server in your API inventory
23
26
24
-
The following sections describe how to manually inventory a remote MCP server in your API center.
27
+
The following sections describe how to manually add a remote MCP server to your API center inventory.
25
28
26
29
### MCP API type
27
30
28
-
Manually register an MCP server in your API center inventory similar to the way you register other APIs, specifying the API type as **MCP**. To register an API using the Azure portal, see [Tutorial: Register APIs in your API inventory](././tutorials/register-apis.md).
31
+
Manually register an MCP server in your API center inventory similar to the way you register other APIs. Specify the API type as **MCP**. To register an API by using the Azure portal, see [Tutorial: Register APIs in your API inventory](././tutorials/register-apis.md).
29
32
30
33
As described in the following sections, when you register an MCP server, you can specify an environment, deployment, and definition.
31
34
@@ -35,7 +38,7 @@ As described in the following sections, when you register an MCP server, you can
35
38
36
39
### Environment and deployment for MCP server
37
40
38
-
In API Center, specify an *environment* and a *deployment* for your MCP server. The environment is the location of the MCP server, such as an API management platform or a compute service, and the deployment is a runtime URL for the MCP service.
41
+
In API Center, specify an *environment* and a *deployment* for your MCP server. The environment is the location of the MCP server, such as an API management platform or a compute service. The deployment is a runtime URL for the MCP service.
39
42
40
43
For information about creating an environment and a deployment, see [Tutorial: Add environments and deployments for APIs](././tutorials/configure-environments-deployments.md).
41
44
@@ -44,7 +47,7 @@ For information about creating an environment and a deployment, see [Tutorial: A
44
47
Optionally, add an API definition for a remote MCP server in OpenAPI 3.0 format. The API definition must include a URL endpoint for the MCP server. For an example of adding an OpenAPI definition, see [Tutorial: Register APIs in your API inventory](././tutorials/register-apis.md#add-a-definition-to-your-version).
45
48
46
49
47
-
You can use the following lightweight OpenAPI 3.0 API definition for your MCP server, which includes a `url` endpoint for the MCP server:
50
+
Use the following lightweight OpenAPI 3.0 API definition for your MCP server, which includes a `url` endpoint for the MCP server:
48
51
49
52
50
53
```json
@@ -73,15 +76,15 @@ Register one or more of the partner MCP servers in your API inventory to make th
73
76
74
77
To register a partner MCP server:
75
78
76
-
1. In the [Azure portal](https://portal.azure.com), navigate to your API center.
79
+
1. In the [Azure portal](https://portal.azure.com), go to your API center.
77
80
1. In the sidebar menu, under **Discover**, select **MCP** (preview).
78
-
1. Browse the available partner MCP servers. Select **Register** to add an MCP server to your API inventory. Follow on-screen instructions if provided to complete the registration.
81
+
1. Browse the available partner MCP servers. Select **Register** to add an MCP server to your API inventory. Follow the on-screen instructions if they're provided to complete the registration.
79
82
80
-
When you add a partner MCP server, API Center automatically configures the following for you:
83
+
When you add a partner MCP server, API Center automatically configures the following settings for you:
81
84
82
85
* Creates an API entry in your API inventory with the API type set to **MCP**.
83
86
* Creates an environment and a deployment for the MCP server.
84
-
* Adds an OpenAPI definition for the MCP server if available from the partner.
87
+
* Adds an OpenAPI definition for the MCP server if the partner provides one.
85
88
86
89
To build and register a Logic Apps MCP server, see [Build and register a Logic Apps MCP server](../logic-apps/create-mcp-server-api-center.md).
0 commit comments