IsItDown MCP Server

mcp-server-isitdown

Ein MCP-Server, der durch Abfragen von www.isitdownrightnow.com prüft, ob eine Website derzeit nicht erreichbar ist.

Überblick

Dieser MCP-Server bietet ein einfaches Tool zum Überprüfen, ob eine Website Ausfallzeiten aufweist, und kann einige Informationen zu kürzlich aufgetretenen Ausfallzeiten bereitstellen.

Werkzeuge

Folgende Tools sind implementiert:

  • get_website_status : Überprüft, ob eine Website derzeit nicht erreichbar ist oder nicht.
    • Input : root_domain (Zeichenfolge): Die Stammdomäne der zu überprüfenden Website (z. B. „example.com“)
    • Output : Eine Zeichenfolgennachricht, die angibt, ob die Website aktiv oder inaktiv ist, mit den zuletzt aufgezeichneten Informationen zur Ausfallzeit

Installation

Hinweis : Dieses Paket ist derzeit nicht in einem öffentlichen Register veröffentlicht. Die Installation ist nur aus der Quelle möglich.

Aus der Quelle

# 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 .

Konfiguration für Claude Desktop

Fügen Sie diese Konfiguration zu Ihrer Datei claude_desktop_config.json hinzu:

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

Verwendung

Als eigenständiger MCP-Server ausführen

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

Beispielverwendung mit Claude für Desktop:

  • „Ist Wikipedia gerade down?“
  • „Wann war Reddit das letzte Mal down?“

Nutzung als Bibliothek

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

Entwicklung

# 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

Bauen

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

Lizenz

MIT

You must be authenticated.

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.

Ein MCP-Server, der es Benutzern ermöglicht, zu überprüfen, ob eine Website ausfällt, indem sie isitdownrightnow.com abfragen und Statusinformationen und Details zu kürzlichen Ausfallzeiten bereitstellen.

  1. Überblick
    1. Werkzeuge
      1. Installation
        1. Aus der Quelle
      2. Konfiguration für Claude Desktop
        1. Verwendung
          1. Als eigenständiger MCP-Server ausführen
          2. Beispielverwendung mit Claude für Desktop:
          3. Nutzung als Bibliothek
        2. Entwicklung
          1. Bauen
            1. Lizenz

              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 -
                3
                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

              ID: 1wx4z4amkm