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 (e.g., "example.com")Output
: A string message indicating whether the website is up or down, with the last recorded downtime information
Installation
Installing via Smithery
To install IsItDown Server for Claude Desktop automatically via Smithery:
Note: This package is not currently published to a public registry. Installation is only available from source.
From Source
Configuration for Claude Desktop
Add this configuration to your claude_desktop_config.json
file:
Usage
Run as a standalone MCP server
Example usage with Claude for Dekstop:
- "Is wikipedia down right now?"
- "When was the last time reddit was down?"
Use as a library
Development
Build
License
MIT
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.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides integration with the Have I Been Pwned API to check if your accounts or passwords have been compromised in data breaches.Last updated -41JavaScriptMIT License
- -securityAlicense-qualityAbout An MCP server that provides real-time access to the latest news from Cointelegraph.Last updated -2PythonMIT License
- -securityFlicense-qualityAn MCP server that provides real-time weather alerts, forecasts, stock market data, and news information through various API integrations.Last updated -Python
- -securityFlicense-qualityAn MCP server that allows users to interact with their browser through natural language commands, enabling actions like getting page content as markdown, modifying page styles, and searching browser history.Last updated -1TypeScript