TOOL

mcp-probe

Connectivity and configuration advisor for your MCP services

configures, connects, diagnoses, recommends — no scanning of unauthorized targets

What it is

mcp-probe configures, connects to, diagnoses, and recommends settings for Model Context Protocol servers that you own or operate.

It is explicitly not a scanner. It does not enumerate, probe, or characterize MCP services on infrastructure you don't control.

Use cases

Why this scope (and not scanning)

Tools that scan third-party MCP services would be useful for security researchers but they're also useful for attackers. The LegionForge org's policy is to ship tools that improve your infrastructure, not tools that profile others'. mcp-probe is deliberately limited to targets you can prove ownership of.

Quick use

pip install mcp-probe
mcp-probe configure --server http://localhost:3000
mcp-probe diagnose
mcp-probe recommend --workload "code-review-agent"

Integration with LegionForge

The LegionForge framework can act as both an MCP client and server. mcp-probe is useful when:

Status

Active. Public. See the GitHub repo for the full command reference.