Skip to main content
Glama

Toolkit MCP Server

checkConnectivity

Verify TCP connectivity to a specified host and port using customizable timeout settings. Essential for diagnosing network issues and ensuring successful connections.

Instructions

Test TCP connectivity to a host and port

Input Schema

NameRequiredDescriptionDefault
hostYesTarget host
portYesTarget port
timeoutNoConnection timeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "Target host", "type": "string" }, "port": { "description": "Target port", "type": "number" }, "timeout": { "default": 5000, "description": "Connection timeout in milliseconds", "type": "number" } }, "required": [ "host", "port" ], "type": "object" }

You must be authenticated.

Other Tools from Toolkit MCP Server

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/cyanheads/toolkit-mcp-server'

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