mcp-server-isitdown
If you are the rightful owner of mcp-server-isitdown and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that checks if a website is currently down by querying www.isitdownrightnow.com.
The mcp-server-isitdown is a Model Context Protocol (MCP) server designed to determine the status of a website, specifically if it is currently down. It queries the website www.isitdownrightnow.com to provide real-time status updates and historical downtime information. This server is particularly useful for users who need to monitor website availability and receive immediate feedback on the operational status of various web domains. The server can be installed via Smithery or directly from the source, and it integrates seamlessly with platforms like Claude Desktop. It also offers a library function for developers who wish to incorporate website status checks into their applications.
Features
- Real-time Website Status: Provides immediate feedback on whether a website is currently up or down.
- Historical Downtime Information: Offers information about the last recorded downtime events for a website.
- Integration with Claude Desktop: Easily integrates with Claude Desktop for streamlined usage.
- Library Functionality: Can be used as a library in Python applications to check website status programmatically.
Tools
get_website_status
Checks if a website is currently down or not, providing a status message with the last recorded downtime information.