📡 MCP Radar

shriramkv/mcp-fuzz

mcp-fuzz is a stdlib-only Python robustness harness for AAIF that throws 17 malformed and adversarial JSON-RPC cases at an MCP server over stdio and grades it A to F on crash resistance, responsivenes

4 stars
0 forks
Python
momentum ▲ 8.0
created 2026-08-20
on radar since 2026-08-24
star trend 3 → 4 since 2026-08-24
View on GitHub ↗

About mcp-fuzz

A robustness and negative-test harness for Model Context Protocol servers. mcp-fuzz throws malformed and adversarial JSON-RPC at a server over stdio and grades how gracefully it degrades: does it stay alive, return well-formed JSON-RPC error objects, stay silent to notifications, and remain responsive afterwards.

It is a defensive quality tool. You point it at your own server before you ship, the same way you would run a linter or a fuzz test in CI. Zero dependencies, stdlib only, Python 3.9+.

Most MCP quality tooling checks a server on well-formed input (does a valid request return a valid result) or measures performance. Almost nothing checks what happens on the ragged edge: a truncated line, a batch array, a 200 KB argument, an unknown notification, an id that is an object. That edge is exactly where servers crash, hang, or leak malformed responses in production. mcp-fuzz fills that gap and slots in as a robustness dimension alongside conformance, surface-hygiene, and load testing.

There is nothing to install to try it, though. The package ships a sample server:

Fuzz your own server by giving the command that launches it over stdio:

Fuzz the bundled robust sample (scores A) or the bundled fragile server (crashes on the first bad line, to show detection):

Seventeen cases across seven categories. Each is followed by a liveness probe, so a crash or hang is caught wherever it happens.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/shriramkv--mcp-fuzz.html)

Related MCP servers

fellowgeek/mcp-memory

An OKF-backed Model Context Protocol (MCP) server delivering persistent long-term memory and SQLite FTS5 search for AI agents.

⭐ 188Python
sosoj92/jarvis-assistant-vocal

Assistant vocal local en francais : Claude ou Ollama (offline), domotique Hue, OBS, agenda, navigateur, appels Twilio, serveur MCP. Python.

⭐ 132Python
Stupidoodle/swissdevjobs-cli

Search & apply to ~4,700 salary-transparent tech jobs across 7 countries (🇨🇭🇩🇪🇬🇧🇺🇸🇨🇦🇳🇱🇫🇷) from your terminal or AI agent — zero-dependency Python CLI + MCP server + Claude Code plugin

⭐ 92Python
agents-universe/agents-universe

让智能体像人一样学习和工作,共享智能体和项目记忆

⭐ 83Python
bybit-exchange/kaas

Turn scattered notes, docs and transcripts into a queryable Markdown wiki — an LLM knowledge-base compiler with MCP access, no embeddings, self-hosted.

⭐ 82Python
alxgntv/substack-api-mcp

MCP server for Substack posts (FastMCP + substack-api-client)

⭐ 80Python

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.