Skip to content

Commit c682e71

Browse files
Merge pull request #311438 from ProfessorKendrick/apic-foundry-links
APIC 537477: Update register-discover-mcp-server.md
2 parents b8b93c7 + 70ada64 commit c682e71

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

articles/api-center/register-discover-mcp-server.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about how Azure API Center can be a centralized registry for
44

55
ms.service: azure-api-center
66
ms.topic: concept-article
7-
ms.date: 09/08/2025
7+
ms.date: 02/05/2026
88

99
ms.collection: ce-skilling-ai-copilot
1010
ms.update-cycle: 180-days
@@ -15,17 +15,20 @@ ms.custom:
1515

1616
# Register and discover remote MCP servers in your API inventory
1717

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).
1922
2023
[!INCLUDE [about-mcp-servers](includes/about-mcp-servers.md)]
2124

2225
## Manually register an MCP server in your API inventory
2326

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.
2528

2629
### MCP API type
2730

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).
2932

3033
As described in the following sections, when you register an MCP server, you can specify an environment, deployment, and definition.
3134

@@ -35,7 +38,7 @@ As described in the following sections, when you register an MCP server, you can
3538

3639
### Environment and deployment for MCP server
3740

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.
3942

4043
For information about creating an environment and a deployment, see [Tutorial: Add environments and deployments for APIs](././tutorials/configure-environments-deployments.md).
4144

@@ -44,7 +47,7 @@ For information about creating an environment and a deployment, see [Tutorial: A
4447
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).
4548

4649

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:
4851

4952

5053
```json
@@ -73,15 +76,15 @@ Register one or more of the partner MCP servers in your API inventory to make th
7376

7477
To register a partner MCP server:
7578

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.
7780
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.
7982

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:
8184

8285
* Creates an API entry in your API inventory with the API type set to **MCP**.
8386
* 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.
8588

8689
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).
8790

0 commit comments

Comments
 (0)