---
title: "Get MCP server configuration schema"
method: GET
path: "/v1/redpanda-connect/mcp-servers:getConfigSchema"
tags: ["Remote MCP"]
---

# Get MCP server configuration schema

`GET /v1/redpanda-connect/mcp-servers:getConfigSchema`

Returns the configuration schema for MCP server tools, including available components and processors.

## Response `200`

OK

- GetMCPServerServiceConfigSchemaResponse
  - `configuration_yamls` ConfigurationYAMLSchema[] — The configuration schema for the MCP server.
    - `component_type` 'COMPONENT_TYPE_PROCESSOR' | 'COMPONENT_TYPE_CACHE' | 'COMPONENT_TYPE_INPUT' | 'COMPONENT_TYPE_OUTPUT' — Component type for this tool.
    - `config_schema` string — JSON schema of the configuration components that are allowed for MCP servers.

## Other responses

- `401` — Unauthenticated.
- `500` — Internal Server Error. Reach out to support.
- `default` — An unexpected error response.

## Changes

- **2025-12-16** `1a5d7b6e5762` — 2 info
  - api tag `Remote MCP` added
  - api tag `Redpanda Connect MCP servers` removed
- **2025-11-25** `87688d3474c2` — 1 info
  - endpoint added
- **2025-08-12** `13b59123fea0` — 1 breaking
  - api path removed without deprecation
- **2025-06-26** `a797fd06fd45` — 1 info
  - endpoint added
- **2025-05-27** `dfa71f9d277e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/changes/v1/redpanda-connect/mcp-servers:getConfigSchema/get.md)

---

[API](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/revisions/7eef0bcc42e7/schema)
