# MCP Registry Integration

## Overview

The MCP Registry integration allows you to configure external registry endpoints that Akto uses to discover and validate Model Context Protocol (MCP) servers. This integration defines the authoritative sources Akto queries for MCP server metadata during agentic discovery.

The integration supports official, third-party, and custom registries that implement the MCP Registry API specification.

## Integrating the MCP Registry

You can configure MCP registries from **Settings → Integrations → MCP Registry**.\
.

For integration follow the following steps:

{% stepper %}
{% step %}
**Open MCP Registry settings**

Navigate to **Settings → Integrations → MCP Registry** to view existing configured registries.

<div data-with-frame="true"><figure><img src="https://3128331180-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftog5ODwYfqPOf4eQhsOC%2Fuploads%2FhRnWts79kP6cw8fPnT9O%2Fimage.png?alt=media&#x26;token=03564374-6e8c-4dd3-86e9-91000f027723" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
This page maintains the complete list of registry endpoints used by Akto.
{% endhint %}
{% endstep %}

{% step %}
**Add a new registry**

Select **Add Registry** to register a new MCP registry endpoint.
{% endstep %}

{% step %}
**Provide registry details**

Enter the following information:

* **Registry Name**: A descriptive identifier for the registry within Akto.
* **Registry URL**: The full MCP Registry API endpoint, typically ending with `/v0/servers`.

  <figure><img src="https://3128331180-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftog5ODwYfqPOf4eQhsOC%2Fuploads%2Fgit-blob-266913866dd0b16e71539712f4b761b867ab078a%2Fimage.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

The registry URL must follow the MCP Registry API specification and must be reachable from the Akto instance.
{% endstep %}

{% step %}
**Save the configuration**

Save the registry configuration to include the registry in MCP server discovery.
{% endstep %}
{% endstepper %}

You can configure multiple registries simultaneously. All configured registries participate equally in discovery and validation.

## Testing a Connected Registry

Each configured registry includes a **Test Connection** option.

The connection test validates:

* Network accessibility from the Akto instance.
* API responsiveness of the registry endpoint.
* Basic compatibility with the MCP Registry API format.

<figure><img src="https://3128331180-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftog5ODwYfqPOf4eQhsOC%2Fuploads%2Fgit-blob-3405c5c029fe036299cc5c1a85ce0ac2f538b45e%2Fimage.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

Only registries that respond successfully are used for MCP server discovery and validation. This testing step helps confirm registry readiness before relying on registry data in agentic workflows.

{% hint style="warning" %}
**Important Notes**

* All registries will be used for MCP server discovery and validation
* Custom registries must follow the MCP Registry API specification
* Ensure your custom registries are accessible from your Akto instance
  {% endhint %}

## Configuration Impact

Configured MCP registries define:

* The scope of MCP server discovery.
* The sources used for MCP server validation.

This integration helps you manage MCP server provenance while keeping discovery behavior controlled and transparent.
