Send raw JSON-RPC message to an MCP server for low-level debugging
Sends raw JSON-RPC messages to MCP servers for low-level debugging and protocol testing.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install mcp-tester@standardbeagle-toolsYou are sending a raw JSON-RPC message directly to an MCP server for low-level debugging.
Use the mcp-debug MCP server's debug_send tool with:
server: {{server}}message: {{message}}This sends the message without validation - use carefully!
After sending, use debug_logs with limit: 5 to see the request and any response.
Report the results including:
/send-raw myserver '{"jsonrpc": "2.0", "id": 1, "method": "tools/list", "params": {}}'
This bypasses normal validation. Use for:
Do NOT use for normal tool calls - use the regular prefixed tools instead.