Skip to main content
Glama

IsItDown MCP Server

mcp-server-isitdown

Un servidor MCP que verifica si un sitio web está actualmente inactivo consultando www.isitdownrightnow.com .

Descripción general

Este servidor MCP proporciona una herramienta sencilla para verificar si un sitio web está experimentando un tiempo de inactividad y puede brindar información sobre eventos de inactividad recientes.

Herramientas

Se implementan las siguientes herramientas:

  • get_website_status : comprueba si un sitio web está actualmente inactivo o no.
    • Input : root_domain (cadena): El dominio raíz del sitio web a verificar (por ejemplo, "example.com")
    • Output : Un mensaje de cadena que indica si el sitio web está activo o inactivo, con la última información de tiempo de inactividad registrada

Instalación

Instalación mediante herrería

Para instalar IsItDown Server para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @hesreallyhim/mcp-server-isitdown --client claude

Nota : Este paquete no está publicado actualmente en ningún registro público. La instalación solo está disponible desde el código fuente.

De la fuente

# Clone the repository git clone https://github.com/yourusername/mcp-server-isitdown.git cd mcp-server-isitdown # Using uv (recommended) uv pip install -e . # Using pip pip install -e .

Configuración para Claude Desktop

Agregue esta configuración a su archivo claude_desktop_config.json :

"isitdown": { "command": "/path/to/uv", "args": [ "--directory", "/path/to/cloned/repo/src", "run", "mcp_server_isitdown" ] }

Uso

Ejecutar como un servidor MCP independiente

# Using the installed script mcp-server-isitdown # Using the Python module python -m mcp_server_isitdown

Ejemplo de uso con Claude para Dekstop:

  • "¿Wikipedia está caída en este momento?"
  • "¿Cuándo fue la última vez que Reddit estuvo caído?"

Úselo como biblioteca

from mcp_server_isitdown.server import get_website_status # Check if a website is down (async function) async def check_website(): result = await get_website_status("example.com") print(result) # Prints status message with up/down status

Desarrollo

# Type checking uvx mypy . # Run all pre-commit hooks uv pre-commit run --all-files # Install in development mode uv pip install -e ".[dev]" # Run the Inspector mcp dev src/mcp_server_isitdown/server.py

Construir

# Build the package uv build # Install the built package uv pip install dist/mcp_isitdown_service-*.whl

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor MCP que permite a los usuarios comprobar si un sitio web está experimentando un tiempo de inactividad consultando isitdownrightnow.com, proporcionando información sobre el estado y detalles sobre eventos de inactividad recientes.

  1. Descripción general
    1. Herramientas
      1. Instalación
        1. Instalación mediante herrería
        2. De la fuente
      2. Configuración para Claude Desktop
        1. Uso
          1. Ejecutar como un servidor MCP independiente
          2. Ejemplo de uso con Claude para Dekstop:
          3. Úselo como biblioteca
        2. Desarrollo
          1. Construir
            1. Licencia

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                A MCP Server used to collect MCP Servers over the internet.
                Last updated -
                3
                18
                Python
                • Apple
              • -
                security
                F
                license
                -
                quality
                An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
                Last updated -
                1
                Python
              • -
                security
                A
                license
                -
                quality
                A lightweight mcp server that tells you exactly what time is it based on your IP.
                Last updated -
                8
                Python
                MIT License
              • -
                security
                F
                license
                -
                quality
                An MCP server that monitors and provides analytics on weekly report submissions in a Google Sheet, allowing users to check missing submissions, view statistics, and track individual reporting status.
                Last updated -
                Python

              View all related MCP servers

              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