Modern protocol first
The inspector starts with the 2026-07-28 stateless request model and server/discover instead of treating the removed initialize handshake as the latest protocol.
Enter a public MCP HTTP/HTTPS endpoint. The inspector tries the 2026-07-28 stateless server/discover flow first, then recognizes 2025-era initialize compatibility when needed. Every result includes reviewable evidence, and the public version never executes a tool.
The inspector starts with the 2026-07-28 stateless request model and server/discover instead of treating the removed initialize handshake as the latest protocol.
If modern negotiation fails, it can identify the 2025-era initialize/initialized lifecycle so valid compatibility is not reported as a generic failure.
Only capabilities and first-page catalogs are read. No tool is invoked, no credentials are accepted, and private/reserved networks or non-standard ports are rejected.
No. The public inspector only sends discovery, protocol negotiation, and first-page list requests. It never sends tools/call or invokes a server tool.
MCP 2026-07-28 introduced the modern stateless era and removed the initialize/initialized handshake. server/discover is the modern capability discovery path. The inspector still recognizes 2025-era initialize compatibility when modern negotiation is unavailable.
No. The public inspector does not accept, store, or forward tokens, cookies, API keys, or Authorization. Protected endpoints are limited to public auth-boundary detection; deeper auth validation belongs in an authorized local or development environment.
No. It is an XBSTACK engineering assessment of observable protocol behavior. It helps diagnose compatibility and implementation gaps but is not an official MCP or SDK certification.