IsItDown MCP Server
The IsItDown MCP Server allows you to check if a website is currently up or down by querying its status.
Check website status: Uses the
get_website_statustool to determine if a website is accessibleInput root domain: Simply provide a website's root domain (e.g., 'example.com')
Get status information: Returns whether the site is up, down, or if status couldn't be determined
Recent downtime data: May include information about the last recorded downtime
Multiple integration options: Can be used as a standalone MCP server, with Claude Desktop, or as a Python library
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@IsItDown MCP Servercheck if google.com is down right now"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: DevHelm MCP Server
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:
npx -y @smithery/cli install @hesreallyhim/mcp-server-isitdown --client claudeNote: This package is not currently published to a public registry. Installation is only available from source.
From Source
# 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 .Configuration for Claude Desktop
Add this configuration to your claude_desktop_config.json file:
"isitdown": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/cloned/repo/src",
"run",
"mcp_server_isitdown"
]
}Usage
Run as a standalone MCP server
# Using the installed script
mcp-server-isitdown
# Using the Python module
python -m mcp_server_isitdownExample usage with Claude for Dekstop:
"Is wikipedia down right now?"
"When was the last time reddit was down?"
Use as a library
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 statusDevelopment
# 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.pyBuild
# Build the package
uv build
# Install the built package
uv pip install dist/mcp_isitdown_service-*.whlLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceA simple MCP server that retrieves and displays status information and incidents from the Red Hat Status Page, allowing users to query for events through natural language.Last updated

DevHelm MCP Serverofficial
AlicenseBqualityBmaintenanceMCP server for uptime monitoring, incidents, alerting, and dependency status.Last updated1001MIT- AlicenseAqualityCmaintenanceThis server enables checking real-time service status and outage information from Downdetector for various services and regions.Last updated1461MIT
- AlicenseAqualityCmaintenanceMCP server for StillOnline uptime monitoring, enabling management of projects, checks, incidents, and public status pages through natural language.Last updated1053MIT
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
An MCP server for deep research or task groups
MCP server for skill documentation, generated by doc2mcp.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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