AI & MCP
Overview

AI & MCP Integration

Statly provides a hosted Model Context Protocol (MCP) server that enables AI agents like Claude, Cursor, and other MCP-compatible tools to interact with your entire observability stack.

What is MCP? Model Context Protocol is an open standard for connecting AI assistants to external data sources and tools. Learn more at modelcontextprotocol.io (opens in a new tab).

Why AI Integration?

Statly isn't just a status pageβ€”it's a comprehensive observability platform. With AI integration, you can:

  • Ask questions about your infrastructure status in natural language
  • Manage incidents by telling your AI assistant to create, update, or resolve them
  • Schedule maintenance windows through conversation
  • Query uptime data and get intelligent summaries
  • Track errors across your applications via our SDKs
  • Manage monitors programmatically through AI agents
  • Get documentation assistance while coding

Hosted MCP Server

Connect directly to our hosted serverβ€”no installation required:

https://mcp.statly.live/mcp

Features

FeatureDescription
25+ ToolsFull CRUD operations for monitors, incidents, maintenance, subscribers, integrations
Live ResourcesReal-time data feeds for monitors, incidents, and system status
DocumentationSearchable SDK and API docs for coding assistance
Multiple AuthAPI keys, OAuth, and Device Authorization Flow
Rate LimitedPublic tools available at 100 req/min for exploration
Global EdgeDeployed on Cloudflare Workers for low latency worldwide

Quick Start

Configure Your AI Client

Add Statly to your MCP client configuration:

{
  "mcpServers": {
    "statly": {
      "url": "https://mcp.statly.live/mcp",
      "transport": "streamable-http"
    }
  }
}

Start Using Tools

Public documentation tools work immediately. For your organization's data, authenticate with an API key:

{
  "mcpServers": {
    "statly": {
      "url": "https://mcp.statly.live/mcp",
      "transport": "streamable-http",
      "headers": {
        "Authorization": "Bearer sk_live_your_api_key"
      }
    }
  }
}

Explore

Ask your AI assistant:

  • "Search the Statly docs for Express integration"
  • "Show me my monitors and their current status"
  • "Create an incident for the payment service outage"

Tool Categories

Architecture

Your AI Client (Claude, Cursor, etc.)
        β”‚
        β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚     mcp.statly.live/mcp         β”‚
β”‚                                 β”‚
β”‚   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”‚
β”‚   β”‚   Documentation Tools   β”‚   β”‚  ← Public (100 req/min)
β”‚   β”‚   search_docs, sdk_ref  β”‚   β”‚
β”‚   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β”‚
β”‚                                 β”‚
β”‚   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”‚
β”‚   β”‚      API Tools          β”‚   β”‚  ← Requires Auth
β”‚   β”‚   monitors, incidents   β”‚   β”‚
β”‚   β”‚   maintenance, etc.     β”‚   β”‚
β”‚   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β”‚
β”‚                                 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
             β”‚
             β–Ό
       Statly Platform
   (D1 Database, Workers)

Next Steps