SSE Stream Reassembler Connector for AI agents.
3 live capabilities
Fix fragmented data streams and reconstruct broken JSON payloads.
Waiting for input…
Why people use SSE Stream Reassembler
SSE Stream Reassembler Alternative solves broken streaming data
This MCP changes that by acting as a dedicated reconstruction layer. It takes those broken fragments and turns them into a single, clean payload so your agent can actually read the whole message.
What Vinkius changes
You get clean, continuous data from broken streams.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Fixing broken LLM responses
An engineer sees their agent cutting off mid-sentence; they use `reassemble_stream` to stitch the chunks back together.
- Real-world use case 02
Monitoring live logs
A dev needs to watch a stream of server events and uses `extract_field` to only alert on error codes.
- Real-world use case 03
Validating API feeds
A data scientist receives messy JSON via SSE and uses `validate_json` to filter out malformed packets.
Complete set · 3capabilities
The complete SSE Stream Reassembler capability set.
These are the exact actions your AI can choose when you ask it to work with SSE Stream Reassembler.
01—03
3 capabilities in this set.
Part of 3 available through SSE Stream Reassembler.
- 01 Capability
Extract field
Pulls a specific piece of data out of a JSON string. It makes it easy to grab just the user ID or status without parsing everything manually.
- 02 Capability
Reassemble stream
Combines multiple broken SSE chunks into one continuous text block. This is what fixes the mid-sentence cutoff problem.
- 03 Capability
Validate json
Checks if a string follows proper JSON formatting. It stops your agent from trying to process malformed or broken data.
Set up in minutes
One URL. Then ask SSE Stream Reassembler to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SSE Stream Reassembler from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sKzOcWeQInM1jr8S3XvvcsQjyfJcMXqI7f6sdWrR/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it SSE Stream Reassembler, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SSE Stream Reassembler for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sKzOcWeQInM1jr8S3XvvcsQjyfJcMXqI7f6sdWrR/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the SSE Stream Reassembler URL.
- Step 03
Save and start
Save the connection and enable SSE Stream Reassembler in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sse-stream-reassembler-alternative": {
"url": "https://edge.vinkius.com/vk_preview_sKzOcWeQInM1jr8S3XvvcsQjyfJcMXqI7f6sdWrR/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using SSE Stream Reassembler
Open Agent mode in chat and ask: "Using SSE Stream Reassembler, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sse-stream-reassembler-alternative": {
"url": "https://edge.vinkius.com/vk_preview_sKzOcWeQInM1jr8S3XvvcsQjyfJcMXqI7f6sdWrR/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using SSE Stream Reassembler
Ask Copilot: "Using SSE Stream Reassembler, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sse-stream-reassembler-alternative": {
"url": "https://edge.vinkius.com/vk_preview_sKzOcWeQInM1jr8S3XvvcsQjyfJcMXqI7f6sdWrR/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using SSE Stream Reassembler
Open Cascade and ask: "Using SSE Stream Reassembler, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sse-stream-reassembler-alternative": {
"url": "https://edge.vinkius.com/vk_preview_sKzOcWeQInM1jr8S3XvvcsQjyfJcMXqI7f6sdWrR/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using SSE Stream Reassembler
Ask Cline: "Using SSE Stream Reassembler, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sse-stream-reassembler-alternative --transport http "https://edge.vinkius.com/vk_preview_sKzOcWeQInM1jr8S3XvvcsQjyfJcMXqI7f6sdWrR/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using SSE Stream Reassembler
Ask Claude: "Using SSE Stream Reassembler, show me...". 3 tools are ready
Where the request belongs
Work SSE Stream Reassembler can move forward.
Data engineers managing unstable streaming APIs and AI developers building real-scale chat interfaces that rely on live, fragmented LLM responses.
Data Engineer
Managing unstable streaming APIs and cleaning up event logs on a Tuesday afternoon.
AI Developer
Building chat interfaces that need to handle live, truncated LLM streams without crashing.
Backend Engineer
Handling fragmented data transport in real-time systems and monitoring live feeds.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSSE Stream Reassembler
Reassembles fragmented Server-Sent Events (SSE) streams into a single coherent payload.
SSE Event Reassembler & Gap Detector
Detect packet loss and reconstruct fragmented SSE streams.
Vercel AI SDK Stream Parser
Deterministic parser for Vercel AI SDK 3.0 Data Stream protocol chunks.
PipeStream
Streamline real-time data flows. create streams, publish events, and fetch historical data directly from your AI agent.
Astro Server Island Detector
Extracts Astro Server Island directives from HTML/JSX to prevent misconfigured streaming SSR components.
RSS Feed Parser
Turn any RSS 2.0 or Atom feed into clean, structured JSON. Extract titles, links, dates, authors, and full content from blogs, news sites, and podcasts. ready for your agent to process.
Bring your own AI
Change the model, client or framework. Keep SSE Stream Reassembler connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about SSE Stream Reassembler.
The practical details behind the request, access and result.
How does SSE Stream Reassembler Alternative fix broken messages?
It takes fragmented chunks from a stream and stitches them back together into one continuous, readable string.
Can I use SSE Stream Reassembler Alternative for LLM responses?
Yes. It is perfect for fixing truncated or cut-off text streams coming from live AI models.
Does SSE Stream Reassembler Alternative work with Claude or Cursor?
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf.
How do I know if my JSON is valid using SSE Stream Reassembler Alternative?
You can run the validation capability on any incoming string to confirm it follows proper JSON formatting before you process it.
Can I pull specific data from a stream with SSE Stream Reassembler Alternative?
Yes, you can isolate and extract specific keys or values from the reconstructed payload easily.
What is the primary use case for this MCP server?
It is ideal for handling streaming LLM responses where chunks are delivered via SSE and need to be reassembled into a complete payload using reassemble_stream.
How does the capability handle heartbeat signals?
The reassemble_stream capability automatically identifies and ignores keep-alive or heartbeat pings, ensuring only actual data segments are included in the final payload.
Can I validate individual chunks before reassembling them?
Yes, you can use the validate_json capability to check if a specific chunk contains valid JSON structure before proceeding with full stream reconstruction.
One connection away
Give your agent a direct line to SSE Stream Reassembler.
Connect SSE Stream Reassembler once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available