Token导航 LogoToken导航TokenDH.com
Pulsetic MCP logo
AI代理未说明官方级别未说明来源级核验

Pulsetic MCP

MCP Server

Pulsetic MCP Server\ \ Connect AI assistants to your Pulsetic monitoring platform using the Model Context Protocol (MCP).\ \

工具数

17

提示词数

0

GitHub Stars

2

资源数

0
事件管理Claude自动化运维Claude DesktopClaudeCursor

安装说明

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

作者 / 组织

Pulsetic

提供方

Pulsetic

最后核验

2026/5/18 03:30

快速接入

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

详细介绍

脉动MCP服务器

使用以下工具将人工智能助手连接到您的脉动监测平台 模型上下文协议 (MCP)。

______________________________________________________________________

什么是MCP?

模型上下文协议是一个开放标准,允许人工智能助手与外部工具和服务进行交互。借助Pulsetic的MCP服务器,您可以通过自然对话让您的AI助手检查监视器状态、创建事件、安排维护等。

支持的客户端:

______________________________________________________________________

先决条件

  • 对一项计划的波动性描述 API访问 (商业或企业)。
  • Pulsetic API密钥-从生成一个 设置→ API 在您的仪表板上。
  • 与MCP兼容的AI客户端。

______________________________________________________________________

设置

克劳德桌面版

Claude Desktop使用基于stdio的MCP服务器。使用 mcp-remote 以桥接远程HTTP端点。打开 设置→ 开发者→ 编辑配置 并添加:

{
  "mcpServers": {
    "pulsetic": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://api.pulsetic.com/mcp",
        "--header", "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

替换 YOUR_API_KEY 使用您的实际API密钥。重新启动Claude Desktop以应用。

克劳德代码

将服务器添加到项目的 .mcp.json 文件:

{
  "mcpServers": {
    "pulsetic": {
      "type": "streamableHttp",
      "url": "https://api.pulsetic.com/mcp",
      "headers": {
        "Authorization": "YOUR_API_KEY"
      }
    }
  }
}

光标

打开 设置→ MCP服务器→ 添加服务器 并配置:

  • 类型: 可流式传输的Http
  • 网址: https://api.pulsetic.com/mcp
  • 标题: Authorization: YOUR_API_KEY

ChatGPT

ChatGPT通过以下方式提供原生MCP支持 开发者模式。它使用OAuth对Pulsetic进行身份验证。

步骤1。 在ChatGPT中启用开发人员模式:转到 已启用的应用程序→ 高级设置→ 开发者模式 并将其打开。这适用于ChatGPT Pro、Plus、团队、商业、企业和Edu用户。

步骤2。 创建新应用程序:转到 已启用的应用程序→ 创建应用.

步骤3。 填写应用程序详细信息:

字段
姓名Pulsetic MCP (或您喜欢的任何名称)
说明Uptime monitoring (可选)
MCP服务器URLhttps://api.pulsetic.com/mcp
身份验证OAuth

步骤4。 OAuth端点将从服务器自动发现。您可以在下面进行验证 高级设置:

字段
身份验证URLhttps://api.pulsetic.com/mcp/oauth/authorize
令牌URLhttps://api.pulsetic.com/mcp/oauth/token
注册URLhttps://api.pulsetic.com/mcp/oauth/register

步骤5。 检查 “我理解并希望继续” 然后单击 创建.

步骤6。 完成OAuth登录流程。您将被重定向到Pulsetic授权页面,在其中输入您的帐户电子邮件和API令牌。

电子邮件必须与您的API令牌匹配。 在授权页面上,您输入的电子邮件必须与您提供的API令牌的所有者匹配。
将API密钥保密。 您的API密钥可以完全访问您的Pulsetic帐户。永远不要将其提交给版本控制或公开共享。

______________________________________________________________________

可用工具

MCP服务器公开了17个工具,分为四类。

监视器

工具说明
list_monitors列出所有监视器的状态、正常运行时间和响应时间。
get_monitor获取特定显示器的详细信息。
get_monitor_stats1d/7d/30d/90d的正常运行时间百分比、停机时间和响应时间。
get_monitor_events日期范围内的在线/离线事件。
get_monitor_downtime给定时间段内的总停机时间(秒)。
create_monitor创建新的HTTP、TCP或ICMP监视器。
update_monitor更新监视器的名称、URL、频率或设置。
delete_monitor永久删除监视器。
pause_monitor暂停监控(停止检查)。
resume_monitor恢复暂停的监视器。

状态页

工具说明
list_status_pages列出所有带有标题、slug和域的状态页面。

事件

工具说明
list_incidents为状态页面列出事件。
create_incident使用初始状态更新创建新事件。
update_incident发布现有事件的状态更新。
resolve_incident将事件标记为已解决。

维护

工具说明
create_maintenance在状态页面上安排一个维护窗口。
delete_maintenance删除计划维护窗口。

______________________________________________________________________

使用示例

配置后,您可以通过自然语言与Pulsetic进行交互。

检查你的显示器

"Show me all my monitors and their current status."

"What's the uptime for my production API monitor over the last 30 days?"

"Are any of my monitors currently down?"

"Show me the downtime events for monitor 42 in the past week."

管理监视器

"Create a new monitor for https://api.example.com that checks every 30 seconds."

"Pause the staging monitor while we do the migration."

"Resume all paused monitors."

"Change the check frequency of monitor 15 to 60 seconds."

"Delete the old marketing-site monitor."

处理事故

"Create an incident on our main status page: 'Elevated API latency'
 with status investigating and message 'We're looking into slow response times.'"

"Update the API latency incident to identified: 'Root cause is a database
 connection pool issue. Working on a fix.'"

"Resolve incident 8 with message 'Connection pool limits increased.
 Response times back to normal.'"

定期维护

"Schedule a maintenance window on status page 1 called 'Database upgrade'
 starting 2025-03-20 at 2am UTC and ending at 4am UTC."

"Delete the maintenance window we scheduled for next week."

______________________________________________________________________

使用cURL进行测试

您可以使用cURL直接测试MCP端点,以验证您的API密钥是否有效。

初始化

curl -X POST https://api.pulsetic.com/mcp \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "initialize",
    "params": {
      "protocolVersion": "2025-03-26",
      "capabilities": {},
      "clientInfo": {"name": "curl", "version": "1.0"}
    }
  }'

列出工具

curl -X POST https://api.pulsetic.com/mcp \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/list"}'

调用工具

curl -X POST https://api.pulsetic.com/mcp \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 3,
    "method": "tools/call",
    "params": {
      "name": "list_monitors",
      "arguments": {}
    }
  }'

______________________________________________________________________

工具参考

list_monitors

返回您帐户的所有监视器。

*没有参数。*

______________________________________________________________________

get_monitor

返回单个监视器的完整详细信息,包括SSL证书信息。

参数类型必填说明
monitor_idinteger监视器ID

______________________________________________________________________

get_monitor_stats

返回1天、7天、30天和90天期间的正常运行时间百分比、停机时间、事件计数和平均响应时间。

参数类型必填说明
monitor_idinteger监视器ID

______________________________________________________________________

get_monitor_events

返回某一日期范围内的在线/离线事件(最多100个,最新事件优先)。

参数类型必填说明
monitor_idinteger监视器ID
fromstring开始日期(YYYY-MM-DD)。默认值:7天前。
tostring结束日期(YYYY-MM-DD)。默认值:今天。

______________________________________________________________________

get_monitor_downtime

返回一段时间内的总停机时间(秒)和事件计数。

参数类型必填说明
monitor_idinteger监视器ID
daysinteger需要回顾的天数。默认值:30。

______________________________________________________________________

create_monitor

创建新的正常运行时间监视器。

参数类型必填说明
urlstring要监视的URL或主机名。
namestring显示名称。
request_typestringhttp, tcp,或 icmp默认值: http.
uptime_check_frequencyinteger检查间隔(秒)。默认值:60。
request_methodstringHTTP方法。默认值:GET。
request_timeoutinteger超时(秒)。默认值:30。
ssl_checkboolean启用SSL监控

______________________________________________________________________

update_monitor

更新现有监视器的设置。仅包含您要更改的字段。

参数类型必填说明
monitor_idinteger监视器ID
namestring新显示名称。
urlstring新URL或主机名。
uptime_check_frequencyinteger新的检查间隔(秒)。
request_methodstringHTTP方法。
request_timeoutinteger超时(秒)。
ssl_checkboolean启用/禁用SSL监控

______________________________________________________________________

删除监视器

永久删除监视器和所有相关数据。

参数类型必填说明
monitor_idinteger监视器ID

______________________________________________________________________

pause_monitor

暂停监视器。它将停止检查,直到恢复。

参数类型必填说明
monitor_idinteger监视器ID

______________________________________________________________________

resume_monitor

恢复暂停的监视器。

参数类型必填说明
monitor_idinteger监视器ID

______________________________________________________________________

list_status_pages

返回您帐户的所有状态页面。

*没有参数。*

______________________________________________________________________

事故列表

返回状态页面的事件,包括每个事件的最新更新。

参数类型必填说明
status_page_idinteger状态页ID

______________________________________________________________________

创建事件

创建一个新事件,并在状态页面上显示初始状态更新。

参数类型必填说明
status_page_idinteger状态页ID
titlestring事件标题。
statusstringinvestigating, identified, monitoring,或 resolved.
messagestring初始更新消息。

______________________________________________________________________

update_事件

发布现有事件的新状态更新。

参数类型必填说明
incident_idinteger事件ID
statusstringinvestigating, identified, monitoring,或 resolved.
messagestring更新消息。
titlestring更新事件标题。

______________________________________________________________________

resolve_事件

使用解决消息将事件标记为已解决。

参数类型必填说明
incident_idinteger事件ID
messagestring解决方案消息。

______________________________________________________________________

创建_维护

在状态页面上安排维护窗口。

参数类型必填说明
status_page_idinteger状态页ID
namestring维护标题。
descriptionstring维护说明。
startstringISO 8601格式的开始时间。
endstringISO 8601格式的结束时间。
timezonestring时区(例如。, UTC, America/New_York).违约: UTC.

______________________________________________________________________

删除_维护

删除计划维护窗口。

参数类型必填说明
maintenance_idinteger维护窗口ID

______________________________________________________________________

故障排除

401未经授权

  • 请验证您的API密钥是否正确并且尚未过期。
  • 确保你把钥匙交给 Authorization header(作为原始令牌或与 Bearer 前缀)。
  • 确认您的帐户在启用API访问的计划中。

OAuth授权失败(ChatGPT)

  • 在授权页面上 电子邮件 您输入的必须与API令牌的所有者匹配。
  • 确保在ChatGPT设置中启用了开发人员模式。
  • 确保您有一个支持开发人员模式(Pro、Plus、Team、Business、Enterprise或Edu)的ChatGPT计划。

“找不到监视器或拒绝访问”

  • 监视器ID不存在或属于其他帐户。
  • 使用 list_monitors 查看可用的监视器ID。

AI客户端中未显示工具

  • 编辑MCP配置后重新启动AI客户端。
  • 检查URL是否准确 https://api.pulsetic.com/mcp.
  • 使用cURL测试端点以验证连接。

获取协议错误

  • 确保使用请求 Content-Type: application/json.
  • jsonrpc 字段必须精确 "2.0".
  • 包括 id 字段(整数或字符串)用于除通知之外的所有请求。

______________________________________________________________________

API 参考

MCP服务器实现 MCP规范(2025-03-26) 通过单一网络使用流式HTTP传输 POST /mcp 使用JSON-RPC 2.0的端点。

目录标签

目录标签

事件管理Claude自动化运维uptimemonitorincidentsapiwebsitecronipAI助手混合部署监控平台维护计划

支持客户端

Claude DesktopClaudeCursor

接入字段

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

未说明

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

none

工具数量(toolCount,工具数)

17

资源数量(resourceCount,资源数)

0

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

0

权限和风险

未说明none部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP