uptybots-mcp-server
OfficialUptyBots MCP 服务器
将 Claude、Cursor 等 AI 助手以及其他兼容 MCP 的工具连接到您的 UptyBots 运行监控器。
这是什么?
一个 MCP(模型上下文协议) 服务器,让 AI 助手能够访问您的 UptyBots 监控数据。通过自然对话,让您的 AI 检查监控状态、查看事件、创建新监控等。
Related MCP server: Visual Sentinel MCP Server
您可能更想使用托管服务器
现在有一个远程服务器,无需安装,也无需 API 密钥:
https://mcp.uptybots.com/mcp将该 URL 添加到您的客户端,它会打开浏览器让您登录并批准访问。如果您还没有 UptyBots 账户,可以在该步骤中创建一个。
使用 Claude Code:
claude mcp add --transport http uptybots https://mcp.uptybots.com/mcp然后运行 /mcp,选择 uptybots 并进行身份验证。
本软件包是本地替代方案。 它在您自己的机器上运行,使用 API 密钥而非浏览器登录进行身份验证——对于无法连接远程服务器的 MCP 客户端,以及离线或自包含环境,这是正确的选择。它提供相同的 15 个工具,并且不会停止维护。
前提条件
Node.js 18 或更高版本
一个 UptyBots 账户
从 账户 → API 密钥 获取的 API 密钥
设置
1. 配置您的 AI 客户端
无需安装步骤:npx 会在首次运行时获取已发布的软件包。
添加到您的 MCP 客户端配置中:
Claude Desktop(claude_desktop_config.json):
{
"mcpServers": {
"uptybots": {
"command": "npx",
"args": ["-y", "uptybots-mcp-server"],
"env": {
"UPTYBOTS_API_URL": "https://uptybots.com",
"UPTYBOTS_API_KEY": "upty_your_api_key_here"
}
}
}
}Claude Code(~/.claude/settings.json)和 Cursor(.cursor/mcp.json)使用相同的格式。
2. 重启您的 AI 客户端
MCP 工具将立即可用。
从源码运行(可选)
要运行本地检出版本而非 npm 软件包:
git clone https://github.com/uptybots/mcp-server.git
cd mcp-server
npm install然后将客户端指向该检出版本:
{
"mcpServers": {
"uptybots": {
"command": "node",
"args": ["/path/to/mcp-server/index.js"],
"env": {
"UPTYBOTS_API_URL": "https://uptybots.com",
"UPTYBOTS_API_KEY": "upty_your_api_key_here"
}
}
}
}可用工具(15 个)
读取
工具 | 描述 |
| 列出所有监控器(可按类型、状态筛选) |
| 按 ID 获取监控器详情 |
| 获取监控器的停机事件 |
| 每小时性能统计 |
| 每日性能统计 |
| 通知历史 |
创建
工具 | 描述 |
| 创建 HTTP/HTTPS 监控器 |
| 创建 API 端点监控器 |
| 创建 ICMP ping 监控器 |
| 创建 TCP 端口监控器 |
| 创建 SSL 证书监控器 |
| 创建域名过期监控器 |
管理
工具 | 描述 |
| 暂停监控器 |
| 恢复已暂停的监控器 |
| 删除监控器 |
环境变量
变量 | 是否必需 | 描述 |
| 否 | API 基础 URL(默认:`https://# 默认值# |
Maintenance
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Uptime Agent monitoring system to check uptime status, manage incidents, create new monitors, and analyze downtime through natural conversation.71
- AlicenseAqualityBmaintenanceSix-layer website monitoring (uptime, performance, SSL, DNS, visual regression, content change) from Claude, Cline, and Cursor. Free tools (DNS lookup, SSL check, speed test, website checker) work without an account; monitor, incident, alert, and status-page tools use a personal API key.16101MIT
- FlicenseNot gradedqualityCmaintenanceUptime, SSL, DNS and domain monitoring you can talk to: check, create and manage monitors for all your client sites from Claude, ChatGPT, or any MCP client.1
- AlicenseNot gradedqualityAmaintenanceChecks vendor status pages, inspects SSL/TLS certificates, verifies DNS propagation, and provides incident-response playbooks. Includes 7 tools for DevOps health monitoring.2991Apache 2.0
Related MCP Connectors
Uptime, API and server monitoring with outages, reporting, on-call and status pages.
Set up uptime monitoring from your editor: create checks, configure alerts, query uptime history.
Monitor uptime and incidents, run checks, and publish status updates from your Uptimepage org.
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/uptybots/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server