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
+2-1Lines changed: 2 additions & 1 deletion
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: 02/20/2026
7
+
ms.date: 04/02/2026
8
8
9
9
ms.collection: ce-skilling-ai-copilot
10
10
ms.update-cycle: 180-days
@@ -126,6 +126,7 @@ To build MCP servers by using Azure compute services and register them in your A
126
126
Set up your [API Center portal](set-up-api-center-portal.md) so that developers and other stakeholders in your organization can discover MCP servers in your API inventory. From the API Center portal, users can do the following:
127
127
- Browse and filter MCP servers in the inventory.
128
128
- For remote MCP servers, view details such as the URL endpoint of the MCP server and API definition, and install the MCP server in their Visual Studio Code environment.
129
+
- A built-in MCP Inspector tool allows users to test MCP server endpoints and view the responses directly in the portal. On the **Options** tab of an MCP server details page, select **View documentation** to access the MCP Inspector.
129
130
130
131
:::image type="content" source="media/register-discover-mcp-server/mcp-server-portal-small.png" lightbox="media/register-discover-mcp-server/mcp-server-portal.png" alt-text="Screenshot of MCP server in API Center portal.":::
Copy file name to clipboardExpand all lines: articles/api-center/set-up-api-center-portal.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to set up the API Center portal, a managed website that enables
4
4
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 02/25/2026
7
+
ms.date: 04/02/2026
8
8
ms.update-cycle: 180-days
9
9
10
10
ms.custom:
@@ -19,7 +19,7 @@ This article shows you how to set up and customize the *API Center portal* (prev
19
19
The API Center portal supports and streamlines the work of developers who use and create APIs within your organization. Users with access can:
20
20
21
21
***Search for APIs** by name or use AI-assisted semantic search.
22
-
***Filter APIs** by type or lifecycle stage.
22
+
***Filter APIs** by type, lifecycle stage, and other properties.
23
23
***View API details and definitions** including endpoints, methods, parameters, and response formats.
24
24
***Download API definitions** to their computer or open in Visual Studio Code.
25
25
***Try out APIs** with API key or OAuth 2.0 authentication.
@@ -66,6 +66,9 @@ After configuring access, open the API Center portal by selecting **View API Cen
66
66
67
67
By default, the portal home page is publicly reachable. If Microsoft Entra ID is configured for access, users must select **Sign-in** to access APIs. See [Enable sign-in to portal by Microsoft Entra users and groups](#enable-sign-in) for details on configuring user access.
68
68
69
+
* Add filters on the home page to display assets of certain types or that match certain metadata values.
70
+
* Select an API or other registered asset to view its details, such as endpoints, methods, parameters, and response formats. You can also download API definitions or open them in Visual Studio Code.
71
+
69
72
<aid="enable-sign-in"></a>
70
73
## Enable sign-in to portal by Microsoft Entra users and groups
0 commit comments