Kafka MCP Enterprise Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| alter_topic_configD | mutate / control_plane / ALTER |
| consume_messagesD | read / data_plane / READ |
| create_aclsD | destructive / control_plane / ALTER |
| create_topicD | mutate / control_plane / CREATE |
| delete_topicC | destructive / control_plane / DELETE |
| describe_clusterC | read / control_plane / DESCRIBE |
| describe_consumer_groupD | read / control_plane / DESCRIBE |
| describe_topicD | read / control_plane / DESCRIBE |
| list_consumer_groupsD | read / control_plane / DESCRIBE |
| list_topicsD | read / control_plane / DESCRIBE |
| produce_messageD | mutate / data_plane / WRITE |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| topics | List topics |
| topic | Describe a topic |
| cluster | Cluster metadata |
| groups | Consumer groups |
| audit | Recent audit entries |
| health | Health / circuit status |
TDQS
Scored across 11 tools
Each tool targets a distinct Kafka resource or action (e.g., cluster, topic, consumer group, ACL, message). There is no overlap in purpose, and the descriptions clearly differentiate them.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., describe_cluster, create_topic, consume_messages). No deviations or mixed conventions.
11 tools cover the essential operations for a Kafka enterprise server: cluster info, topic CRUD, consumer groups, ACLs, and message production/consumption. The scope is well-balanced.
Covers most core Kafka lifecycle operations, but missing tools for deleting or listing ACLs and possibly deleting consumer groups. These are minor gaps for an enterprise server.