conikeec/mcp-probe
A Model Context Protocol (MCP) client library and debugging toolkit in Rust. This foundation provides both a production-ready SDK for building MCP integrations and the core architecture for an interactive debugger.
This tool helps developers working with Model Context Protocol (MCP) servers to debug, test, and interact with them efficiently. It takes in MCP server connections (HTTP/SSE, WebSocket, STDIO, TCP) and outputs real-time protocol analysis, interactive capability browsing, and tool execution results. The primary users are developers, integrators, and operations engineers responsible for building, maintaining, or debugging MCP-based systems.
115 stars.
Use this if you need an interactive, visual interface to explore, test, and debug the functionality and communication of an MCP server without manually parsing JSON or constructing complex `curl` commands.
Not ideal if you are looking for a general-purpose network debugger for protocols other than MCP, or if you prefer solely command-line driven tools without a Terminal User Interface.
Stars
115
Forks
10
Language
Rust
License
MIT
Category
Last pushed
Nov 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/conikeec/mcp-probe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hyper-mcp-rs/hyper-mcp
📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
Cyfrin/aderyn
Solidity Static Analyzer that easily integrates into your editor
Roblox/studio-rust-mcp-server
Standalone Roblox Studio MCP Server
microsoft/wassette
Wassette: A security-oriented runtime that runs WebAssembly Components via MCP
rust-mcp-stack/rust-mcp-sdk
A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.