---
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.

---

[API](https://skmtc.net/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.net/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/versions/2917b4dd86f7/schema)
