Most monitoring tools give you dashboards. You log in, click around, find what you need. That works — until you're in the middle of a client call and you need to know right now whether anything is on fire.
Starting today, SiteBrief works as a Claude MCP connector. That means you can ask Claude natural-language questions about your monitored sites and get live data back — without opening a dashboard.
Why MCP?
The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude connect to external tools and data sources. Instead of copying data into a chat window, Claude connects directly to SiteBrief and pulls real-time information about your sites.
This means the answers are always fresh — not a screenshot from last Tuesday, not a manual export. When you ask "are any SSL certificates expiring?", Claude checks your actual monitoring data right now.
18 tools, one connection
The SiteBrief MCP server exposes 18 tools that Claude can use to answer your questions:
There are also tools for PageSpeed scores, SEO reports, accessibility results, open tasks, deployment history, and creating fix PRs directly from the conversation.
How to connect
Claude.ai (web)
Go to claude.ai → Customize → Connectors → Add custom connector and enter:
Claude will redirect you to SiteBrief to authorise access via OAuth. Once connected, start chatting.
Claude Desktop / Claude Code
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sitebrief": {
"command": "npx",
"args": ["-y", "@sitebrief/mcp"],
"env": {
"SITEBRIEF_API_KEY": "your_api_key"
}
}
}
}Get your API key from SiteBrief → Settings → API Keys.
What people are asking Claude
- "Are any of my client sites down right now?"
- "Which sites have SSL certificates expiring in the next 30 days?"
- "What are my open maintenance tasks?"
- "Give me a summary of this week's incidents"
- "What's the PageSpeed score for acme-corp.com?"
- "Are there any customer complaints about my sites on Reddit?"
- "How much revenue did downtime cost me this month?"
- "Run an audit on staging.myclientsite.com"
What's next
We've submitted SiteBrief to the official Claude Connectors Directory. Once approved, it will appear in the directory and be discoverable by Claude users without needing to add a custom URL.
We're also working on proactive alerts — so Claude can notify you about issues before you even ask.