jesrzrz/mcp-kafka-client
If you are the rightful owner of mcp-kafka-client and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Kafka MCP Server is a Model Context Protocol server designed for seamless interaction with Apache Kafka, including support for Avro schemas via the Schema Registry.
Tools
Functions exposed to the LLM to take actions
list_topics
Lists all available topics in the Kafka cluster.
get_topic_schema
Retrieves the Avro schema of a topic from the Schema Registry.
generate_payload
Generates valid test payloads based on the topic's Avro schema.
produce_message
Sends a message to Kafka with automatic Avro serialization.
consume_messages
Reads and analyzes messages from a topic with Avro deserialization.
analyze_schema
Analyzes an Avro schema and provides detailed information about its structure.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client