MCP Transport Debugger

Connect to an MCP server and send requests interactively. View raw JSON-RPC messages, response times, and errors in real time.

Last updated Mar 2026

How the Debugger Works

The debugger connects to your MCP server through a CORS proxy, performs the standard MCP handshake (initializenotifications/initialized), then lets you send any JSON-RPC method with custom parameters. Every request and response is logged with timestamps and latency measurements, giving you a complete picture of the client-server communication.

Use Cases

Calling a Tool

To test a specific tool, use the custom request field with method tools/call and params:

{"name": "your_tool_name", "arguments": {"param1": "value1"}}

Requirements

Related Tools