Strimzi Kafka Messaging
Unified capability for Kafka messaging via the Strimzi Kafka Bridge REST API. Designed for application developers and platform engineers who need to produce and consume Kafka messages without a native Kafka client, manage consumer group subscriptions, and query topic metadata. Ideal for HTTP microservices, serverless functions, and legacy applications integrating with Kafka.
What You Can Do
MCP Tools
list-topics
List all available Kafka topics in the cluster
get-topic-partitions
Get partition metadata including leader and replica info for a topic
produce-messages
Send messages to a Kafka topic (supports key, value, headers, and partition targeting)
create-consumer
Create a Kafka consumer instance in a consumer group for message consumption
subscribe-to-topics
Subscribe a consumer to one or more Kafka topics
list-subscriptions
List the topics a consumer is subscribed to
poll-messages
Poll for messages from subscribed Kafka topics (long-poll with configurable timeout)
commit-offsets
Commit consumer offsets to checkpoint consumption progress