Pulsetic MCP Server
The Pulsetic MCP Server connects Pulsetic monitoring with AI agents and MCP-compatible tools, enabling direct access to uptime data, cron monitoring results, incident management workflows, and status page information through the Model Context Protocol (MCP). It allows teams to securely expose operational monitoring data in a structured format, making it easy to build AI-driven automation, monitoring assistants, and intelligent operational workflows without custom middleware.
Ads
Overview
Connect AI assistants to your Pulsetic monitoring platform using the Model Context Protocol (MCP). The Model Context Protocol is an open standard that allows AI assistants to interact with external tools and services. With Pulsetic's MCP server, you can ask your AI assistant to check monitor status, create incidents, schedule maintenance, and more — all through natural conversation. - Claude Desktop — Anthropic's desktop app - Claude Code — Anthropic's CLI for developers - ChatGPT — OpenAI's AI assistant (via OAuth) - Cursor — AI-powered code editor - Windsurf — AI-powered IDE - Any client implementing the MCP specification
Installation
npx -y mcp-remote https://api.pulsetic.com/mcp --header Authorization: Bearer YOUR_API_KEY
Configuration
{
"mcpServers": {
"pulsetic": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.pulsetic.com/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}Capabilities
- Check monitor status and uptime
Ask for all monitors with `list_monitors` or get detailed stats for a specific monitor via `get_monitor_stats`.
- Investigate downtime events
Retrieve online/offline events with `get_monitor_events` or total downtime seconds using `get_monitor_downtime`.
- Create and manage monitors
Add new HTTP, TCP, or ICMP monitors with `create_monitor`, update settings via `update_monitor`, or pause/resume checks.
- Handle incidents on status pages
Use `create_incident`, `update_incident`, and `resolve_incident` to manage incident lifecycle and post status updates.
- Schedule maintenance windows
Create upcoming maintenance periods with `create_maintenance` or remove them using `delete_maintenance`.
Tags
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.