Apache Kafka · Capability
Apache Kafka Event Streaming
Workflow capability for data engineers and platform architects to manage Kafka topics, produce and consume messages, and manage connectors via Kafka REST Proxy and Connect APIs.
What You Can Do
GET
List topics
—
/v1/topics
POST
Produce message
—
/v1/topics
GET
List connectors
—
/v1/connectors
POST
Create connector
—
/v1/connectors
MCP Tools
list-topics
List all Kafka topics in the cluster
read-only
produce-message
Produce a message to a Kafka topic via the REST Proxy
list-connectors
List all Kafka Connect connectors
read-only
create-connector
Create a new Kafka Connect connector for data integration
get-connector-status
Get the status of a specific Kafka Connect connector
read-only
restart-connector
Restart a failed Kafka Connect connector
APIs Used
kafka-rest-proxy
kafka-connect