Token导航 LogoToken导航TokenDH.com
IsItDown MCP Server logo
运维云端stdio官方级别未说明来源级核验

IsItDown MCP Server

MCP Server

@smithery/cli

一个用于检查网站是否宕机的MCP服务器,可查询网站当前状态并提供最近宕机事件信息。

工具数

0

提示词数

0

GitHub Stars

2

资源数

0
PythonClaude云端部署Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

hesreallyhim

提供方

hesreallyhim

最后核验

2026/5/17 20:22

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

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

详细介绍

](https://mseep.ai/app/hesreallyhim-mcp-server-isitdown) ![Verified on MseeP](https://mseep.ai/app/24e83a9a-3b58-48c5-a490-04d6a631ed1e)

mcp服务器isitdown

MCP服务器,通过查询来检查网站当前是否关闭 www.isitdownrightnow.com.

](https://smithery.ai/server/@hesreallyhim/mcp-server-isitdown)

概述

此MCP服务器提供了一个简单的工具来检查网站是否正在经历停机,并可以提供有关最近停机事件的一些信息。

工具

实施了以下工具:

  • get_website_status:检查网站当前是否已关闭。

- Input: root_domain (string):要检查的网站的根域(例如“example.com”) - Output:一条字符串消息,指示网站是正常运行还是停机,以及最后记录的停机时间信息

安装

通过Smithery安装

通过以下方式自动安装IsItDown Server for Claude Desktop 史密瑟里:

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_isitdown

Claude for Dekstop的示例用法:

  • “维基百科现在宕机了吗?”
  • “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

许可证

麻省理工学院

目录标签

目录标签

PythonClaude云端部署网站监控本地部署宕机检测MCP服务器状态检查

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP