MCPProbe
Verified Safeby PivotLLM
Overview
Utility for testing and interacting with Model Context Protocol (MCP) servers to discover capabilities and execute tools.
Installation
./mcp-probe -url http://localhost:8000/sseSecurity Notes
The `stdio` transport mode (using the `-stdio` flag) allows the execution of arbitrary local commands with user-provided arguments and environment variables. While this is its intended functionality for testing local MCP server executables, it presents a significant security risk if the application's input could be controlled by an untrusted source. Users should exercise caution and only provide trusted executable paths and arguments. Other network connections rely on standard Go HTTP client security practices.
Similar Servers
mcpm.sh
This server provides a command-line interface to manage Model Context Protocol (MCP) servers, allowing users to discover, install, configure, run, share, and monitor them.
mcp-interviewer
A Python CLI tool designed to evaluate, test, and generate reports on Model Context Protocol (MCP) servers to ensure compatibility and quality for LLM agent use cases.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
mcp-server-fuzzer
A comprehensive CLI-based fuzzing tool for Model Context Protocol (MCP) servers, designed to find vulnerabilities and validate server conformance through both tool argument fuzzing and protocol type fuzzing across multiple transport protocols (HTTP, SSE, Stdio, StreamableHTTP).