MCP Troubleshooter

by devlimelabs

test-port-availability

Check if a specified port is open and available for connections to diagnose MCP server issues using the MCP Troubleshooter diagnostic framework.

Input Schema

NameRequiredDescriptionDefault
portYesPort number to test

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "port": { "description": "Port number to test", "maximum": 65535, "minimum": 1, "type": "integer" } }, "required": [ "port" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Troubleshooter

Related Tools

ID: xc5szgdfck