Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devlimelabs/mcp-troubleshooter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server