Skip to main content
Glama

Service Health MCP Server

check_http_endpoint

Monitor HTTP/HTTPS endpoint health by testing connectivity, measuring response time, and validating status codes. Ideal for ensuring API, website, and web service availability.

Instructions

Check if an HTTP/HTTPS endpoint is healthy and responsive. This tool will test connectivity, measure response time, and validate status codes. Perfect for monitoring APIs, websites, and web services.

Input Schema

NameRequiredDescriptionDefault
expectedStatusNoExpected HTTP status code
headersNoOptional HTTP headers to include
methodNoHTTP method to useGET
timeoutNoRequest timeout in milliseconds
urlYesThe URL to check (e.g., https://google.com)

Input Schema (JSON Schema)

{ "properties": { "expectedStatus": { "default": 200, "description": "Expected HTTP status code", "maximum": 599, "minimum": 100, "type": "number" }, "headers": { "additionalProperties": { "type": "string" }, "description": "Optional HTTP headers to include", "type": "object" }, "method": { "default": "GET", "description": "HTTP method to use", "enum": [ "GET", "POST", "PUT", "DELETE" ], "type": "string" }, "timeout": { "default": 10000, "description": "Request timeout in milliseconds", "maximum": 30000, "minimum": 1000, "type": "number" }, "url": { "description": "The URL to check (e.g., https://google.com)", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Service Health 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/natashanajdovski/service-health-mcp'

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