AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Quickstart Streaming Agents

mcp-confluentinc-quickstart-streaming-agents · by confluentinc

Build, deploy, and orchestrate event-driven agents natively on Apache Flink® and Apache Kafka®

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add mcp-confluentinc-quickstart-streaming-agents

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-confluentinc-quickstart-streaming-agents)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Quickstart Streaming Agents? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Streaming Agents on Confluent Cloud Quickstart

[](https://www.confluent.io/get-started/?utmcampaign=tm.pmmcd.q4fy25-quickstart-streaming-agents&utmsource=github&utmmedium=demo)

Build real-time AI agents with Confluent Cloud Streaming Agents. This quickstart includes three hands-on labs:

Lab Description

Lab1 - Price Matching Orders With MCP Tool Calling NEW! Now using new Agent Definition (CREATE AGENT) syntax. Price matching agent that scrapes competitor websites and adjusts prices in real-time.

Lab2 - Vector Search & RAG Vector search pipeline template with retrieval augmented generation (RAG). Use the included Flink documentation chunks, or bring your own documents for intelligent document retrieval.

Lab3 - Agentic Fleet Management Using Confluent Intelligence End-to-end boat fleet management demo showing use of Agent Definition, MCP tool calling, vector search, and anomaly detection.

Lab4 - Public Sector Insurance Claims Fraud Detection Using Confluent Intelligence Real-time fraud detection system that autonomously identifies suspicious claim patterns in disaster insurance claims applications using anomaly detection, pattern recognition, and LLM-powered analysis.

Prerequisites

Required accounts & credentials:

  • [](https://www.confluent.io/get-started/?utmcampaign=tm.pmmcd.q4fy25-quickstart-streaming-agents&utmsource=github&utmmedium=demo)
  • LLM Provider: AWS Bedrock API keys OR Azure OpenAI keys - or BYOK

Required tools:

Installation commands (Mac/Windows) Mac:

brew install uv git python && brew tap hashicorp/tap && brew install hashicorp/tap/terraform && brew install --cask confluent-cli docker-desktop && brew install awscli # or azure-cli

Windows:

winget install astral-sh.uv Git.Git Docker.DockerDesktop Hashicorp.Terraform ConfluentInc.Confluent-CLI Python.Python

🚀 Quick Start

1. Clone the repository and navigate to the Quickstart directory:

git clone https://github.com/confluentinc/quickstart-streaming-agents.git
cd quickstart-streaming-agents

2. Auto-generate AWS Bedrock or Azure OpenAI keys:

# Creates API-KEYS-[AWS|AZURE].md and auto-populates them in next step
uv run api-keys create
  1. One command deployment:
uv run deploy

That's it! The script will autofill generated credentials and guide you through setup and deployment of your chosen lab(s). > [!NOTE] > > See the [Workshop Mode Setup Guide](./assets/pre-setup/Workshop-Mode-Setup.md) for details about auto-generating API keys and tips for running demo workshops.

Directory Structure

quickstart-streaming-agents/
├── terraform/                          
│   ├── core/                           # Shared Confluent Cloud infra for all labs
│   ├── lab1-tool-calling/              # Lab1-specific infra
│   ├── lab2-vector-search/             # Lab2-specific infra
│   └── lab3-agentic-fleet-management/  # Lab3-specific infra
│   └── lab4-pubsec-fraud-agents        # Lab4-specific infra
├── deploy.py                           # Start here with uv run deploy
└── scripts/                            # Python utilities invoked with uv

Cleanup

# Automated
uv run destroy

Sign up for early access to Flink AI features

For early access to exciting new Flink AI features, fill out this form and we'll add you to our early access previews.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.