Skip to main content
Glama

Local Utilities MCP Server

by arjshiv

check_port

Verify the availability of a specific port (1-65535) on your system using this utility. Quickly check if a port is open or in use.

Input Schema

NameRequiredDescriptionDefault
portYesPort number to check (1-65535)

Input Schema (JSON Schema)

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

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/arjshiv/localutils-mcp-server'

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