Monitor your websites with AI. SiteVitals gives Claude direct access to your website health data - uptime, SEO, security, performance, SSL and domain expiry - so you can ask questions in plain English without logging into a dashboard.
Ask Claude things like "which of my sites have issues today?" or "are any SSL certificates expiring soon?" and get real answers pulled live from your monitoring account.
Read-only. OAuth 2.1 authentication. Works with Claude Code.
Overview
SiteVitals MCP Server
Connect Claude to your SiteVitals account and ask questions about your websites in plain English.
What you can ask
- Which of my sites have issues today?
- Are any SSL certificates expiring soon?
- What SEO problems does my main site have?
- Show me uptime incidents in the last 30 days
- Which site has the worst performance score?
Tools
| Tool | Description |
|---|---|
list_sites | All monitored sites with current health scores |
get_site_health | Detailed health breakdown for one site with trends |
get_site_uptime | Uptime checks and downtime incidents |
get_latest_checks | Latest SEO, security, and speed check results |
get_ssl_domain_status | SSL certificate and domain expiry status |
Setup
Install via Claude Code:
claude mcp add --transport http sitevitals https://www.sitevitals.co.uk/api/mcp
Then run claude, type /mcp, select Authenticate, and log in to your SiteVitals account.
Authentication
OAuth 2.1. Your credentials never leave SiteVitals. Read-only access — Claude cannot modify any data. Revoke access at any time from Settings → Developer Tools.
More information
Server Config
{
"mcpServers": {
"sitevitals": {
"type": "http",
"url": "https://www.sitevitals.co.uk/api/mcp"
}
}
}