Skip to main content
Glama
hesreallyhim

IsItDown MCP Server

by hesreallyhim

mcp-server-isitdown

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

Schmiedeabzeichen

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

Related MCP server: stillonline-mcp

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

Installation über Smithery

So installieren Sie IsItDown Server für Claude Desktop automatisch über Smithery :

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

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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    This server enables checking real-time service status and outage information from Downdetector for various services and regions.
    1
    41
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for StillOnline uptime monitoring, enabling management of projects, checks, incidents, and public status pages through natural language.
    10
    26
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for Updown.io that enables managing website monitoring checks, viewing downtimes and metrics, configuring alert recipients, and controlling status pages through natural language.
    15
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

  • Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.

  • An MCP server for deep research or task groups

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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