---
title: MCP Server
description: Describes the early access PingOne MCP Settings API for managing Model Context Protocol access in an environment
component: pingone-api-ea
page_id: pingone-api-ea:platform:early-access/mcp-server
canonical_url: https://developer.pingidentity.com/pingone-api-ea/platform/early-access/mcp-server.html
llms_txt: https://developer.pingidentity.com/pingone-api-ea/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: 2026-09-01
section_ids:
  mcp-server-data-model: MCP Server data model
---

# MCP Server

|   |                                                                                                                                                       |
| - | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | This information is provided as part of the early-access program. API details described here might change before the official release of the feature. |

The MCP Settings API allows administrators to manage the configuration of the PingOne Model Context Protocol (MCP) server for a specific environment.

By default, the MCP server is disabled. Using these endpoints, you can enable the MCP server, which allows authorized external Large Language Model (LLM) clients to discover and execute [tools](https://developer.pingidentity.com/build-with-ai/pingone-mcp-server/p1-available-tools.html) within your PingOne environment.

## MCP Server data model

| Property         | Type    | Required | Mutable   | Description                                                                           |
| ---------------- | ------- | -------- | --------- | ------------------------------------------------------------------------------------- |
| `environment.id` | String  | Required | Immutable | The UUID of the environment to which the MCP Server settings apply.                   |
| `enabled`        | Boolean | Required | Mutable   | Specifies whether the MCP server is enabled for the environment. Defaults to `false`. |
