PluginBench
MCP Server
Active
MIT

io.github.MukundaKatta/streamparse MCP Server

io.github.MukundaKatta/streamparse

What is the io.github.MukundaKatta/streamparse MCP server?

Parse partial / truncated / messy JSON for LLM tool calls and structured outputs.

How to install io.github.MukundaKatta/streamparse

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "streamparse": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/streamparse-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "streamparse": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/streamparse-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "streamparse": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/streamparse-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "streamparse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/streamparse-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add streamparse -- npx -y @mukundakatta/streamparse-mcp

Related MCP servers

Structured-output enforcer: extract and validate JSON from messy LLM text.

1
JavaScript
MIT
View repository →

Token-aware message truncation: fit a chat history into your model's context budget.

1
JavaScript
MIT
View repository →

Network-egress firewall for agent tools: check URLs against a declarative policy.

1
JavaScript
MIT
View repository →

Validate tool-call args before execution. Returns LLM-friendly retry hints.

1
JavaScript
MIT
View repository →

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

0
JavaScript
MIT
View repository →

Inject, parse, and strip [N] citation markers in RAG outputs.

0
JavaScript
Apache-2.0
View repository →