Skip to main content
Glama
vaquarkhan

Kafka MCP Enterprise Server

by vaquarkhan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
topicsList topics
topicDescribe a topic
clusterCluster metadata
groupsConsumer groups
auditRecent audit entries
healthHealth / circuit status

TDQS

C2.4/5.0

Scored across 11 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues