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/mcpFeatures
| Feature | Description |
|---|---|
| 25+ Tools | Full CRUD operations for monitors, incidents, maintenance, subscribers, integrations |
| Live Resources | Real-time data feeds for monitors, incidents, and system status |
| Documentation | Searchable SDK and API docs for coding assistance |
| Multiple Auth | API keys, OAuth, and Device Authorization Flow |
| Rate Limited | Public tools available at 100 req/min for exploration |
| Global Edge | Deployed 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)