MCP Integration
PROConnect BlueMonitor to AI assistants using the Model Context Protocol.
What is MCP?
The Model Context Protocol (MCP) is an open standard that connects AI assistants to external tools and data sources. With BlueMonitor's MCP server, your AI assistant can check service status, list your watchlist, get incidents, and query heartbeat data — all from within your conversation.
What You Can Do
- ✓Check the real-time status of any monitored service
- ✓List all services in your watchlist with current status
- ✓Get recent incidents and outage history
- ✓Query heartbeat data and health check results
- ✓Check any domain's current status
Supported Clients
Claude Desktop
Anthropic's desktop app
Cursor
AI-powered code editor
Windsurf
AI coding assistant
Any MCP-compatible client can connect to BlueMonitor.
Setup
Add the following to your MCP client configuration (e.g. claude_desktop_config.json or your editor's MCP settings):
{
"mcpServers": {
"bluemonitor": {
"url": "https://www.bluemonitor.org/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with your actual API key from the dashboard.
Available Tools
list_servicesList all monitored services with their current status, response time, and last check time.
check_statusGet the detailed status of a specific service by slug, including recent checks.
list_watchlistList all services in your personal watchlist with current status.
get_incidentsGet recent incidents and outage history across all services.
check_domainCheck the current status of any domain, whether monitored or not.