mcp-server-isitdown

mcp-server-isitdown

0

The mcp-server-isitdown project is an MCP server designed to check the status of websites to determine if they are down. It provides tools to check the current status and recent downtime of websites. The server can be run standalone or used as a library, making it versatile for different applications.

mcp-server-isitdown

An MCP server that checks if a website is currently down by querying www.isitdownrightnow.com.

Overview

This MCP server provides a simple tool to check if a website is experiencing downtime, and can provide some information about recent downtime events.

Tools

The following tools are implemented:

  • get_website_status: Checks if a website is currently down or not. Input: root_domain (string): The root domain of the website to check.

Installation

Installing via Smithery

Installation is only available from source but can be integrated with Claude Desktop via Smithery.

From Source

  • Clone the repository
  • Use uv or pip to install.

Configuration for Claude Desktop

Add specific commands and arguments to the claude_desktop_config.json file.

Usage

Run as a standalone MCP server

Details on running the server.

Example usage

Queries like "Is wikipedia down right now?" or "When was the last time reddit was down?".

Use as a library

Information on usage as a library.

Development

Commands for type checking and running pre-commit hooks.

Build

Instructions to build and install the package.

License

MIT