IsItDown MCP Server
mcp-server-isitdown
www.isitdownrightnow.comにクエリを実行して、Web サイトが現在ダウンしているかどうかを確認する MCP サーバー。
概要
この MCP サーバーは、Web サイトにダウンタイムが発生しているかどうかを確認するための簡単なツールを提供し、最近のダウンタイム イベントに関する情報も提供できます。
Related MCP server: stillonline-mcp
ツール
以下のツールが実装されています。
get_website_status: ウェブサイトが現在ダウンしているかどうかを確認します。Input:root_domain(文字列): チェックするウェブサイトのルートドメイン (例: "example.com")Output: ウェブサイトが稼働しているか停止しているかを示す文字列メッセージと、最後に記録された停止時間情報
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の IsItDown Server を自動的にインストールするには:
npx -y @smithery/cli install @hesreallyhim/mcp-server-isitdown --client claude注: このパッケージは現在、パブリックレジストリに公開されていません。インストールはソースからのみ可能です。
ソースから
# 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 .Claudeデスクトップの設定
この構成をclaude_desktop_config.jsonファイルに追加します。
"isitdown": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/cloned/repo/src",
"run",
"mcp_server_isitdown"
]
}使用法
スタンドアロンのMCPサーバーとして実行
# Using the installed script
mcp-server-isitdown
# Using the Python module
python -m mcp_server_isitdownDekstop の Claude の使用例:
「Wikipediaは今ダウンしていますか?」
「最後にRedditがダウンしたのはいつですか?」
図書館として使う
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発達
# 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建てる
# Build the package
uv build
# Install the built package
uv pip install dist/mcp_isitdown_service-*.whlライセンス
マサチューセッツ工科大学
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
- AlicenseAqualityAmaintenanceThis server enables checking real-time service status and outage information from Downdetector for various services and regions.1412MIT
- AlicenseAqualityCmaintenanceMCP server for StillOnline uptime monitoring, enabling management of projects, checks, incidents, and public status pages through natural language.1026MIT
- AlicenseAqualityDmaintenanceAn 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.1510MIT
- AlicenseAqualityCmaintenanceAn MCP server for domain name availability checking, WHOIS lookups, and domain suggestions — no API key required.451MIT
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
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