All posts
Product5 min readJune 3, 2026

Monitor Your Client Sites by Asking Claude

SiteBrief is now available as a Claude MCP connector. Ask Claude natural language questions about your monitored sites and get live data back instantly.

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.

Example conversation
You
Which of my sites are currently down?
AI
1 site is down right now: TechStart Blog (techstart.io) — it's been unreachable for 15 minutes. You also have 3 sites with SSL certificates expiring within 30 days.
You
What should I focus on this week?
AI
This week's priority actions: 1) TechStart Blog is DOWN — check immediately. 2) Renew SSL for acmecorp.com — expires in 8 days. 3) Fix security headers on shopeasy.store — grade D. 4) 3 open maintenance tasks need review.

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:

get_sites
List all monitored sites with current status and uptime
get_incidents
Recent downtime incidents across all sites
get_expiring_certs
SSL and domain expirations within N days
get_copilot_actions
AI-generated priority action list for the week
get_revenue_impact
Estimated revenue lost to downtime and PageSpeed
get_complaints
Customer complaints found on Reddit
get_summary
Overall health: sites, uptime, incidents, tasks
audit_website
Full audit on any URL — no account needed

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:

https://sitebrief.net/api/mcp

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.

The MCP integration is available on all plans, including free. You don't need to upgrade to use it.

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.

Ready to try it?
Connect SiteBrief to Claude in under 2 minutes.
Start free →