Skip to main content

View an MCP Server Registry Details

The MCP Registry Details page provides a comprehensive overview of a registered MCP instance. This page helps users understand the available tools (API endpoints), configuration details, and the type of registry (internal or external).

External Registry

Internal Registry

Understand the Details of an MCP Registry

1. Page Header

FieldDescription
Registry Name & IconThe page displays the name and icon/logo of the MCP instance
StatusIndicates whether the registry is Published or Unpublished.
VersionShows the current version (e.g., v1).
Tools CountDisplays the number of available tools or endpoints.
Last DeployedShows when the registry was last updated or deployed.
Transport TypeIndicates the communication method (e.g., "Standard Input/Output" or "HTTP").

2. Overview Section

FieldDescription
OverviewBriefly explains the purpose and main features of the MCP instance. This retrieved from Description inputted when publish MCP Server.

3. Tools (API Endpoints) Section

FieldDescription
List of ToolsDisplays all available API endpoints for the MCP instance.
Tool DetailsClick on the expand icon to view the endpoints details. For each tool, you can view: Name (e.g., slack_list_channels, get_today_meal_campus_cafeteria_seq_meal_type), Description (if available), Parameters (required inputs and types).

4. Server Config Section

FieldDescription
Server ConfigThis section shows a sample connection configuration in JSON format, including endpoint URL, authentication headers, and other connection details. This helps developers understand how to connect to and use the MCP instance from their applications.

5. Basic Information Section

FieldDescription
Transport TypeDisplays the communication protocol
Registry TypeIndicates if the registry is Internal or External.
Internal Registry: Only accessible within your organization or specific environment.
External Registry: Accessible from outside your organization; for public or cross-organization use.
DeployedShows when the registry was deployed.
ConstructorDisplays the owner who created this MCP instance
CategoryDisplay category
Builtin TypeDisplay Builtin Type if MCP Registry is an External MCP and transport type is HTTP

6. Action Buttons

  • Try in Playground: Allows users to test or experiment with the API endpoints directly from the interface. Refer to MCP Registry > MCP Registry Playground for details.
  • Go to MCP Instance: (Available for Internal registries only) Redirects to a more detailed instance management page.