modelscope·@hesreallyhim/mcp-server-isitdown
一个MCP服务器,允许用户通过查询isitdownrightnow.com来检查某个网站是否出现宕机情况,提供状态信息以及最近宕机事件的详细信息。
一个通过查询 www.isitdownrightnow.com 来检查网站是否当前处于停机状态的MCP服务器。
<a href="https://glama.ai/mcp/servers/1wx4z4amkm"> <img width="380" height="200" src="https://glama.ai/mcp/servers/1wx4z4amkm/badge" alt="IsItDown Server MCP server" /> </a>此MCP服务器提供了一个简单的工具,用于检查某个网站是否正在经历停机,并可以提供一些关于最近停机事件的信息。
已实现以下工具:
get_website_status: 检查网站当前是否处于停机状态。
输入: root_domain (字符串): 要检查的网站的根域名(例如 "example.com")输出: 一条字符串消息,指示网站是正常运行还是停机,以及最后一次记录的停机信息注意:此包目前未发布到公共仓库。仅支持从源码安装。
# 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_desktop_config.json 文件中:
"isitdown": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/cloned/repo/src",
"run",
"mcp_server_isitdown"
]
}
# Using the installed script
mcp-server-isitdown
# Using the Python module
python -m mcp_server_isitdown
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
MIT
快递100 MCP Server提供快递信息查询、快递运费预估比价、快递时效查询(含发货前时效查询与在途动态时效查询)等功能。
暂无描述。
一个提供网页开发工具的MCP服务器,例如屏幕捕捉功能,可以让AI代理获取并处理用户屏幕的截图。
一个从网站提取有意义内容并将HTML转换为高质量Markdown的MCP服务器,使用Mozilla的Readability引擎。
一种模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页交互,而无需使用视觉模型或截图。
桌面通知、个性化声音、ntfy 手机应用通知、邮件通知和 API 推送,减少 AI 任务等待焦虑,舒适地享用一杯咖啡。