Welcome to Statly
Statly is the AI-native observability platform combining status pages, uptime monitoring, error tracking, and AI integration through Model Context Protocol (MCP). Built for modern teams who want both reliable infrastructure observability and AI-powered operations.
New: AI & MCP Integration — Connect Claude, Cursor, and other AI assistants directly to Statly. Manage incidents, query uptime, and get documentation help through natural language. Learn more →
What is Statly?
Statly provides four core capabilities:
Quick Start
Get up and running in minutes:
Create an account
Sign up at statly.live (opens in a new tab) and create your organization.
Set up your first monitor
Add an HTTP endpoint to monitor. We'll check it every minute from multiple regions.
Configure your status page
Customize your public status page with your brand colors and logo.
Install an SDK (optional)
Add error tracking to your application with one of our SDKs.
Connect AI (optional)
Configure your AI assistant to connect to Statly for natural language operations.
SDKs
Track errors and exceptions from your applications:
| Language | Package | Installation |
|---|---|---|
| JavaScript/Node.js | @statly/observe (opens in a new tab) | npm install @statly/observe |
| Python | statly-observe (opens in a new tab) | pip install statly-observe |
| Go | statly-go (opens in a new tab) | go get github.com/KodyDennon/statly-go |
API
Automate everything with our REST API. Create monitors, manage incidents, and query status programmatically.
curl -X GET "https://statly.live/api/v1/monitors" \
-H "Authorization: Bearer sk_live_your_api_key"AI & MCP
Connect AI assistants directly to Statly using Model Context Protocol:
{
"mcpServers": {
"statly": {
"url": "https://mcp.statly.live/mcp",
"transport": "streamable-http"
}
}
}With AI integration, you can:
- Manage incidents through natural language
- Query uptime and status data conversationally
- Get SDK and API documentation assistance while coding
- Automate operations with AI-powered workflows
Learn more about AI integration →
Need Help?
- Documentation: docs.statly.live (opens in a new tab)
- Dashboard: statly.live/dashboard (opens in a new tab)
- Email: support@mail.kodydennon.com