
The MCP server uses your own permissions based on the token you generate. Make sure the token has the appropriate access rights for the resources you want to query.
MCP tools
All tools are read-only. They cover Kafka resources and Insights data held by Console.Cluster management
- list-clusters: list all Kafka clusters available in Conduktor
- get-cluster: get details about a specific cluster by its slug
Topic operations
- list-topics-with-usage: list topics with usage metrics (message count, size, rates) and filtering by name, cleanup policy, labels, tags, or to hide internal/stream topics
- get-last-messages: retrieve the last N messages from a topic (up to 100 messages, all partitions or a specific subset)
Insights
- insights-cluster: cluster health summary and serialization format breakdown
- insights-topics: full topic insights — partition skew, replication issues, partition distribution, health overview, empty/stale/tiny topics, schema coverage, and Self-service coverage
Schema registry
- list-subject-names: list subject names in a cluster, with filtering by schema type (AVRO, PROTOBUF, JSON)
Consumer groups
- list-consumer-groups: list consumer groups with state, lag, and member count; filter by name, state, or labels; sort by lag, members, etc.
- list-consumer-groups-by-topic: list consumer groups consuming from a specific topic
Gateway and Interceptors
- list-interceptors: list interceptors configured in a cluster (requires Conduktor Gateway)