Skip to main content
Glama

IsItDown MCP Server

get_website_status

Check if a website is up or down by entering its root domain. This tool queries isitdownrightnow.com to provide current status and determine potential downtime events.

Instructions

Check the status of a website. This function takes a root domain as input and checks whether the website is up or down by making a request to isitdownrightnow.com Args: root_domain (str): The root domain of the website to check. Returns: str: A message indicating whether the website is up or down, or if the status could not be determined.

Input Schema

NameRequiredDescriptionDefault
root_domainYes

Input Schema (JSON Schema)

{ "properties": { "root_domain": { "title": "Root Domain", "type": "string" } }, "required": [ "root_domain" ], "title": "get_website_statusArguments", "type": "object" }
Install Server

Other Tools from IsItDown 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/hesreallyhim/mcp-server-isitdown'

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