# docs-mcp MCP server

Get authoritative answers to questions about Redpanda.

## Links
- Registry page: https://www.getdrio.com/mcp/com-redpanda-docs-mcp
- Repository: https://github.com/redpanda-data/docs-site

## Install
- Endpoint: https://docs.redpanda.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://docs.redpanda.com/mcp

## Tools
- ask_redpanda_question (Search Redpanda Sources) - Search the official Redpanda documentation and return the most relevant sections from it for a user query. Each returned section includes the url and its actual content in markdown. Use this tool for all queries that require Redpanda knowledge. Results are ordered by relevance, with the most relevant result returned first. Endpoint: https://docs.redpanda.com/mcp
- list_api_reference_pages (List API Reference Pages) - List pages in Redpanda API reference documentation. Returns endpoints, schemas, and topic pages with URL, title, type, and description.

SCOPING (important for accurate results):
- api="all" or omit: Lists all available APIs
- api="admin": Cluster management operations (brokers, partitions, configs, users)
- api="cloud-controlplane": Redpanda Cloud resource management (clusters, networks, namespaces)
- api="cloud-dataplane": Cloud cluster data operations (topics, ACLs, connectors)
- api="http-proxy": Kafka operations over HTTP (produce, consume, offsets)
- api="schema-registry": Schema management (register, retrieve, compatibility)

Use this to browse API structure. For general Redpanda docs, use ask_redpanda_question instead. Endpoint: https://docs.redpanda.com/mcp
- search_api_reference (Search API Reference) - Search Redpanda API reference documentation by keyword. Returns up to 20 matching endpoints, schemas, or topics with URL, title, and text excerpts.

SCOPING (important for accurate results):
- api="all" or omit: Search across ALL APIs at once - useful when unsure which API contains the endpoint
- api="admin": Search only cluster management (brokers, partitions, configs, users, maintenance)
- api="cloud-controlplane": Search only Cloud resource management (clusters, networks, namespaces)
- api="cloud-dataplane": Search only Cloud data operations (topics, ACLs, connectors)
- api="http-proxy": Search only HTTP Proxy (produce, consume, offsets over HTTP)
- api="schema-registry": Search only Schema Registry (register, retrieve, compatibility)

WHEN TO USE WHICH:
- User asks "broker endpoints" → api="admin" (brokers are cluster management)
- User asks "create topic API" → api="all" (topics exist in admin AND cloud-dataplane)
- User asks "Cloud cluster API" → api="cloud-controlplane"
- User asks about Redpanda APIs generally → api="all" or omit

For general Redpanda questions (not API-specific), use ask_redpanda_question instead. Endpoint: https://docs.redpanda.com/mcp
- get_api_reference_content (Get API Reference Content) - Retrieve full content of API reference pages by URL. Returns complete endpoint details including parameters, request/response schemas, and examples.

Use this after finding pages via list_api_reference_pages or search_api_reference. Pass the URLs from those results directly.

Returns up to 10 pages per request. URLs must be from docs.redpanda.com/api/doc/*. Endpoint: https://docs.redpanda.com/mcp
- get_more_tools - Check for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback. Endpoint: https://docs.redpanda.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.redpanda
- Version: 2025.11.26+pr150-394827a
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Nov 26, 2025
- Source: https://registry.modelcontextprotocol.io
