IsItDown MCP Server

by hesreallyhim
Verified

get_website_status

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" }

You must be authenticated.

Other Tools