---
title: "Lint a MCP tools configuration"
method: POST
path: "/v1/redpanda-connect/mcp-servers:lint-config"
tags: ["Remote MCP"]
---

# Lint a MCP tools configuration

`POST /v1/redpanda-connect/mcp-servers:lint-config`

Validates a given MCP tool's configuration and returns linting hints. Each tool's YAML configuration is validated. If no problems are found, the response is empty.

## Request body

- LintMCPConfigRequest
  - `tools` object, required — Map of tool names to their configurations. Each tool contains YAML configuration.

## Response `200`

Linting finished. See `lint_hints` for details.

- LintMCPConfigResponse
  - `lint_hints` object — Map of tool names to their linting issues. Empty if no issues are found.

## 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/revisions/2917b4dd86f7/schema)
